@media only screen and (max-width: 600px) { 
    #kevel-ads-videobanner iframe {
      width:100%;
      height:auto;
      aspect-ratio: 16/9;
    }
  }