
/**
 * Embedded Video
 */
.video
{
	overflow:hidden;
	width:100%;
	border-top:1px solid #444;
}

.video iframe
{
	width:100%!important;
}


/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}
 
 .flyovercontent {
 
 width: 100%;
 
 margin: 0px auto;
 
 }
 
 .embed-container {
 
 width: 100%;
 
 padding-bottom: 56.25%;
 
 overflow: visible;
 
 position: relative;
 
 } 
 
 .embed-container iframe {
 
 width: 100%;
 
 height: 100%;
 
 position: absolute;
 
 top: 0;
 
 left: 0;