@CHARSET "UTF-8";
@media (max-width: 767px) {
  .hidden-xs{
    display: none;
  }
}

