/*
 * CODSHIPX AI R11-R2
 * Visual-only support.
 *
 * Actual fade is also applied inline by JS so it cannot
 * be missed because of selector specificity.
 */

video.cx-codi-r11-r2-fade {
    -webkit-mask-repeat:no-repeat !important;
    mask-repeat:no-repeat !important;

    -webkit-mask-size:100% 100% !important;
    mask-size:100% 100% !important;
}

/*
 * Remove all previous sound/fade UI.
 */
#cx-codi-sound-r10,
#cx-codi-independent-audio-r10,
#cx-r18-r5-r8-sound-chip,
.cx-edge-fade-left,
.cx-edge-fade-right {
    display:none !important;
}
