html,
    body {
    position: relative;
    height: 100%;
    }
.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-button-next::after, .swiper-button-prev::after {
    content: "" !important;
}
.swiper-button-next, .swiper-button-prev{
    color: white;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #b13481;
}
