.playlist-banner {
    background-color: #000;
    padding: 200px 0 70px 0;
    color: #fff;
}

@media (max-width: 768px) {
    .playlist-banner {
        padding: 150px 0 70px 0;
    }
}
.home-playlist {
    width: 100%;
    height: auto;
    padding: 70px 0 50px 0;
    background: #ff0b40 url(../img/home/playlist-bg.jpg) no-repeat top center;
    background-size: cover;
}

.playlist-container {
    margin: 20px 0;
    text-align: center;
}

.playlist-container img {
    opacity: 1;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.playlist-container img:hover {
    opacity: 0.8;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.playlist-container h6 {
    font-family: 'Heebo', sans-serif !important;
    margin-top: 10px;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .playlist-container {
        margin: 10px 0;
    }
    .playlist-container h6 {
        font-size: 0.8rem;
    }
}
.playlist-banner h5{
    font-weight: 400 !important;
    line-height: 24px;
    font-size: 18px;
    line-height: 30px;
}

