* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Do not modify this section */
.paramount-bleed {
    background: rgb(0,0,0);
    height: 750px;
    left: calc(50% - 875px);
    position: absolute;
    top: calc(50% - 375px);
    width: 1750px;
    z-index: 0;
}

.paramount-safe {
    display: block;
    height: 664px;
    left: calc(50% - 590px);
    position: absolute;
    top: calc(50% - 332px);
    width: 1180px;
    z-index: 10;
}

.mobileweb-section_front_bottom .paramount-bleed,
.mobileweb-banner_top .paramount-bleed,
.mobileweb-section_front_top .paramount-bleed,
.mobileweb-banner_bottom .paramount-bleed,
.device-phone .paramount-bleed,
.mobileweb-section_front_bottom .paramount-safe,
.mobileweb-banner_top .paramount-safe,
.mobileweb-section_front_top .paramount-safe,
.mobileweb-banner_bottom .paramount-safe,
.device-phone .paramount-safe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Video styles */
.video-player {
    background: rgb(0,0,0);
    height: 100%;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 1;
}
.device-phone .video-player {
    height: 70%;
    top: 14%;
    width: 100%;
}

.ad-video-container .ad-video.hide-youtube {
    height: 140%;
    top: -20%;
}

/* Tablet portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation: portrait) {
    .ad-video-container .ad-video {
        height: 120% !important;
        top: 0% !important;
    }
}

@media only screen and (max-width: 420px) {
    .ad-video-container .ad-video {
        height: 120% !important;
        top: 0% !important;
    }
}

.video-cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* Video Controls */
.vidControls {
    bottom: 0;
    display: none;
    height: 80%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    z-index: 11;
}
.device-phone .vidControls {
    /*display: none !important;*/
    width: 100%;
}

.controlsShield {
    height: 100%;
    position: absolute;
    width: 100%;
}

.controlsPlay {
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 48px;
    left: 30px;
    position: absolute;
    width: 48px;
}
.device-phone .controlsPlay {
    display: none;
}

.controlsPause {
    bottom: 20px;
    cursor: pointer;
    display: block;
    height: 48px;
    left: 30px;
    position: absolute;
    width: 48px;
}
.device-phone .controlsPause {
    display: none;
}

.controlsSpeakerOn {
    bottom: 20px;
    cursor: pointer;
    display: block;
    height: 48px;
    left: 90px;
    position: absolute;
    width: 48px;
}
.device-phone .controlsSpeakerOn {
    display: none;
}

.controlsSpeakerMute {
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 48px;
    left: 90px;
    position: absolute;
    width: 48px;
}
.device-phone .controlsSpeakerMute {
    display: none;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .controlsSpeakerOn {
        display: none;
    }
    .controlsSpeakerMute {
        display: none;
    }
}

.controlsClose {
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 40px;
    top: 20px;
    width: 32px;
}

/* Creative Styles */
.top-black-overlay {
    background: rgb(0,0,0);
    display: none;
    height: 18%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
}
.device-phone .top-black-overlay {
    display: block;
    height: 27%;
}

.bottom-black-overlay {
    background: rgb(0,0,0);
    bottom: 0;
    display: none;
    height: 18%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}
.device-phone .bottom-black-overlay {
    display: block;
    height: 27%;
}

.bottom-black-overlay-tablet {
    background: rgb(0,0,0);
    bottom: 0;
    display: block;
    height: 10.4%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
}
.device-phone .bottom-black-overlay-tablet {
    display: none;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .bottom-black-overlay-tablet {
        height: 13.4%;
    }
}

/* Smoke effect */
.smoke-canvas {
    bottom: 0;
    height: 100% !important;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 70% !important;
    z-index: 6;
}
.device-phone .smoke-canvas {
    height: 150% !important;
    left: -80%;
    opacity: 0.5;
    width: 200% !important;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .smoke-canvas {
        opacity: 0.7;
    }
}

/* Background */
.background-tablet {
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.device-phone .background-tablet {
    display: none;
}

.background-mobile {
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.device-phone .background-mobile {
    display: block;
}

/* Overlay */
.tagline {
    display: block;
    height: auto;
    left: 56.6%;
    margin: auto;
    position: absolute;
    top: 39%;
    width: 38%;
    z-index: 5;
}
.device-phone .tagline {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 38.4%;
    width: 65%;
}

.button-watch {
    cursor: pointer;
    display: block;
    height: auto;
    left: 57%;
    margin: auto;
    position: absolute;
    top: 54%;
    width: 18%;
    z-index: 10;
}
.device-phone .button-watch {
    left: 19%;
    top: 51%;
    width: 31%;
}

.button-learnmore {
    cursor: pointer;
    display: block;
    height: auto;
    left: 76%;
    margin: auto;
    position: absolute;
    top: 54%;
    width: 18%;
    z-index: 5;
}
.device-phone .button-learnmore {
    left: 51%;
    top: 51%;
    width: 31%;
}

.logo {
    display: block;
    height: auto;
    left: 68%;
    margin: auto;
    position: absolute;
    top: 62%;
    width: 15%;
    z-index: 5;
}
.device-phone .logo {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 59%;
    width: 30%;
}

.click-cover {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
