.product-video__video-wrapper {
  border-radius: 0.8rem;
  overflow: hidden;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 990px) {
  .product-video__video-wrapper {
    width: 50%;
  }
}

.product-video__video-wrapper iframe {
  width: 100%;
  height: 100%;
}
