  /* Mobile */
  /* Accordion Style */
  @media (max-width: 970px) {

      /* hide images on mobile */
      .ar-image-hide-on-mobile { /*desktop image*/
		  	display: none;
		  }
		  .ar-image-hide-on-desktop { /*mobile image*/
		  	display: inherit;
		  }
  }