.component-video-product img {
  max-width: 5rem;
}

.component-video-product .product-content {
  min-height: 9.4rem;
  background: linear-gradient(to right, #F5F5F5 0%, #FFFFFF 100%);
  border: .1rem solid #F5F5F5;
}

.component-video-product .text-content {
  align-self: stretch;
}

.component-video-product button {
  width: 4rem;
  height: 4rem;
  color: white;
  padding: 0;
  flex-shrink: 0;
}

.component-video-product .left-content {
  flex-shrink: 1;
}

.component-video-product .video-controls {
  left: 1.2rem;
}

.component-video-product .video-controls div.video-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  backdrop-filter: blur(.4rem);
}
