/*show css*/
@media screen and (max-width: 991px) {
/*show css*/
    #jform_spacer-lbl{
        color: red;
    }
}

@media screen and (max-width: 768px) {

}


@media screen and (max-width: 425px) {

}

@media screen and (max-width: 320px) {

}

