@media (max-width: 767px) {
    footer .hidden-xs {
        display: block !important;
    }
}
