.swiper1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.slider-bg1 {
    position: relative;
    max-width: 750px;
    height: auto;
    margin-inline: auto;
}

.slider-bg1 > .swiper1 {
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-wrapper1{

    /* margin-top: 30% !important; */
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

 .swiper-slide1 {
    text-align: center;
    margin: auto;
    width: 100%;
    height: auto;
    object-fit: none;

    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.img-slider1 {
    display: block;
    width: 100%;
    scale: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}