.product-videos__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.product-videos__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}