html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:15px;
    width:60%;
    height: 550px;
    border-radius:20px;
}
.swiper-wrapper{
    display:flex;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
    /* position: relative;
    display: inline-block; */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ccc;
    display:flex;
    justify-content:center;
    align-items: center;
    font-size:60px;
}

.swiper-slide-content {
    position: absolute;
    margin-top:350px;
}

/* .swiper-button-next, .swiper-button-prev{
    color:white !important;
} */

.swiper-button-next{
    margin-right: 45px;
}

.swiper-button-prev{
    margin-left: 45px;
}

.swiper-pagination {
    position:relative !important;
}

@media(max-width: 600px) {
    .swiper {
    height: 350px;
    width:90%;
    }

    .swiper-slide-content{
    margin-top:150px;
    }
}

@media(max-width: 900px) {
    .swiper {
    width:80%;
    }
}

.carousel-title, .carousel-category a{
    color:white; 
}

.carousel-category a{
    font-size: clamp(0.75em, 1em + 3vw, 1.0em);
}

.carousel-title a{
    font-size: clamp(0.75em, 1em + 3vw, 0em);
}

.carousel-published_on span, a{
    color: white;
    font-size: clamp(0.75em, 1em + 3vw, 1.0em);
}