.ipad .slide--item {
background-attachment: scroll !important;
}
.slide--item {
height: calc(100vh - 78px);
min-height: 500px;
}
@media (max-width: 767px) {
.slide--item {
height: 500px !important;
}
}