.image {
  width: 100%;
}

.body {
  background-color: #e6e6e8;
}

@media screen and (max-width: 479px) {
  .image {
    width: 150%;
    max-width: 150%;
    float: right;
  }
}