

/* CSS from section stylesheet tags */
@media screen and (min-width: 750px) {
  .slide-image-mobile { display: none; }
}
@media screen and (max-width: 749px) {
  .slide-image-desktop { display: none; }
}