body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    font-family: helvetica, sans-serif;
    font-size: 16px;
    color: #EEEEEE;
}

.main {
    position: relative;
/*    width: 100%;
    height: 100vh;
    line-height: 0; */
}

.header {
    position: sticky;
    text-align: center;
    top: 0;
    width: 100%;
    background-color: #000000;
    z-index: 1;
}

.films {
    position: relative;
    margin: auto;
    text-align: center;
}

.shortfilm {
    height: 250px;
    border: 7px solid #000000;
}

.headshots {
    height: 350px;
    border: 7px solid #000000;
}

.movieposters {
    position: relative;
    text-align: center;
    width: 100%;
}

.movieposter {
    height: 250px;
    border: 7px solid #000000;
}

.abouts {
    position: relative;
    margin: auto;
    text-align: center;
    width: 100%;
}

.about {
    position: relative;
    margin: auto;
    text-align: left;
}

.social-aa {
    height: 40px;
    padding-right: 20px
}

.social-imdb {
    height: 40px;
    padding-right: 20px
}

.social-instagram {
    height: 40px;
    padding-right: 20px
}

.social-facebook {
    height: 40px;
}

.social_media {
    position: relative;
    width: 100%;
    top: 5px;
    padding: 10px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
}

.footer {
    position: relative;
    width: 100%;
    padding: 20px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-sizing: border-box;
}

/** desktop **/
@media all and (orientation: landscape) {
    .shortfilm {
        height: 400px;
    }
    
    .movieposter {
        height: 400px;
    }
    
    .abouts {
        position: relative;
        margin: auto;
        text-align: center;
        width: 750px;
    }
    .about {
        position: relative;
        margin: auto;
        text-align: left;
        width: 750px;
    }
}