Hello, yes, I was testing on Chrome too, but the weird thing is that the problem doesn’t occurs here. 🙂
But it’s ok, let’s try something, can you please try to add this:
(css/custom.css)
.home-concept, .home-concept {
min-height: 500px;
-webkit-transform-style: preserve-3d;
}
.home-concept, .home-concept {
-webkit-backface-visibility: hidden;
-webkit-transform:translate3d(0,0,0);
-webkit-transform-style: preserve-3d;
position: relative;
}
It’s a technique to prevent webkit from strange behavior that may be happening in a specific version.
Can you please try that and let me know if the problem persists?
Thanks.