This worked for me:
@media only screen and (max-width: 900px) {
.background-fixed .panel-image {
background-attachment: scroll !important;
background-size: contain !important;
}
}
@supports ( -webkit-touch-callout : none) {
.background-fixed .panel-image {
background-attachment: scroll !important;
}
}