#main-news-carousel-container {
    width: 100%;
    /*height: 490px;*/
    border-radius: 4px;
    overflow: hidden;
}

#main-news-carousel-container .image-wrapper{
    border-radius: 4px;
    overflow: hidden;
}

#main-news-carousel-container .swiper-slide{
    position: relative;
}

#main-news-carousel-container .swiper-slide img{
    object-fit: cover;
    width: 100%;
    /*height: 490px;*/
    object-position: top;
}

#main-news-carousel-container .swiper-slide h2{

    /*line-height: 32px;*/
    color: #fff;
    font-size: 40px;
    font-family: FontBold, serif;
    padding: 24px;
    /*text-transform: uppercase;*/
    text-align: center;
    /*width: 100%;*/
    margin: 0;
}

#main-news-carousel-container .swiper-slide h3{

    /*line-height: 32px;*/
    color: #a1f9ff;
    font-size: 30px;
    font-family: FontRegular, serif;
    padding: 0 24px 24px;
    /*text-transform: uppercase;*/
    text-align: center;
    /*width: 100%;*/
    margin: 0;

}

.main-news-carousel-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 99;
    text-shadow: 3px 3px 0 #000;
    width: 100%;
}

.main-news-carousel-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0, 0, 0, 0.82) 100%);
    z-index: 98;
}

#main-news-carousel-container .swiper-slide{
    position: relative;
    /*background: #808182;*/
}

#main-news-carousel-container .swiper-button-prev, #main-news-carousel-container .swiper-button-next{
    color: #fff;
    opacity: .6;
}

#main-news-carousel-container .swiper-pagination-bullet {
    background: #fff;
}

#main-news-carousel-container .swiper-pagination-bullets {
    bottom: 24px;
}

#main-news-carousel-container .image-wrapper {
    position: relative;
    padding-bottom: 56.2%;
    display: block;
}

#main-news-carousel-container .image-wrapper img {
    position: absolute;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1440px) {
    #main-news-carousel-container .swiper-slide h2{
        font-size: 60px;
        padding: 32px;
    }
}

/*@media screen and (max-width: 768px) {*/
    #main-news-carousel-container .main-news-carousel-backdrop {
        display: none;
    }

    #main-news-carousel-container .main-news-carousel-text {
        position: relative;
    }

    #main-news-carousel-container .main-news-carousel-text{
        bottom: 0;
    }
/*}*/

@media screen and (max-width: 576px) {

    #main-news-carousel-container .swiper-slide h2{
        font-size: 24px;
    }

    #main-news-carousel-container .swiper-slide h3{
        font-size: 16px;
    }
}
