@media (max-width: 767px) {
   body {
      background-color: #f3f3f3;
      background-size: 100vw !important;
      background-repeat: no-repeat !important;
      background-position: bottom !important;
      background-attachment: fixed;
      font-family: 'Fira Sans', sans-serif;
   }
}