.image-laser-first,
#laser-first {
  width: 350px;
  height: 525px;
}

.images-laser-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 525px;
}

@media only screen and (min-width: 600px) {
  .images-laser-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
  }

  .image-laser-first,
  #laser-first {
    width: 400px;
    height: 600px;
  }
}