﻿body {
}
@media(max-width:992px) {
    /** global interior hero banner **/
    /** product category hero **/
    .hero-image img {
        height: unset;
    }

    .hero-caption {
        top: 320px;
    }
}

@media(max-width:768px) {
    /** global interior hero banner **/
    /** product category hero **/
    .hero-image img {
        position: relative;
        width: 100%;
        height: unset;
    }

    .hero-caption {
        top: 245px;
    }
}

@media(min-width:992px) {


    .hero-caption {
        top: 320px;
    }
}

@media(min-width:1200px) {


    .hero-caption {
        top: 320px;
    }
}