/* Add ad specific styles below */
.paramount-bleed {
    box-sizing: border-box;
}

.paramount-safe {
    z-index: -2;
}

/* Outer Container ============================================================ */
.outer-container {
    bottom: 0;
    color: rgb(0, 0, 0);
    font-family: Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 1.2;
    margin: auto;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

/* Click Cover ========================================================== */
.click-cover {
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* Background ================================================================ */
.background {
    background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2023/01/tmobile_paramount/images/background-landscape.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.background--900 {
    background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2023/01/tmobile_paramount/images/background-landscape-900.jpg);
}

.device-phone .background {
    background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2023/01/tmobile_paramount/images/background-mob.jpg);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.device-phone .background--900 {
    background-image: url(https://www.gannett-cdn.com/ads/adsolutions/2023/01/tmobile_paramount/images/background-portrait-900.jpg);
}

/* Video ================================================================ */
.video-player-container {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.native-article_link .video-player-container {
    height: 84%;
    width: 80%;
}

.device-phone .video-player-container {
    border-style: hidden;
    bottom: auto;
    height: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0%;
    width: 100%;
}

.video-player {
    background: transparent;
    display: block;
    height: 101%;
    left: -0.5%;
    overflow: hidden;
    position: absolute !important;
    top: -0.5%;
    width: 101%;
}
.device-phone .video-player {
    height: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    width: 100%;
}

/* Common ================================================================ */
.fade-out {
    opacity: 0;
    transition: opacity 1s;
}

.show {
    opacity: 1;
    z-index: 10;
}

#play {
    opacity: 0;
}

#mute, 
#unmute {
    fill: rgba(233, 233, 233, 0.9) !important;
    left: 5% !important;
    z-index: -1 !important;
}

.device-phone #mute, 
.device-phone #unmute {
    bottom: auto !important;
    left: 5% !important;
    top: 3% !important;
}

.playing #mute,
.playing #unmute {
    z-index: 10 !important;
}