/*PAGE-SUPCONTENT-IMAGE*/
.page-supcontent-image {
	height: 150px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media screen and (min-width: 640px) {

	.page-supcontent-image {
		height: 300px;
	}

}

@media screen and (min-width: 768px) {

	.page-supcontent-image {
		height: 500px;
	}

}

@media screen and (min-width: 1024px) {

	.page-supcontent-image {
		height: 600px;
	}

}