.buttons #cancel:before {
  content: url(../../assets/images/left-arrow.svg);
}

@media only screen and (max-width: 600px) {
  body {
    background-image: none;
  }
}