
/* FOOTER DISPLAYS WITH FEATURE */
    .footer {
        display: block;
    }
    
/* FEATURE CONTAINERS */
    .featureImgCtr {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 75%;
        width: auto;
        overflow: hidden;
    }
    .featureImgCtr img {
        height: 100%;
        min-height: 450px;
        width: auto;
    }

@media screen and (min-width: 1281px) {
    .featureImgCtr {
        max-height: 580px;
    }
    .featureImgCtr img {
        min-height: 520px;
    }
}
