.paper-slider {
    position: absolute;
    height: 240px;
    width: 22%;
    bottom: 132px;
    left: 104px;
    border: solid 5px #ccc;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1919.98px) {
    .paper-slider {
        left: 39px;
        height: 210px;
        width: 27%;
    }
}

.paper-slider-wrapper {
    /* display: flex;
    align-items: center; */
    position: relative;
    width: 100%;
    height: 100%;
}

.ds-mainpage-slide {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

@media screen and (max-width: 1919.98px) {
    .ds-mainpage-slide {
        height: 200px;
    }
}

.ds__mainpage-slider_slide-img {
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}
