.video-autoplay-section {
    line-height: 0;
  }
#player iframe {
      width: 100%;
      aspect-ratio: 16/9;
      display: block;
  }

#player .mac button.play-pause {
    display: none;
  } 
{#

.player_wrapper {
       position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
        z-index: 2;
  }

.player_wrapper iframe[width][height] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
 }

#}