main img {
  width: 1280px;
  justify-self: center;
}

@media screen and (max-width: 1280px) {
  main img {
    width: 100%;
  }
}
