#home-hero {
    position: relative;
}

#home-hero #hpsec1 {
    position: relative;
    z-index: 1;
}

#home-hero #banner-content {
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

#home-hero .my-container {
    max-width: 100%;
}

.banner-text {
    text-align: center;
}

#home-hero .text-wrap {
    font-size: 30px;
    font-weight: bold;
    padding: 5px 20px 0px 20px;
}

.banner-text h1 {
    font-size: 35px;
    font-weight: bold;
}

.banner-slider .slick-slide {
    height: 882px;
}

.banner-slider .slick-slide div,
.banner-slider .slider-container {
    height: inherit;
}

@media screen and (min-width: 768px) {
    #home-hero .my-container {
        max-width: 100%;
    }

    #home-hero .text-wrap {
        padding: 10px 166px 15px 166px;
        width: 100%;
    }

    .banner-text h1 {
        font-size: 45px;
        font-weight: bold;
    }
}

@media screen and (min-width: 992px) {
    #home-hero .text-wrap {
        width: 960px;
    }
}
