.gravity-custom-class,
.gravity-custom-class * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

.gravity-custom-class .copy-block.right {
    left: auto;
    right: 3.90625%;
}

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

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

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

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

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

.gravity-custom-class .video  div,
.gravity-custom-class .video  iframe {
    height: 100% !important;
    width: 100% !important;
}

.gravity-custom-class .volume-control {
    bottom: 25px;
    display: none;
    height: 225px;
    left: 25px;
    opacity: 0.6;
    position: absolute;
    width: 45px;
    z-index: 3;
}

.gravity-custom-class .volume-control.right {
    left: auto;
    right: 25px;
}

.gravity-custom-class .volume-control.top {
    bottom: auto;
    top: 25px;
}

.gravity-custom-class .volume-mute {
    background: transparent url('https://www.gannett-cdn.com/ads/images/buttons/volume-mute.png') no-repeat -45px 0;
    bottom: 0;
    cursor: pointer;
    height: 37px;
    position: absolute;
    width: 45px;
}

.gravity-custom-class .top .volume-mute {
    bottom: auto;
    top: 0;
}

.gravity-custom-class .muted .volume-mute {
    background-position: 0 0;
}

.gravity-custom-class .volume-bar {
    background: transparent url('https://www.gannett-cdn.com/ads/images/buttons/volume-bar.png') no-repeat 0 0;
    height: 170px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.gravity-custom-class .top .volume-bar {
    bottom: 0;
    top: auto;
}

.gravity-custom-class .ui-slider-range {
    background: transparent url('https://www.gannett-cdn.com/ads/images/buttons/volume-bar.png') no-repeat 100% 100%;
    bottom: 0;
    position: absolute;
    width: 45px;
}

.gravity-custom-class .muted .volume-bar {
    display: none;
}

.gravity-custom-class .volume-bar .ui-slider-handle {
    background: transparent url('https://www.gannett-cdn.com/ads/images/buttons/volume-handle.png') no-repeat 0 0;
    bottom: 0;
    cursor: pointer;
    height: 20px;
    left: 12px;
    margin-bottom: -10px;
    outline: none;
    position: absolute;
    width: 20px;
}

.gravity-custom-class .background,
.gravity-custom-class .background-tablet {
    bottom: 0 !important;
    left: 0;
    position: absolute;
    top: auto !important;
    z-index: -1;
}

.gravity-custom-class .background{
    display: block;
}

.gravity-custom-class .background-tablet {
    display: none;
}

.gravity-custom-class .overlay {
    bottom: 45px;
    display: none;
    left: auto;
    right: 25px;
    position: absolute;
    top: auto;
    width: 39.5%;
}

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

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

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .gravity-custom-class .background-tablet {
        display: block;
    }
    .gravity-custom-class .overlay {
        display: block;
        width: 55%;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .gravity-custom-class .background-tablet {
        display: block;
    }
    .gravity-custom-class .overlay {
        display: block;
        width: 80%;
    }
}