/* ========================================================================
   Use this file to add custom CSS easily
   ========================================================================== */
   .youtube-responsive-container {
   position:relative;
   padding-bottom:56.25%;
   padding-top:30px;
   height:100%;
   overflow:hidden;
   }

   .youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   }

.youtube-responsive-container .mejs-controls {
  display: none !important;
  visibility: hidden !important;
  }
