

.image-container2 {
    position: fixed;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-53%, -49%);
    z-index: 10;

}

.center-image {
    /* width: 256px;
    height: 250px; */
    width: 27.5vh;
    height: 26.3vh;
    transition: all 1s ease;
}


.scroll-start .center-image {
    width: 05vh;
    height: 05vh;
    transform: translate(12%, 0%) scale(1.5) !important;
    transition: all 1s ease;
}

.scroll-move .center-image {
    transform: translate(45vw, -40vh) scale(1.5) !important;
    transition: all 2s ease;
}
