/* css only for iOS devices */
@media (max-width: 992px) {
  .mob-bg-fixed {
    background-attachment: unset;
  }
}