/* MOBILE TEST */

@media (max-width: 767px) {
  body {
    border-top: 5px solid red !important;
  }
}

