.product-custom-video {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
}

.product-custom-video__element {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
