/* Hero Image */
#dispatch {
    width: 90%;
    margin: 0 auto;
    min-height: 300px;
    background: url('../img/features/dispatch/dispatch-main-iPhone-min.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


@media screen and (min-width: 48em){
    #dispatch {
        width: 90%;
        background: url('../img/features/dispatch/dispatch-main-iPad-landscape-min.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        min-height: 450px;
    }
}

@media screen and (min-width: 62em) {
    #dispatch {
        width: 90%;
        background: url('../img/features/dispatch/dispatch-main-laptop-min.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        min-height: 450px;
    }

}
