@media (min-width: 768px) {
    .pmc-top-videos-list-container {
        white-space: nowrap;
        overflow: scroll;
    }
}

/* Hide scrollbar */
.pmc-top-videos-list-container {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none;  /* Firefox */
}

.pmc-top-videos-list-container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.pmc-top-videos-list-item {
    display: block;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .pmc-top-videos-list-item {
        display: inline-block;
        vertical-align: top;
        width: 237px;
        padding-left: 10px;
        padding-right: 10pX;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .pmc-top-videos-list-item-inner {
        display: flex;
    }

    .pmc-top-videos-list-item-inner .figure-caption {
        align-self: inherit;
        padding-left: 15px;
    }
}

.pmc-top-videos-list-item:first-child {
    padding-left: 0;
}

.pmc-top-videos-list-item:last-child {
    padding-right: 0;
}

.pmc-top-videos-list-item-link {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 0;
    font-weight: 600;
    color: black;
    text-decoration: none;
}

.pmc-top-videos-list-item img {
    height: 85px;
    width: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .pmc-top-videos-list-item img {
        height: 135px;
        width: 100%;
    }
}

.pmc-top-videos-list-item a {
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-family: sans-serif;
}

@media (min-width: 768px) {
    .pmc-top-videos-playlist-module {
        margin-bottom: 2rem;
    }
}
