@font-face {
    font-family: 'ek_muktaregular';
    src: url('../font/ekmukta-regular-webfont.woff2') format('woff2'),
    url('../font/ekmukta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.playlist-banners {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
}

.playlist-inner {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 70px;
    left: 0;
}

@media (max-width: 768px) {
    .playlist-banners {
        margin: 60px 0 0 0;
    }
    .playlist-inner {
        bottom: 20px;
    }
}

.playlist-inner img {
    width: 270px;
    height: auto;
    margin-bottom: 20px;
}

.playlist-inner h2 {
    font-family: 'ek_muktaregular';
    font-size: 14px;
    margin: 10px 0 30px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    line-height: 24px;
}

.playlist-inner h2::before {
    content: '';
    position: absolute;
    background: url('../img/playlist/upper-quote.png') no-repeat;
    top: -5px;
    left: -4px;
    width: 28px;
    height: 21px;
}

.playlist-inner h2::after {
    content: '';
    position: absolute;
    background: url('../img/playlist/down-quote.png') no-repeat;
    top: -5px;
    right: -4px;
    width: 28px;
    height: 21px;
}

.playlist-inner p {
    color: #fff;
}

.playlist-container {
    padding: 70px 0;
    color: #333 !important;
}

.playlist-thumbnail-container {
    margin: 15px 0;
}

@media (max-width: 767px) {
    .playlist-thumbnail-container {
        margin: 15px;
    }
}

.playlist-thumbnail {
    margin-bottom: 10px;
    position: relative;
}

.playlist-thumbnail::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    background: url(../img/playlist/play-icon.png) no-repeat center center;
}

.playlist-details-left {
    width: calc(100% - 6px);
    height: auto;
    color: #333;
    float: left;
    padding: 0 3px;
}

.playlist-details-left h4 {
    color: #333;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 500;
    margin: 5px 0;
}

.playlist-details-left h6 {
    color: #333;
    font-size: 0.9rem;
    font-weight: 400;
}
