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