/* Fixes scroll issue for background images on iOS */

@supports (-webkit-touch-callout: none) {
  .bg-ios-fix {
  	background-attachment: scroll !important;
  }    
}