.sub-channel-list__holder {
    display: grid;
    max-width: 1920px;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}

.slick-prev:before
{
    color: white;
    border: 0;
    background: transparent;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 500;
    opacity: 1;
    font-family: "Font Awesome 5 Pro";
    content: "\f053";
}

.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    color: white;
    border: 0;
    background: transparent;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 500;
    opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: .6;
}
.slick-next {
    padding-left: 40px;
}

.slick-prev {
    padding-right: 30px;
}

.channel-blocks-item {
    max-width: 350px;
    height: 200px;
    background-size: cover !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.container-thumbnail-holder {
    max-width: 490px;
    height: 220px;
    background-size: cover !important;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.channel-carousel-holder {
    padding: 20px 1%;
}

.sub-channel-thumbnail-link:hover {
    text-decoration: none;
}