.movie-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.movie-list a {
    width: 100%;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #f50230;
}

@media screen and (min-width: 769px) {
    .modaal-video-wrap {
        margin: auto !important;
        max-width: 920px;
    }

    .modaal-video-container {
        height: 510px;
    }

    .modaal-container {
        margin: auto !important;
        max-width: 920px;
        background: none;
    }

    .modaal-content-container {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .modaal-video-wrap {
        margin: auto !important;
    }

    .modaal-video-container {
        width: 100% !important;
        height: 260px !important;
        border: 3px solid #222 !important;
        overflow: auto !important;
    }

    .modaal-container {
        margin: auto !important;
        width: 100% !important;
        border: 3px solid #222 !important;
        background: none;
        overflow: auto !important;
    }

    .modaal-content-container {
        padding: 0;
    }

    .modaal-inner-wrapper {
        padding: 0 10px;
    }
}