﻿.our-story-home {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0px !important;

}
    .our-story-home .story-home-image {
        width: 100%;
        height: 60%;
        display: flex;
        position: relative;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .our-story-home .story-home-text {
        width: 100%;
        height: 40%;
        position: relative;
        background-color: #ccc;
        padding: 20px 40px;
    }

        .our-story-home .story-home-text h1 {
            text-align: center;
            width: 100%;
            font-family: greycliff-cf !important;
            font-size: 48px;
            line-height: 48px;
            font-weight: 900;
            letter-spacing: unset;
            margin: 0px;
        }
        .our-story-home .story-home-text p {
            text-align: center;
        }
    .our-story-home .story-home-image .overlay-image {
        width: 100%; height: 70%;
        position: absolute; top: 50%; left: 0px;
        transform: translateY(-50%);
        z-index: 20;
        text-align: center;
    }
    .our-story-home .story-home-image .overlay-image img {
        height: 100%; width: auto;
        margin: auto;
    }

    .our-story-home .story-home-text .link-button {
        display: block; padding: 10px 15px !important;
        border: 2px solid white;
    }

@media (max-width: 650px) {
    .our-story-home .story-home-image {
        width: 100%;
        height: 60%;
        display: flex;
        position: relative;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .our-story-home .story-home-text {
        width: 100%;
        height: 40%;
        position: relative;
        background-color: #ccc;
        padding: 14px 50px;
    }
    .our-story-home .story-home-image .overlay-image {
        width: 100%;
        height: 60%;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 20;
        text-align: center;
        padding: 0px;
    }

        .our-story-home .story-home-image .overlay-image img {
            height: 100%;
            width: auto;
            margin: auto;
            max-width: 100% !important;
        }
    .our-story-home .story-home-text h1 {
        text-align: center;
        width: 100%;
        font-family: greycliff-cf !important;
        font-size: 24px;
        line-height: 48px;
        font-weight: 900;
        letter-spacing: unset;
        margin: 0px;
    }

}