.swiper {
    width: 100%;
    padding: 0px;
    pointer-events: none;
    user-select: none;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    position: relative;
    width: 200px;
    border-radius: 30px;
    /* height: auto; */
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.overlay {
    position: relative;
    inset: 0;
    width: 100%;
    border-radius: inherit;
}

.carousel-phone-video {
    position: absolute;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: 6px;
    aspect-ratio: 9/16;
}

.carousel-logos-img {
    width: 10rem;
}

@media screen and (min-width: 767px) {
    .swiper-slide {
        width: 300px;
        border-radius: 50px;
    }

    .carousel-logos-img {
        width: 12rem;
    }
}

@media screen and (min-width: 1024px) {
    .carousel-logos-img {
        width: 14rem;
    }
}