Hi there,
No need, when setting overflow hidden, the height should be fixed.
Please remove this line
height: auto!important;
from this CSS
#soliloquy-container-2978 {
max-width: 1020px;
max-height: 700px;
margin: 0px auto 20px;
height: auto!important;
opacity: 1;
}
I can see large height upon load because the container stretches displaying all images while loading.
Thanks!