html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  margin: 0;
  overflow: hidden;
  position: fixed;
}

section {
  max-width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper img {
  object-fit: contain;
  max-width: 100%;

}

@media only screen and (max-width: 600px) {

.image-wrapper img {

  object-fit: contain;
  max-width: 100%;
  margin-top: -20%;

}

}