
    .scrollmenu-item {
        width: 84px;
    }

    .latest-movie-img-container {
        height: 120px;
    }

    @media screen and (min-width: 366px) {
        .scrollmenu-item {
            width: 110px;
        }

        .latest-movie-img-container {
            height: 170px;
        }
    }

    @media screen and (min-width: 385px) {
        .scrollmenu-item {
            width: 120px;
        }

        .latest-movie-img-container {
            height: 180px;
        }
    }

    @media screen and (min-width: 447px) {
        .scrollmenu-item {
            width: 140px;
        }

        .latest-movie-img-container {
            height: 200px;
        }
    }