.cs-breadcrumb-song-img {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1000
}


@media screen and (max-width: 767px) {
    .cs-breadcrumb-song-img {
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 480px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}