.verizon-gravity-202002,
.verizon-gravity-202002 * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.verizon-gravity-202002 {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

.verizon-gravity-202002 .content-area {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: auto;
    z-index: 1;
}

.verizon-gravity-202002 .copy-block {
    height: 76.07142857%;
    left: 3.90625%;
    min-width: 411px;
    position: absolute;
    top: 7.14285714%;
    width: 39.375%;
}

.verizon-gravity-202002 .copy-block.right {
    left: auto;
    right: 3.90625%;
}

.verizon-gravity-202002 .logo,
.verizon-gravity-202002 .copy-block.bottom {
    bottom: 25px;
    height: 7.63888889%;
    left: 25px;
    position: absolute;
    top: auto;
    width: 10.546875%;
}

.verizon-gravity-202002 .logo.right,
.verizon-gravity-202002 .copy-block.bottom.right {
    left: auto;
    right: 25px;
}

.verizon-gravity-202002 .logo > img {
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
}

.verizon-gravity-202002 .video-cover {
    background: url('about:blank');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.verizon-gravity-202002 .video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.verizon-gravity-202002 .video-mute {
    bottom: 25px;
    cursor: pointer;
    display: none !important;
    left: 25px;
    max-width: 53px;
    min-width: 40px;
    opacity: 1;
    position: absolute;
    width: 4%;
    z-index: 11;
}

.verizon-gravity-202002 .video-mute.top {
    bottom: auto;
    left: auto;
    right: 25px;
    top: 65px;
}

.verizon-gravity-202002 .video-mute .unmute {
    display: none;
}

.verizon-gravity-202002 .video-mute.muted .mute {
    display: none;
}

.verizon-gravity-202002 .video-mute.muted .unmute {
    display: block;
}

.verizon-gravity-202002 .video-mute > svg {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.verizon-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 */  
    .pga-gravity-201908 .video-mute > svg {
        height: 50px !important;
        width: 50px !important;
    }
}

.verizon-gravity-202002 .background {
    opacity: 1;
    position: absolute;
    transition: opacity 1s ease-out;
    z-index: 10;
}

.verizon-gravity-202002 .click-cover {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.verizon-gravity-202002 .overlay {
    bottom: 0;
    display: block;
    height: auto;
    left: auto;
    margin: 0;
    max-width: 940px;
    min-width: 300px;
    position: absolute;
    right: 0;
    width: 20%;
    z-index: 11;
}

.verizon-gravity-202002 a:focus,
.verizon-gravity-202002 a:visited,
.verizon-gravity-202002 a:active,
.verizon-gravity-202002 a:hover {
    border: none;
    outline: 0;
}

.verizon-gravity-202002 .fade {
    opacity: 0;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .verizon-gravity-202002 .overlay {
        width: 10%;
		bottom: 4%;
		right: 4%;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .verizon-gravity-202002 .overlay {
        bottom: 8%;
        width: 40%;
		right: 4%;
    }
}