.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    color: white !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bg1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('assets/bg-2.jpg') center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.bg2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('assets/bg-3.jpg') center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.bg3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('assets/bg-4.jpg') center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.bg4:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('assets/bg-5.jpg') center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}