.swiper-slide img {
    max-width: 100%;
    height: 624px;
    display: block;
    margin: auto;
    object-fit: contain;
}

@media screen and (max-width: 1399px) {

    .swiper-slide img,
    .songs .p-cards {
        height: 534px;
    }
}

@media screen and (max-width: 1199px) {

    .swiper-slide img,
    .songs .p-cards {
        height: 444px;
    }
}

@media screen and (max-width: 992px) {

    .swiper-slide img,
    .songs .p-cards {
        height: 504px;
    }
}

@media screen and (max-width: 768px) {
    .swiper-slide img {
        height: auto;
    }
}