.tractor-secondary-images-slider-block__image
{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
}

@media only screen and (max-width : 600px) 
{
    .tractor-secondary-images-slider-block__image
    {
        aspect-ratio: 1/1;
    }

}

@media only screen and (min-width : 601px) and (max-width : 1024px) 
{
    .tractor-secondary-images-slider-block__image
    {
        aspect-ratio: 4/3;
    }
}

@media only screen and (min-width : 1025px) and (max-width : 1380px) 
{
    .tractor-secondary-images-slider-block__image
    {
        aspect-ratio: 10/5;
    }
}


@media only screen and (min-width : 1381px) 
{
    .tractor-secondary-images-slider-block__image
    {
        aspect-ratio: 2480/757;
    }

}