@charset "UTF-8";

@media screen and (max-width: 768px) {
    br.spbr {
        display: none !important;
    }
}
@media screen and (max-width: 500px) {
    br.spbr {
        display: inline !important;
    }
}