/* The runtime state is deliberately independent from media-query support. */
html body .dstnstv .center.vo-dstnstv-split.vo-dstnstv-clean-static.vo-dstnstv-runtime-active::before {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

html body .dstnstv .center.vo-dstnstv-split.vo-dstnstv-clean-static.vo-dstnstv-runtime-active > img.vo-dstnstv-static-art {
    opacity: 0 !important;
    visibility: hidden !important;
}

html body .dstnstv .center.vo-dstnstv-split.vo-dstnstv-clean-static.vo-dstnstv-runtime-active > img.vo-dstnstv-foreground {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1.12) translateZ(0) !important;
}
