@media only screen and (max-width:480px) {
.hide_on_mobile{
display: none !important;}
}

.hide_on_dextop{
display: none !important;
}
