.plBanner .entry {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

    .plBanner .entry > * {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

body.sf-editing-post .sfPageNext, body.sf-editing-post .sfPagePrev {
    display: none;
}

.SFPLOverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.plFrontPage > * {
    opacity: 1;
    transition: linear opacity 1s;
}

.PLFade > * {
    opacity: .2;
    transition: linear opacity 1s;
}

#floatingBarsLG, .plHome #floatingBarsLG {
    display: none;
    margin: -25px auto auto -20px !important;
    position: absolute;
    left: 50%;
    top: 50%;
}

#plHomeVid {
    width: 100%;
    position: relative;
    top: 82px;
    z-index: 2;
}

.SFPLOverlay.SFVideo {
    overflow: hidden;
}

    .SFPLOverlay.SFVideo > * {
        width: 100%;
    }

body.iOS .SFPLOverlay.SFVideo > *, body.Android .SFPLOverlay.SFVideo > * {
    display: none;
}

body.Android .plFrontPage {
    background-attachment: scroll !important;
}

.SFPLOverlay.SFVideo.heightFill > * {
    height: 100%;
    width: auto;
    max-width: none;
}

body.single-sfbannerpage #footer {
    display: none;
}
