.acf-pretty-post .container.narrow{
    width: 900px;
    background: transparent !important;
}


.acf-pretty-post img.alignright{
    float:right;
    margin: 15px;
}

.acf-pretty-post-parallax {
    height: 850px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.acf-pretty-post div{
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 9997;
}


/*---- WYSIWYG -----*/
.acf-pretty-post-wysiwyg h1{
    font-size:32px;
    line-height: 44px;
}
.acf-pretty-post-wysiwyg h2{
    font-size:30px;
    line-height: 42px;
}
.acf-pretty-post-wysiwyg h3{
    font-size:28px;
    line-height: 40px;
}
.acf-pretty-post-wysiwyg h4{
    font-size:26px;
    line-height: 38px;
}
.acf-pretty-post-wysiwyg h5{
    font-size:24px;
    line-height: 36px;
}
.acf-pretty-post-wysiwyg h5{
    font-size:22px;
    line-height: 34px;
}
.acf-pretty-post-wysiwyg p{
    font-size: 18px;
    line-height: 28px;
}


/*---- OVERLAY -----*/
.acf-pretty-post-parallax.overlay{

}
.acf-pretty-post-parallax.overlay h1{
    font-size: 70px;
    padding-top: 340px;
    font-weight: 700;
}
.acf-pretty-post-parallax.overlay h2{
    font-size: 25px;
    padding: 10px 13px 9px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 1.2;
}


/*---- VIDEO -----*/

.acf-pretty-post-video{
    background: #000;
    height: 100%;
    width: 100%;
}


.acf-pretty-post .video-overlay{
    background-color: black;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9998;
    opacity: 1;
}

.acf-pretty-post-video-trigger{
    position: absolute;
    top: 60%;
    left: 50%;
}

.pretty-post.banner{
    z-index: 999;
    width: 100%;
    display: block;
    position: relative;
    margin-top: -4px;
    background: white;
}
.pretty-post.banner .ad{
    background: white;
    margin:0px !important;
}
@media screen and (max-width: 889px) {
    .acf-pretty-post .container.narrow {
        width: 767px;
    }
}


@media screen and (max-width: 767px) {
    .acf-pretty-post-parallax {
        height: 580px;
        background-attachment: scroll !important;
    }
    .acf-pretty-post-parallax.overlay h1{
        font-size: 50px;
        padding-top: 150px;
        font-weight: 700;
    }
    .acf-pretty-post-parallax.video{
        height: 300px !important;
    }
    .acf-pretty-post .container.narrow {
        width: auto;
    }
    .acf-pretty-post img.alignright {
        float: none;
        margin: 0 auto;
    }
}



