.zoomparallax{
    width:100%;
    height:90vh;
    overflow: hidden;
}

div .imgparallax {
    width:100%;
    top:0;
    left:50%;
    transform: translate(-50%);
    z-index: -10;
    position: relative;
}

.zoomparallax2{
    width:100%;
    height:90vh;
    overflow: hidden;
}

div .imgparallax2 {
    width:100%;
    top:0;
    left:50%;
    transform: translate(-50%);
    z-index: -10;
    position: relative;
}
