Hello There,
Thanks for updating us in! This issue is because of you custom css. Please remove this css code block:
@media (min-width: 979px){
.home .x-slider-container.below.bg-video {
margin-top: -400px;
}
}
You’ll probably need to update that code and make use of this code instead:
@media (min-width: 768px){
.home .x-slider-container.below.bg-video {
margin-top: -400px;
}
}
Hope this helps.