section.hero .block_background_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

section.hero .fade_content p {
    max-width: 80%;
}

section.hero a.btn {
    background-color: #000;
    color: #fff;
}
section.hero a.btn:hover {
    background-color: #fff;
    color: #000;
}
html.dark section.hero a.btn {
    background-color: #fff !important;
    color: #000 !important;
}
html.dark section.hero a.btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

@media screen and (max-width: 1025px) {
    section.hero {
        min-height: auto;
        margin-bottom: 4rem;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: auto;
    }
    section.hero .block_background_image {
        position: relative;
        height: 50%;
        width: 100%;
        top: 0;
        left: 0;
    }

    section.hero .container {
        position: relative;
        height: 50%;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 30px;
    }
}
