.wp-block-gallery-parallax{
	display: block;
}

.wp-block-gallery-parallax .wp-block-image{
    position: sticky !important;
    width: 100% !important;
    height: 100vh;
    top: 0vh;

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;   
}
.wp-block-gallery-parallax .wp-block-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp-block-gallery-parallax .wp-block-image img.hide{
    opacity: 0;
}