/* playlist */
.playlist-style{
    width: 30%;
    height: 102%;
    background-color: #0001037d;
    position: relative;
    top: -12.5em;
    color: white;
    /* border-radius: 10px; */
}
.count-videos{
    color: white;
    font-size: 30px;
    position: relative;
    top: 1.9em;
    left: -1em;
}
.lines{
    position: relative;
    top:3em;
    left: -2em;
}
.background-image-playlist{
    width: 100%;
    height: 100%;
}
.playlist-style-image{
    position: relative;
    top: 0em;
    left: 0em;
    width: 100%;
    height: 110%;
}
.bread_crumb{
    background:none!important;
    position: relative;
    top: 4.5em;
    right: -29em;
}
.playlist-title-style{
    font-weight: bold!important;
    color: #072658;
    position: absolute;
    right: 6.5em;
}
@media (max-width: 767px) {
    .playlist-title-style{
        right: 0.5em;
    }
}