@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
      .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}

@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .background {
        background-attachment: scroll !important;
        background-position: center !important;
    }
    
    .splash_background_home, .splash_background_pricing {
        background-attachment: scroll !important;
        background-position: top !important;
        background-size: 1920px !important;
    }
    
    body {
    	-webkit-text-size-adjust: none;
    }
}