.categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 15px;
    justify-content: center;
}

.category-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

#topRatedImagesCarousel .carousel__images {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#topRatedImagesCarousel .carousel__images-item {
    flex: 0 0 auto;
    width: 150px;
}

#topRatedImagesCarousel .carousel__images-item > img {
    display: block;
    width: 150px;
    height: auto;
}
