
.banner {
    line-height: 0;
}
.banner,
.banner-item {
    position: relative;
}

.banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-content {
    position: relative;
    background-color: rgba(98,150,145,.65);
    padding: 55px 0 115px 0;
    color: #fff;
    text-align: center;
    min-height: 380px;
}

.banner-content h1 {
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.3em;
    padding-bottom: 30px;
    font-family: 'Bitter', serif;
    font-weight: 300;
}

.banner-content p {
    display: none;
}

.banner .slick-dots {
    bottom: 45px;
    width: 100%;
}

.banner-content a {
    color: #fff;
    text-transform: uppercase;
    border-color: #629691;
    letter-spacing: 1.4px;
    font-family: 'futuramedium';
    font-weight: normal;
}

.banner-content a span {
    color: #78D4A5;
    font-size: 14px;
}

.banner-content .container {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translate(0, -45%);
}

.banner-text {
    position: relative;
}

.banner-text a{
    line-height: 30px;
}

@media(min-width: 768px) {
    .banner-content {
        padding: 120px 0 210px 0;
    }

    .banner-text {
        width: 598px;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-text::before {
        content: url('/wp-content/themes/laborie/assets/img/laborie-l-emblem-0.svg');
        position: absolute;
        top: 0;
        right: 0;
    }

    .banner-text::after {
        content: url('/wp-content/themes/laborie/assets/img/laborie-l-emblem-1.svg');
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .banner-content h1 {
        font-size: 34px;
    }
    
    .banner-content p {
        display: block;
    }

    .banner-content {
        min-height: 683px;
    }

}


@media(min-width: 1200px) {
    .banner-content {
        padding: 74px 0 260px 0;
    }

    .banner-text {
        width: 832px;
    }

    .banner-text::before {
        right:-50px;
    }

    .banner-text::after {
        left: -50px;
    }

    .banner-content h1 {
        font-size: 56px;
        position: relative;
        padding-top: 65px;
    }   
    
    .banner-content h1:before {
        /* content: '\e90a'; */
        /* content: url('/wp-content/themes/laborie/assets/img/laborie-emblem-white.svg'); */
        /* font-family: 'icomoon';
        color: #F79239; */
        top: -30px;
        left: 0;
        right: 0;
        position: absolute;
        width: 80px;
        margin: 0 auto;
    }

    .banner .slick-dots {
        bottom: 155px;
    }
    
    .banner-content {
        /* min-height: 810px; */
        min-height: 570px;
    }
}