@charset "utf-8";




.movie_box {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 8rem;
}

.movie_box_padding {
    padding: 1rem;
}

iframe {
    width: 650px;
    height: 350px;
    box-shadow: 2px 2px 4px gray;
}

.movie_text_box {
    color: #000;
    margin: auto;
    /* margin-right: auto; */
}

.flex_revers {
    flex-direction: row-reverse;
}

.movie_title {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.movie_details {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    line-height: 3rem;
}

@media screen and (max-width : 1024px) {
    iframe {
        width: 100%;
    }

}


@media screen and (max-width : 599px) {
    .movie_box {
        margin-bottom: 5rem;
    }
}