@media only screen and (max-width: 767px) {
    .link-hide-on-mobile {
        display: none;
    }
}
