.imagebg{
    height: 100vh !important; 
}

.background-image-holder{
    top: 4em !important;
    background-size: 306vh !important;
    background-position-y: 0em !important;
    background-repeat: no-repeat !important;
}

#mainNav{
    background:white;
}

.feature-header{
    line-height: 2.6em !important;
    padding-left: 1em !important;
}

.feature-wrapper{
    display:flex !important;
}


.spacing-image-holder{
    background-attachment: fixed !important;
    background-size: 100vw !important;
    background-repeat: no-repeat !important;
    height:40vh ;
    background-position-y: 70% !important;
}

.mb-2{
    margin-bottom: 2em !important;
}

.feature:hover{
    background-color: #fbfbfb;
}






















/* TABLET */
@media (max-width: 1000px) {
    .spacing-image-holder{
        height:20vh ;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .background-image-holder {
        top: 0em !important;
        background-size: 237vh !important;
        background-repeat: no-repeat;
        /*background-size: 277vh !important; */
        background-position-x: 51.5% !important;
    }
    .spacing-image-holder{
        background-size: 200vw !important;
        height: 40vh;
        background-position-x: 39% !important;
        background-position-y: 38% !important;
    }
}

    