.parallax-60 {
	min-height: 60%;
    background: transparent;
}
.parallax-caption-60 {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 60%;
	z-index: 2;
	position: absolute;
	color: #fff;
	text-align: center;
	background-image: url(../_img/FORTH-Ver.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.parallax-caption-60-FORTH {
	display: none;
	background-position: 200px;
}


.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;
}

@media only screen and (max-width: 1200px) {
.parallax-60 {
	min-height: 45%;
}
.parallax-caption-60 {
	min-height: 45%;
	/*background-size: 9%;*/
}
.parallax-caption-65 img {
	width: 80%;
}

.parallax-caption-35 img {
	/*width: 68%;*/
}
}
@media only screen and (max-width: 800px) {
.parallax-caption-60-FORTH {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 50%;
	z-index: 2;
	position: absolute;
	color: #fff;
	text-align: center;
	background-image: url(../_img/FORTH-Hor.png);
	background-position: center 370px;
	background-repeat: no-repeat;
}
.parallax-caption-60 {
	display: none;
}
}
/*------------------- 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%
}

}