
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
	height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-swiper .swiper-slide {
    /*only for social media swiper*/
    max-width: 280px !important;
}

.swiper-button {
    width: 44px !important;
    height: 44px !important;
    font-size: 0;
    border-radius: .5rem !important;
    transition: all .1s ease-in;
    transform: translateY(calc(-50% - 20px));
    z-index: 99
}

.swiper-button:hover {
    opacity: 0.7;
}

.swiper-button-next {
    left: calc(100% - 44px) !important;
    right: auto !important;
}

.swiper-button-prev {
    left: auto !important;
    right: calc(100% - 44px) !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .swiper-button {
        width: 32px !important;
        height: 32px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 16px !important;

    }

    .media-swiper .swiper-slide {
        /*only for social media swiper*/
        max-width: 250px !important;
    }
}

@media (max-width: 575.98px) {
    .media-swiper .swiper-slide {
        /*only for social media swiper*/
        max-width: 141px !important;
    }
}

