.container-fullwidth, .container-fullwidth .post-area {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
}
.film-fullwidth{
    padding-top: 0 !important;
}

@media only screen and (max-width:999px) {
    /* Remove this #footer-widgets rule, when using the widgets in the footer */
    #footer-widgets {
        display: none;
    }    
}
@media only screen and (min-width: 768px) and (max-width: 810px){
  .row_col_wrap_12_inner.col.span_12.left {
        flex-wrap:nowrap
    }
}

