@media screen and (max-width: 992px)  {
	.yt-vid {
      width: 350px !important;
      height: 197px !important;
    }
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
