
.hide-large { display: none; }
@media (max-width: 767px){
  .hide-small { display: none; }
  .hide-large { display: inherit; }
}