.custom_header_slideshow_homepage {
    position: relative;
    visibility: hidden;
}

.custom_header_slideshow_homepage .arrow {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

.custom_header_slideshow_homepage .arrow.nextSlide {
    right: 20px;
}

.custom_header_slideshow_homepage .arrow.prevSlide {
    left: 20px;
}

.custom_header_slideshow_homepage .slick-dots {
    top: 75%;
    margin-bottom: 0px;
    margin: 0px;
    bottom: auto;
}

.custom_header_slideshow_homepage .slick-dots li button:before {
    font-size: 15px;
    color: white;
}

.custom_header_slideshow_homepage .slide {
    position: relative;
}

.custom_header_slideshow_homepage .slide img {
    width: 100%;
    position: relative;
}

.custom_header_slideshow_homepage .slide .content {
    background-color: rgba(0, 0, 0, 0.76);
    bottom: 0;
    min-width: 230px;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
}

.custom_header_slideshow_homepage .slide .content .title a {
    color: #fff;
    font-size: 18px;
}

@media only screen and (min-width: 40.063em) {
    .custom_header_slideshow_homepage .slide .content {
        padding: 20px;
    }

    .custom_header_slideshow_homepage .slide .content .title a {
        font-size: 25px;
    }
}

:is(section.main-banner-container, section.main-banner-container.index-view) .banner {
    padding: 30px 0 30px;
}

.main-banner-container .banner>.inner {
    position: relative;
}

.main-banner-container .banner .banner-img-cont {
    position: relative;
    width: 100%;
}

.main-banner-container .banner-img-cont img {
    width: 100%;
}

.main-banner-container .banner-text {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}