.home-full-width-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.home-full-width-image img.xs {
  display: none;
}
@media screen and (max-width: 600px) {
  .home-full-width-image img.xs {
    display: inherit;
  }
  .home-full-width-image img.normal {
    display: none;
  }
}
