body {
    background-image: url('../assets/images/tlo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 70px;
}

h2 {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
}

h3 {
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.logo > img {
    margin: 0 auto;
    display: block;
}

.logo > h1 {
    text-align: center;
}
.logo > h1 img{
    
    max-width: 100%;
}

.logo {
    cursor: pointer;
}

.content {
    background-image: url('../assets/images/content.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 792px;
    /* height: 504px; */
    margin: 0 auto;
    padding: 10px 0;
}

.content_box {
    /* height: 440px; */
    position: relative;
    padding-top: 10px;
    margin-top: 30px;
    margin: 30px 15px;
}


.box {
    /* position: absolute;
    width: 762px;
    height: 385px;
    top: 17px; */
    padding: 0;
    background-color: unset;
    /* left: 50%;
    transform: translateX(-50%); */
    display: none;
    margin: 8px auto;
}

.box:not(.content_start) {
    /* height: 385px; */
    max-width: 100%;
    top: 17px;
    padding: 20px;
    background-color: rgba(0,0,0,0.7);  
}

.content_start {
    text-align: center;
    display: block;
}

.menu {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.content_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
}

.content_link {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.contact_fb a  {
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: .5s all;
}

.menu {
    transition: .5s all;
}

.active-menu {
    text-shadow: 0px 5px 3px black;
}

.contact_fb a:hover, .menu:hover {
    text-shadow: 0px 5px 3px black;
}

.content_start iframe {
    width: 90%;
    height: auto;  
    margin: auto;
    min-height: 400px;  
}

.content_trailer {
    overflow: hidden;
    }
.content_text {
    color: white;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 12px;
}

.content_poster--gallery img {
    width: 150px;
    margin-right: 10px;
}

.content_trailer__all {
    text-align: center;
    overflow-y: auto;
    scroll-behavior: auto;
    /* height: 353px; */
max-height: 400px;
}

.content_trailer iframe {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .content_link {
        flex-flow: column;
        }
        .menu {
        margin: 5px 0;
        }
}
/* @media screen and (max-width: 991px) {
    
    .content_box {
        max-width: 98%;
    }
    .content {
        max-width: 95%;
        margin: 0 auto;
        width: 100%;
    }
    .content_poster.box {
        max-width: 90%;
    }
    body > main {
        max-width: 960px;
    }
    body {
        overflow-x: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .box:not(.content_start) {
        width: 90%;
    }
    .content_start {
        max-width: 95%;
    }
    .content_start > iframe {
        max-width: 100%;
    }
  
  
} */
