
@media only screen and (max-width: 1199px) {


    .screenshot-slider .item img{
        object-fit: fill !important;
        top: 0 !important;
        min-height: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        aspect-ratio: 15/10 !important;
    }



}

