.view-homepage-banner {
    width: 100%;
}

.view-homepage-banner .views-field-field-hero-image {
    max-width: 1170px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .view-homepage-banner .views-field-field-hero-image {
        max-width: 700px;
    }
}

@media screen and (max-width: 980px) {
    .view-homepage-banner .views-field-field-hero-image {
        max-width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .view-homepage-banner .views-field-field-hero-image {
        max-width: none;
    }
}

.view-homepage-banner h1 {
    color: #fff;
    position: absolute;
    bottom: 100px;
    max-width: 800px;
    font-size: 52px;
    line-height: 70px;
    z-index: 9;
}

@media screen and (max-width: 1200px) {
    .view-homepage-banner h1 {
        font-size: 40px;
        line-height: 48px;
        max-width: 700px;
        bottom: 70px;
    }
}

@media screen and (max-width: 980px) {
    .view-homepage-banner h1 {
        font-size: 32px;
        line-height: 40px;
        max-width: 600px;
        bottom: 70px;
    }
}

@media screen and (max-width: 768px) {
    .view-homepage-banner h1 {
        font-size: 28px;
        line-height: 34px;
        max-width: 440px;
        bottom: 70px;
        margin-left: 80px;
    }
}

@media screen and (max-width: 600px) {
    .view-homepage-banner h1 {
        font-size: 22px;
        line-height: 32px;
        max-width: 350px;
        margin-left: 40px;
    }
}

.slick-list {
    overflow: initial;
}

.slick-track {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.slick-slide {
    height: auto;
}

.slick-slide img {
    width: 100%;
}

.slick-dots {
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slick-dots li {
    margin: 0;
    margin-right: 10px;
    width: 40px;
}

@media screen and (max-width: 425px) {
    .slick-dots li {
        width: 30px;
    }
}

.slick-dots li button {
    background-color: #fff !important;
    width: 40px;
    height: 4px;
    padding: 0;
    border-radius: 2px;
}

@media screen and (max-width: 425px) {
    .slick-dots li button {
        width: 30px;
    }
}

.slick-dots li button:before {
    content: none;
}

@media screen and (max-width: 425px) {
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}

article {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .absolute-light .header-menu {
        text-shadow: none;
    }
}