.desktop-only {display: block;}
.desktop-image {width: 100%;height: auto;}
.mobile-only {display: none;}

@media (max-width: 767px) {
  .desktop-only {display: none;}
  .mobile-only {display: block;}
  .mobile-image {width: 100%;height: auto;}
}
