img {max-width: 100%}


/* Video Gallery Styles */

.video-gallery hr {border-bottom: 1px solid #ddd; background: none; margin-bottom: 30px; margin-top: 20px;}
.video-gallery a {display: block; border: none}
.video-gallery a h4 {text-transform: none;  transition: all 0.2s linear;}
.video-gallery a:hover h4 {color: #00b158;}
/*.video-gallery a img {transition: all 0.2s linear; border: 3px solid white;box-shadow: 0 0 10px #ccc; position: relative; top: 0}
 .video-gallery a:hover img {box-shadow: 0 5px 20px #ccc; top: -3px;} */
.video-gallery p {font-size: 13px; line-height: 17px;}


.video-gallery a img {transition: all 0.2s linear;}
.video-gallery a:hover img {opacity: 0.7}
.video-gallery a p, .video-gallery a:hover p {color:#5A6065;}
.video-gallery a h4 {margin-top: 10px; padding: 0 10px;}
.video-box {min-height: 300px;position: relative;transition: all 0.2s linear;border: 1px solid #ccc;background: white; border-radius: 4px; overflow: hidden;}
.video-gallery p {padding: 0 10px}
.video-box:hover {box-shadow:0 0 10px #ccc;}

/* Video Landing Page Styles */
h2.brought-by {
    font-family: Helvetica;
    font-size: 13px;
    text-transform: none;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight:bold;
	color: #888;
}
.video-landing h1.page-title {
	margin-bottom: 10px;	
}
.video-landing .col-md-8 > div {border: 1px solid #ddd;}

.download-link {border: none !important; font-weight: bold;}
.download-link .glyphicon {font-size: 22px; margin-right: 8px; vertical-align: -4px}


.video-player {
	width: 617px;
	height: 333px;
         }
@media (max-width: 990px) {
	.video-player {
			margin-top:20px;
         }
	}

@media (max-width: 768px) {
	.video-player {
	width: 100%;
			margin-top:20px;
         }
	.video-player object{
	width: 100%!important;
	height: 333px;
					
         }
}

@media (max-width: 320px) {
	.video-player {
	width: 100%;
         }
		.video-player object{
	width: 100%!important;
	height: 250px;
         }
}
@media (max-width: 480px) {
	.video-player {
	width: 100%;
         }
		.video-player object{
	width: 100%!important;
	height: 300px;
         }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
