@media only screen and (max-width: 600px) {
  #mainImage {
    margin-left: -100px;
    padding-left: 100px;
  }
}