
.pc_br {
    display: block;
}



@media all and (max-width:930px) {
    .pc_br {
        display: none;
    }
}