@charset "utf-8";

@media only screen and (max-width: 600px) {
  .youtube-player {
      overflow: hidden !important;
      padding-bottom: 56.25% !important;
      position: relative !important;
      height: 0 !important;
   }

  .js-tac-iframe {
      left:0 !important; 
      top:0 !important; 
      height:100% !important;
      width:100% !important;
      position:absolute !important;
   }
 }