/* Makes background images look ok on iphones & ipads */
@media screen and (max-width: 1024px) {
body * {background-attachment: scroll !important;}
}