.hero-slideshow,
.hero-slideshow .img-cont {
    position: relative;
}

.hero-slideshow .img-cont > a,
.hero-slideshow .img-cont picture,
.hero-slideshow .img-cont img {
    width: 100%;
}

.hero-slideshow .img-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.hero-slideshow .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 50px;
    pointer-events: none;
    z-index: 1;
}

.hero-slideshow .title h2 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.hero-slideshow .content-section {
    position: relative;
    background-color: white;
    margin: -35px 20px 35px 0;
    z-index: 2;
}

.hero-slideshow .content-section .desc {
    position: relative;
    z-index: 2;
    background-color: white;
    padding: 25px 30px 20px;
}

.hero-slideshow .content-section .bg {
    position: absolute;
    top: 30px;
    left: 0;
    width: calc(100% + 20px);
    height: 100%;
    z-index: 1;
    background-color: #e4d000;
}

.hero-slideshow .content-section p {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 10px;
    font-family: var(--proxima-soft-bold) !important;
	font-weight: var(--proxima-soft-bold-weight);
}

.hero-slideshow .content-section a {
    color: #2da6c1;
    font-weight: bold;
    font-size: 18px;
}

.hero-slideshow .img-cont {
    position: relative;
}

@media (min-width: 53.125em) {
    .hero-slideshow {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .hero-slideshow .title {
        width: 50%;
        max-width: 720px;
    }

    .hero-slideshow .content-section {
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        max-width: 420px;
        margin: 0 25px 25px 0;
    }

    .hero-slideshow .content-section .bg {
        left: 25px;
        width: 100%;
    }
}

@media (min-width: 64.063em) {
    .hero-slideshow .title {
        padding: 0 50px 60px;
    }

    .hero-slideshow .title h2 {
        font-size: 60px;
        line-height: 66px;
    }

    .hero-slideshow .content-section {
        margin: 0 50px 50px 0;
    }

    .hero-slideshow .content-section .desc {
        padding: 50px;
    }

    .hero-slideshow .content-section .bg {
        left: 45px;
        top: 50px;
        width: calc(100% + 5px);
    }
}

@media (min-width: 90.063em) {
    .hero-slideshow .title h2 {
        font-size: 60px;
        line-height: 65px;
    }
}