.bc-parallax{
display: block;
width: fit-content;
height: fit-content;
overflow: visible;
}
.bc-parallax .simpleParallax{
height: 100%;
display: flex;
align-items: center;
}
.bc-parallax__element{
width: 100%;
height: 100%;
}
.bc-parallax__to-hide{
opacity: 0;
}