/* CH2: logo fijo al televisor, esquina inferior izquierda */
.tv-channel-logo--disney {
  right: auto !important;
  left: clamp(12px, 2vw, 18px) !important;
  bottom: clamp(12px, 2vw, 18px) !important;
  display: block !important;
  width: clamp(54px, 8.5vw, 82px) !important;
  height: auto !important;
  opacity: 0.95 !important;
}

@media (max-width: 600px) {
  .tv-channel-logo--disney {
    right: auto !important;
    left: 10px !important;
    bottom: 10px !important;
    width: clamp(46px, 16vw, 66px) !important;
  }
}
