another way to solution ;
media="all"
@media screen and (max-width: 600px)
header.home-header.sticky-header {
********** position: relative;***********/* "change absolute to relative"
}
Write a new rule in your child theme at style.css it should be work.
Options>Sliders>Auto Play Slider.
delete that line at your style.css “position: absolute!important;”
media="all"
@media screen and (max-width: 600px)
header.home-header.sticky-header {
********** position: absolute!important;***********/* "only that line"
}
location : style.css line 1724.