/* img{
  max-width:1200px;
}

@media screen and (max-width:1200px) {
  img{
    max-width: 80%;
  }
} */
