
@media screen and (max-width: 1200px){
  .news-container,
  .video-container{
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 768px){
  .float-panel{
    position: static;
    width: 100%;
    z-index: 999;
  }


  .body-full-height{
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
  .video-container .article-body{
    height: 400px;
  }
}
@media screen and (max-width: 480px){
  .video-container .article-body{
    height: 200px;
  }
}