.full-width-slider
{
    height: 523px;
    width: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide a
{
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.swiper-pagination-bullet
{
    width: 12px !important;
    height: 12px !important;
    background: #DDD5D5;
}
.swiper-pagination-bullet-active
{
    background: white !important;
}