.city-image-background {
    width: 100%;
    position: absolute;
    bottom: -40%;
    left: 0;
    opacity: 10%;
    z-index: -100;
    transition: bottom 2s;
}

.city-image-background.visible {
    bottom: 0;
    transition: bottom 2s;
}