.ren-films {
    margin-top: 50px;
}

.ren-films__header {
    display: flex;
    padding: 10px 0;
    align-items: flex-end;
}

.ren-films__title {
    text-transform: uppercase;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 7rem;
}

.ren-films__categories {
    margin: 0px 0 3px 30px;
}

.ren-films__show-more {
    text-align: center;
}

.ren-films .ren-select__current {

    background: none;
    border: 0;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

.ren-film-grid {
}

.ren-film-grid__item-img {
}

.ren-film-grid__item-title {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 0.7rem;
}

.ren-film {
}

.ren-film__img{

}

.ren-film__img img{
    max-width: initial;
    width: 100%;
}

.ren-film__title{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.ren-film__rating-runtime{
    font-size: 2.8rem;
    letter-spacing: 2.8px;
    color: #636363;
}
.ren-film__description p,
.ren-film__description{
    font-size: 1.8rem;
    line-height: 1.56;
    color: #ffffff;
}

.ren-film__description {
    margin-bottom: 20px;
}
.ren-film__director{

}
.ren-film__year{

}
.ren-film__cast{

}
.ren-film__see-airtimes{
    margin-top: 20px;
    display: block;
    font-weight: bold;
}
.ren-film .showtimes{
    margin-top: 20px;
}


/* Media Queries Section */

@media all and (max-width: 1200px) {
    .ren-film-grid__item-title {
        font-size: 1.8rem;
    }

}

@media all and (max-width: 1000px) {
    .ren-film-grid__item-title {
        font-size: 2.4rem;
    }
}

@media all and (max-width: 800px) {

    .ren-film {
        margin-top: 55px;
    }
}

@media all and (max-width: 480px) {

    .ren-films__title {
        font-size: 3.5rem;
    }

    .ren-film-grid__item-title {

        font-size: 2.0rem;

    }

    .ren-film{
        margin-top: 55px;
    }

}


/* END: Media Queries Section */
/* Don't put any styles after this section */
/* ONLY Before this section*/

