.dfci-gravity-202002,
.dfci-gravity-202002 * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dfci-gravity-202002 {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.dfci-gravity-202002 .content-area {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: 1;
}

.dfci-gravity-202002 .copy-block {
    height: 76.07142857%;
    left: 3.90625%;
    min-width: 411px;
    position: absolute;
    top: 7.14285714%;
    width: 39.375%;
}

.dfci-gravity-202002 .copy-block.right {
    left: auto;
    right: 3.90625%;
}

.dfci-gravity-202002 .logo,
.dfci-gravity-202002 .copy-block.bottom {
    bottom: 25px;
    height: 7.63888889%;
    left: 25px;
    position: absolute;
    top: auto;
    width: 10.546875%;
}

.dfci-gravity-202002 .logo.right,
.dfci-gravity-202002 .copy-block.bottom.right {
    left: auto;
    right: 25px;
}

.dfci-gravity-202002 .logo > img {
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}

.dfci-gravity-202002 .video-cover {
    background: url('about:blank');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.dfci-gravity-202002 .video-container,
.dfci-gravity-202002 .overlay-loadin-container {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.dfci-gravity-202002 .overlay-loadin-container {
    z-index: 8;
}

.dfci-gravity-202002 .video {
    /* bottom: 0 !important; */
    height: 100%;
    left: 0;
    position: absolute;
    /* top: auto !important; */
    width: 100%;
    z-index: -2;
}

.dfci-gravity-202002 .video-mute {
    bottom: 25px;
    cursor: pointer;
    left: 25px;
    max-width: 53px;
    min-width: 40px;
    opacity: 0.3;
    position: absolute;
    width: 4%;
    z-index: 15;
}

.dfci-gravity-202002 .video-mute.top {
    bottom: auto;
    left: auto;
    right: 25px;
    top: 65px;
}

.dfci-gravity-202002 .video-mute.fallback {
    display: none;
}

.dfci-gravity-202002 .video-mute .unmute {
    display: none;
}

.dfci-gravity-202002 .video-mute.muted .mute {
    display: none;
}

.dfci-gravity-202002 .video-mute.muted .unmute {
    display: block;
}

.dfci-gravity-202002 .video-mute > svg {
    fill: rgba(255, 255, 255, 1) !important;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dfci-gravity-202002 .video-mute.top > svg {
    bottom: auto;
    top: 0;
}

/* IE11 mute/unmute button display fix  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    /* IE10+ specific styles go here */  
    .dfci-gravity-202002 .video-mute>svg {
        height: 50px !important;
        width: 50px !important;
    }
}

.dfci-gravity-202002 .background {
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.dfci-gravity-202002 .overlay,
.dfci-gravity-202002 .overlay-loadin,
.dfci-gravity-202002 .overlay-fallback {
    bottom: 20%;
    display: block;
    left: auto;
    margin: auto;
    max-width: 770px;
    min-width: 250px;
    position: absolute;
    right: 3%;
    top: auto;
    width: 23%;
    z-index: 6;
}

.dfci-gravity-202002 .overlay-fallback {
    display: none;
}

.dfci-gravity-202002 a:focus,
.dfci-gravity-202002 a:visited,
.dfci-gravity-202002 a:active,
.dfci-gravity-202002 a:hover {
    border: none;
    outline: 0;
}

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


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .dfci-gravity-202002 .background {
        bottom: auto !important;
        left: auto !important;
        right: 0 !important;
        top: 0 !important;
    }

    .dfci-gravity-202002 .overlay-fallback {
        display: block;
        left: auto;
        right: 6%;
        width: 31%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dfci-gravity-202002 .background {
        bottom: auto !important;
        left: -925px !important;
        right: auto;
        top: 0 !important;
    }

    .dfci-gravity-202002 .overlay-fallback {
        bottom: 21%;
        display: block;
        left: auto;
        margin: auto;
        right: 8%;
        top: auto;
        width: 44%;
    }
}

#play {
    opacity: 0;
}