.product-video-youtube {
  background-color: var(--section_bg);
}

.product-video-youtube iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .product-video-youtube iframe {
    height: 370px;
  }
}
