/*
 * Responsive layout
 *
 * http://support.brightcove.com/en/video-cloud/docs/responsive-sizing-video-players
 */
 .BrightcoveExperience {
    width: 100% !important;
 }
 .BCLvideoWrapper object, .BCLvideoWrapper iframe {
    width: 100% !important;
 }

 /*
.BCLcontainingBlock {
  width: 100%;
  height: 100%;
}

.BCLvideoWrapper {

  position:relative; 
    padding-bottom:56.25%; 
    height:0;
    width: 100%
}

.BrightcoveExperience {
position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%;
}

.row_video { 
width:100%;
display:block;
margin:0 auto; }

.row_video:after { 
    clear:both; 
    content:""; 
    display:table; }
    
@media screen and (max-width: 950px) {
    .row_video { width:650px; } } 

@media screen and (max-width: 750px) {
    .row_video { width:450px; } }

@media screen and (max-width: 600px) {
    .row_video { width:320px; } }

@media screen and (max-width: 360px) {
    .row_video { width:250px; } } */