.parallax-70 {
	min-height: 70%;
    background: transparent;
}
.parallax-caption-70 {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 70%;
	z-index: 2;
	position: absolute;
	color: #fff;
	text-align: center;
	opacity: 0.65;
	background-image: url(../_img/PLATON_DATA-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}
.parallax-caption-70 img {
	width: 50%;
}
.parallax-35 {
	min-height: 35%;
    background: transparent;
}
.parallax-caption-35 {
	display: table;
	width: 100%;
	min-height: 35%;
	z-index: 2;
	position: absolute;
	color: #fff;
	text-align: center;
	opacity: 0.65;
	background-image: url(../_img/PLATON_DATA-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 55%
}

@media only screen and (max-width: 1200px) {
.parallax-70 {
	min-height: 50%;
}
.parallax-caption-70 {
	min-height: 50%;
}
.parallax-caption-65 img {
	width: 80%;
}

.parallax-caption-35 img {
	width: 68%;
}
}



/*------------------- CHANGED FROM 480 TO 640 --------------------------*/
@media only screen and (max-width: 640px) {
.parallax-65 {
	min-height: 35%;
}
.parallax-caption-70 {
	background-size: 100%
}
.parallax-caption-35 {
	background-size: 100%
}

}