.videos-container {
    color: white;
    display: flex;
    flex-direction: column;
    width: 90%;
    min-height: 100%;
    margin: 10rem 6rem;
    padding-left: 2%;
}

/* .videos-container {
    display: flex;
    overflow: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 1em;
} */

.videos-container {
    display: flex;
}

.ratingList, 
.actionList,
.newList,
.topList {
    height: 230px;
    gap: 10px;
}

.grow {
    display: flex;
}

.rating-titles,
.action-titles,
.new-titles,
.top-titles {
    display: flex;
    max-height: fit-content;
    gap: 10px;
    width: max-content;
}

.movie {
    height: 200px;
    width: 140px;
}

h1,
h2 {
    padding: 1%;
}

#nmbr {
    height: 10rem;
    width: 5rem;
    padding-top: 5rem;
}

.title {
    width: 140px;
    padding: 0 10px;
    text-align: center;
}

.top-titles {
    padding-left: 50px;
    gap: 65px;
}

@media only screen and (max-width: 960px) {
    .videos-container {
        margin: 5rem 2rem 2rem 2rem;
    }
}
