.container-hero,
.container-hero-subpage{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
    top:0px;
    z-index:1 !important;
}

.container-hero{
    height:763px;
}

.container-hero-subpage{
    height: 473px;
    width: 100%;
    display: block;
    position: relative;
}
.container-hero a:hover{
    text-decoration: none !important;
}

.Banner-Text{
     z-index: 9;
     float: right;
     max-width: 100%;
     display: block;
     margin-right: 50px;
 }
.locations-banner .Banner-Text{
    width: 500px;
}

.local-farms-banner .Banner-Text{
    width: 225px;
}

.local-farms-banner .container-hero-subpage {
    height: 500px;
}

.recipe-landing-banner .Banner-Text{
    width: 400px;
}
.categories-banner .Banner-Text{
    width: 320px;
    margin-right: 54px !important;
}
.about-us-banner .Banner-Text{
    width: 500px;
}

.subpage-banner-text-container{
    position: absolute;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px){

    .recipe-landing-banner .Banner-Text{
        width: 350px;
    }
    .categories-banner .Banner-Text{
        max-width: 250px;
        margin-right: auto !important
    }
    .locations-banner .Banner-Text{
        width: 280px;
    }
    .Banner-Text{
        float: none;
        margin: 0 auto;
    }
    .about-us-banner .Banner-Text{
        width: 280px;
    }
    .local-farms-banner .Banner-Text{
        width: 160px;
    }

}
.container-hero{
    background-image:url("/themes/smiths/images/Home-Hero-Image-1.jpg");
}
@media (max-width:992px) {
    .container-hero {
        height:560px;
    }
    .container-hero-subpage{
        height: 360px;
    }

    .local-farms-banner .container-hero-subpage {
        height: 360px;
    }

}

@media (max-width:576px) {
    .container-hero {
        height:436px;
        top:-70px;
    }
    .container-hero-subpage{
        height: 320px;
    }
}

.hdr-hero {
    width: 100%;
    margin-top: 180px;
    float: right;
    margin-right: 51px;
    position: relative;
    margin-bottom: 37px;
    z-index: 450 !important;
    display: block;
}

@media (max-width:991px) {
    .hdr-hero {
        margin-top:110px;
    }
}

@media (max-width:576px) {
    .hdr-hero {
        margin-top: 98px;
        margin-right: -11px;
        width: 280px;
        margin-bottom: 81px;
    }
}

.hdr-hero-image {
    float:right;
    margin-right:70px;
    z-index:700 !important;
}

@media (max-width:991px) {
    .hdr-hero-image {
        width:400px;
    }
}

@media (max-width:767px) {
    .hdr-hero-image {
        width:280px;
        margin-right:20px;
    }
}

.call-outs {
    max-width:1100px;
    width:100%;
    display:block;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index:600 !important;
}

@media (max-width:992px) {
    .call-outs {
        max-width:1100px;
        width:100%;
    }
}

@media (max-width:576px) {
    .call-outs {
        max-width:1100px;
        width:100%;
    }
}

@media (min-width: 768px) {
    .farmer-video-modal .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}


