Hello , I had same problem here –
https://farmnature.co.il/%d7%9e%d7%95%d7%a6%d7%a8%d7%99%d7%9d/
to fix this problem, add this script in the custom css:
@media only screen and (max-width: 768px) {
.flipbox-content ,.eae-flip-box-front,.eae-flip-box-back{
cursor:pointer;
overflow: visible !important;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
}
}
enjoy!