.org--node--1 {
    max-width: 68vw;
    margin-bottom: 15vw;
}
.org--node--2 {
    max-width: 65vw;
}
.org--node--2--1 {
    padding-bottom: 2vw;
}
.org--node--2--1:before {
    position: absolute;
    content: '';
    background-color: #151218;
    width: 0.313vw;
    height: 100%;
    left: 50%;
}
.org--box--e:not(:last-child) {
    margin-bottom: 2vw;
}
.org--box--e:nth-child(even) > .box--text {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
.box--picture , .box--text {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.box--text {
    padding: 2vw;
}
.box--text > h2 {
    font-size: 1.5vw;
    margin-bottom: 1vw;
}
.box--p > p {
    color: #4c4b4b;
    font-size: .9vw;
    line-height: 1.7;
}
.box--p > p:not(:last-child) {
    margin-bottom: 1.5vw;
}
.org--node--3 {
    background-color: #dae4e6;
    z-index: 1;
}
.org--node--3--rock {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.m--r--node {
    width: 10%;
}
.m--r--node:not(:last-child) {
    margin-right: 1%;
}
.m--rock {
    overflow: hidden;
    outline: 0.052vw solid transparent;
    -webkit-transform: rotate( -60deg ) skewY( 30deg ) translatez(-0.052vw);
    -ms-transform: rotate(-60deg) skewY(30deg) translatez(-0.052vw);
    transform: rotate( -60deg ) skewY( 30deg ) translatez(-0.052vw);
    width: 68%;
    padding-bottom: 79.6%;
    margin-left: auto;
    margin-right: auto;
}
.m--rock * {
    position: absolute;
    visibility: visible;
    outline: 0.052vw solid transparent;
}
.m--rock a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
	-webkit-transform: skewY(-30deg) rotate(60deg);
	-ms-transform: skewY(-30deg) rotate(60deg);
	transform: skewY(-30deg) rotate(60deg);
}
.m--r--node:hover a {
	-webkit-transform: skewY(-30deg) rotate(60deg) scale(1.1);
	-ms-transform: skewY(-30deg) rotate(60deg) scale(1.1);
	transform: skewY(-30deg) rotate(60deg) scale(1.1);
}
.m--rock a img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
    max-width: none;
}
.m--r--node h3 {
    font-size: .8vw;
    margin-top: 0.5vw;
    font-weight: 700;
	text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 1660px){
	.org--node--1 {
		max-width: 80rem;
		margin-bottom: 10rem;
	}
	.org--node--1--2 > p {
		font-size: .9rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1366px){
	.org--node--2 {
		max-width: 70rem;
	}
	.org--node--2--1:before {
		width: .25rem;
	}
	.box--text {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		padding: 2rem 0 2rem 2rem;
	}
	.box--text > h2 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	.box--p > p {
		font-size: .9rem;
	}
	.box--p > p:not(:last-child) {
		margin-bottom: 1rem;
	}
	.m--r--node {
		width: 13%;
	}
	.m--r--node h3 {
		font-size: 0.875rem;
		margin-top: 0.875rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1024px){
	.m--r--node {
		width: 20%;
		margin: 1rem;
	}
	.m--r--node:not(:last-child) {
		margin-right: 1rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 820px){
	.org--node--2--1:before {
		left: 0;
		width: 0.1rem;
	}
	.box--picture , .box--text {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.m--r--node {
		width: 41%;
		margin: 1.5rem;
	}
	.m--r--node:not(:last-child) {
		margin-right: 1.5rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px){
	.m--r--node {
		width: 100%;
		margin: 0;
	}
	.m--r--node:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5rem;
	}
	.m--r--node h3 {
		font-size: 1.2rem;
	}
	.m--rock {
		width: 59%;
		padding-bottom: 69.6%;
	}
}