/*#intro {
    background: url("images/overlay.png"), url("../../images/poster-bottom-woman.jpg");
    xbackground-size: 256px 256px, cover;
    background-size: cover;
    background-attachment: fixed, fixed;
    background-position: top left, bottom center;
    background-repeat: repeat, no-repeat;
}*/

.main > .content.storyline {
    /*background: url("images/overlay.png"), url("../../images/film-poster-full.jpg");*/
    background: url("images/overlay.png"), url("../../images/film-poster-top-birds.jpg");
    background-color: red;
    /*fff6fb*/
}



@media screen and (max-width: 736px) {
    .main.fullscreen {
        height: 100% !important;
    }
}




.img-responsive {
    max-width: 100%;
    height: auto;
}

#intro footer {
    text-align: right;
}

@media screen and (max-width: 767px) {
    #intro footer {
        display: none;
    }
}

.main > .content.storyline {
    background-position: top center;
}

@media screen and (min-width: 1280px) {
    .main > .content.storyline {
        background-size: cover;
    }
}

.container.cstory {
    xpadding-top: 150px;
    padding-top: 50px;
    xpadding-top: 500px;
    padding-bottom: 0;
}

@media screen and (min-width: 768px) {
    .container.cstory {
        xpadding-top: 180px;
        xpadding-top: 530px;
    }
}

@media screen and (min-width: 992px) {
    .container.cstory {
        xpadding-top: 280px;
        xpadding-top: 630px;
    }
}

.container.cstory h3 {
    color: #414141;
}




.header {
    position: relative;
    min-height: 50px;
}


#mobile-nav-trigger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 60px;
    line-height: 1px;
    padding: 10px 15px 5px;
    background-color: #3a5666;
    color: #fff;
    border-radius: 0;
    transition: all 0.15s;
}

    #mobile-nav-trigger span {
        display: inline-block;
        width: 30px;
        height: 4px;
        background-color: #fff;
        margin-bottom: 5px;
        transition: all 0.05s;
    }

#mobile-nav-trigger:hover {
    background-color: #45687b;
}

#mobile-nav-trigger:active {
    background-color: #58839b;
    transition: all 0.05s;
}



#film-title {
    position: absolute;
    left: 60%;
    top: 30%;
}

#film-title img {
    max-width: 50%;
    height: auto;
}


#film-cast {
    position: absolute;
    right: 65%;
    top: 30%;
}

#film-cast img {
    max-width: 50%;
    height: auto;
}


@media (max-width: 991px) {
    #film-title {
        xleft: 50%;
        left: 67%;
        xtop: 5%;
        xtransform: translateX(-50%);
    }

    #film-title img {
        max-width: 65%;
        xheight: auto;
    }

    #film-cast {
        xleft: 10%;
    }

    #film-cast img {
        xmax-width: 200px;
    }
}


@media (max-width: 767px) {
    #film-title {
        left: 50%;
        top: 5%;
        transform: translateX(-50%);
    }

    #film-title img {
        max-width: 50%;
    }

    #film-cast {
        left: 7%;
    }

    #film-cast img {
        max-width: 180px;
    }
}


@media (max-width: 500px) {
    #film-title img {
        max-width: 75%;
    }

    #film-cast {
        top: 40%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    #film-cast img {
        max-width: 100%;
        max-width: 200px;
    }
}



 /*move 'down' button*/

.main.style1 .content {
    vertical-align: bottom;
    margin-bottom: 3em;
}




/*@media screen and (max-width: 736px) {*/
@media screen and (max-width: 767px) {

    .mobile-only {
        display: block !important;
    }

    #header {
        background: rgba(23, 38, 44, 1);
    }

    #mobile-nav-trigger {
        display: inline-block;
    }

    .mobile-nav-closed + #nav.nav-menu {
        transform: translateX(100%);
        transition: transform 0.4s;
    }

    .mobile-nav-open + #nav.nav-menu {
        transform: translateX(0);
        transition: transform 0.4s;
    }

    #nav.nav-menu {
        display: block;
        position: absolute;
        top: 50px;
        right: 0;
        min-width: 250px;
        max-width: 300px;
        height: auto;
        font-size: 20px;
        line-height: 1.3;
        background-color: #3a5666;
    }

        #nav.nav-menu ul {
            display: block;
            text-align: center;
        }

            #nav.nav-menu li {
                display: block;
                margin-left: 0;
            }

                #nav.nav-menu li a {
                    color: #fff;
                }

                #nav.nav-menu li a:hover {
                    background-color: #45687b;
                }

                #nav.nav-menu li a:active {
                    background-color: #58839b;
                }
}