@media (max-width:575px){
    #header-banner #hb-desktop {
        display: none;
    }
    #header-banner #hb-mobile {
        display: block!important;
    }
    #header-banner #hb-mobile a{
        display: block!important;
        width: 100%;
        padding-bottom: 25%;
        background-size: cover!important;
    }
}
@media (min-width:576px){
    #header-banner #hb-desktop {
        display: block!important;
    }
    #header-banner #hb-desktop a{
        display: block!important;
        width: 100%;
        padding-bottom: 7.6923076923%;
        background-size: cover!important;
    }
    #header-banner #hb-mobile {
        display: none;
    }
}