/* YOUTUBE ELEMENT */
.videowrapper{
	position:relative;
}
.videowrapper iframe {
	width:100%;
	height:100%;
}


@media (max-width: 992px) {
	.image-wrapper-center{ width: 95% !important; max-width:100%; height: auto !important;}
	img { width: 100% !important; max-width:100%; height: auto !important;}
}

@media (max-width: 768px) {
	.mobile-mb20{margin-bottom:20px !important;}
	.mobile-show, 
	.mobile-show .social-icons{display:block !important; }
	div.search-form {float:left !important; }
	.social-icons{ position:fixed; right:10px; top:15px; }
	.social-icons li{ display: block; clear: both; margin-right: 4px;}
}