.hero-image {
    width: 100%;
    margin-top: 11em;
}

.hero-image-noslide {
    width: 100vw;
    margin-top: 6.8em;
}

.hero-image-overlay {
    display: none;
}

.hero-image-overlay p {
    font-size: 0.85em;
}

.hero-image-slider>div>div {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 800px) {

    .hero-image {
        margin-top: 8em;
    }

    .hero-image-overlay {
        display: block;
        position: absolute;
        bottom: 5%;
        left: 1em;
        padding: 0.5em;
        border-radius: 20px;
        opacity: 65%;
        height: auto;
        width: 30%;
        border: 3px solid white;
        background-color: white;
    }

    .hero-image-overlay p {
        font-size: 0.85em;
    }
}
