.detail-recommend .trim-s {
  position: relative;
  max-width: 100%;
}

.detail-recommend .trim-s .recommendation-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  pointer-events: none;
}

/* Keep the existing title overlay until a preview frame has loaded. */
.detail-recommend.grid a.preview-playing .description {
  opacity: 0;
}
