.embed-yt
{
    aspect-ratio: 16 / 9;
    width: 99%;
    padding: 0px 15px;
}

@media screen and (max-width:725px) {
    .embed-yt {
      width: 90%;
    }
  }