/*
 * Set the min-height for mobile size 
 */
.h33,
.h33 > div{
	/*min-height:200px;*/
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
.h50,
.h50 > div{
	min-height:200px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
@media only screen and (min-width: 768px) {
	#inner-content {height: calc(100% - 148px); height: -webkit-calc(100% - 148px);}
	.h33,
	.h33 > div{
		min-height: 0;
	}
	.h50,
	.h50 > div{
		min-height: 0;
	}	
	.h10, .h20, .h25, .h33, .h40, .h50, .h60, .h66, .h70, .h75, .h80, .h90, .h100 {background-position: center center; background-repeat: no-repeat; background-size: cover;}
	.h10 {height: 10%;}
	.h20 {height: 20%;}
	.h25 {height: 25%;}
	.h30 {height: 30%;}
	.h33 {height: 33.33333333333%}
	.h40 {height: 40%;}
	.h45 {height: 45%;}
	.h50 {height: 50%;}
	.h55 {height: 55%;}
	.h60 {height: 60%;}
	.h66 {height: 66.666667%}
	.h70 {height: 70%;}
	.h75 {height: 75%;}
	.h80 {height: 80%;}
	.h90 {height: 90%;}
	.h100 {height: 100%;}
	.h10 img, .h20 img, .h25 img, .h33 img, .h40 img, .h50 img, .h60 img, .h66 img, .h70 img, .h75 img, .h80 img, .h90 img, .h100 img {display: block;}
}