.is-iOS .pp-video-background__foreground, .is-iOS .pp-video-background video {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .pp-video-background__foreground, .pp-video-background video {
        display: block !important;
    }
}