/* http://stackoverflow.com/questions/12166784/how-to-implement-a-responsive-youtube-embed-iframe-with-twitter-bootstrap */
/*.video-container
{ 
    width: 100%;
    height: 100%;
}*/
.video-container iframe,
.video-container object,
.video-container embed {
  /*width: 100%;*/

  /*position: absolute;*/

  /*height: 100%;*/

}
@media (min-width: 0px) {
  object#ytplayer embed {
    width: 100%;
    /*height: 100px;*/
  
  }
}
@media (min-width: 568px) {
  object#ytplayer embed {
    width: 480px;
    height: 270px;
  }
}
@media (min-width: 768px) {
  object#ytplayer embed {
    width: 480px;
    height: 270px;
  }
}
@media (min-width: 992px) {
  object#ytplayer embed {
    width: 355px;
    height: 200px;
  }
}
@media (min-width: 1200px) {
  object#ytplayer embed {
    width: 438.328px;
    height: 247px;
  }
}
