.variant-media-item {
  transition: opacity 0.3s ease;
}

.variant-media-item:not(.active) {
  display: none;
}