.dz-black {
    background: #000;
    color: #fff;
    margin-bottom: 32px;
    padding: 32px 0 1px;
}
.dz-black .dz-chess-carousel {
    margin-bottom: 59px !important;
}
.dz-img-mob {
    display: none !important;
}

/* Adaptation */
@media screen and (max-width: 767px) {
    .dz-black .dz-chess-carousel {
        margin-bottom: 31px !important;
    }
    .dz-img-desktop {
        display: none !important;
    }
    .dz-img-mob {
        display: block !important;
    }
}