.wrapper{
    overflow: hidden;
}

.imageContainer{
  display: flex;
  flex-direction: row;
  gap: 25px;
  width: 200%;
}

.imageContainer .image{
  height: 200px;
  width: 200px;
    background-size: cover;
}

//.image:nth-child(odd){
 // background-image: url('photo2.jpeg')
//}