.publix-gravity-201908,
.publix-gravity-201908 * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.publix-gravity-201908 {
    background: rgb(0,0,0);
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 0;
}

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

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

.publix-gravity-201908 .copy-block.right {
    left: auto;
    right: 3.90625%;
}

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

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

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

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

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

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

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

.publix-gravity-201908 .video-mute .unmute {
    display: none;
}

.publix-gravity-201908 .video-mute.muted .mute {
    display: none;
}

.publix-gravity-201908 .video-mute.muted .unmute {
    display: block;
}

.publix-gravity-201908 .video-mute > svg {
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.publix-gravity-201908 .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;
    }
}

.publix-gravity-201908 .background,
.publix-gravity-201908 .background-portrait {
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: auto;
    position: absolute;
    right: 0 !important;
    top: auto !important;
    width: auto !important;
    z-index: 3;
}

.publix-gravity-201908 .background {
    display: block;
}
.publix-gravity-201908 .background-portrait {
    display: none;
}

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

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .publix-gravity-201908 .background {
        left: -80px !important;
        right: auto !important;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .publix-gravity-201908 .background {
        display: none;
    }
    .publix-gravity-201908 .background-portrait {
        display: block;
    }
}

/* FireFox fix */
@-moz-document url-prefix() {
    .publix-gravity-201908 .background {
        left: 0 !important;
        right: 0 !important;
    }
}  