.full-width-image {
  width: 100%;
  height: auto;
}
.full-width-image svg {
  width: 100%;
  height: auto;
}
.full-width-image img {
  width: 100%;
  height: auto;
}
.full-width-image .desktop {
  display: none;
}
@media only screen and (min-width: 770px) {
  .full-width-image .desktop {
    display: block;
  }
}
.full-width-image .mobile {
  display: none;
}
@media only screen and (max-width: 769.98px) {
  .full-width-image .mobile {
    display: block;
  }
}
