
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.textbody iframe {height: 500px;}
	
	.service-pic {height: 200px;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.textbody iframe {height: 400px;}
	.video-box {height: 400px;}

	.service-pic {height: auto;}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.textbody iframe {height: 280px;}
	.video-box {height: 280px;}

}

@media only screen and (max-width : 569px) {
	.textbody iframe {height: 260px;}
	.video-box {height: 260px;}

	.portfolio-image {max-height: none;}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {
	.textbody iframe {height: 220px;}
	.video-box {height: 220px;}

}
