/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2018 | 17:08:46 */
@media screen and (min-width: 0px) and (max-width: 400px) {
  #mobile-layer-one{display:block;}
  #mobile-layer-two{display:block;}
  #mobile-video-mkt{display:block;}
  #web-layer-one{display:none;}
  #web-layer-two{display:none;}/* show it on small screens */
  #web-video-mkt{display:none;}
  #web-cta-video{display:none;}
  #mobile-cta-video{display:block;}
}

@media screen and (min-width: 401px) and (max-width: 1900px) {
     #mobile-layer-one{display:none;}
  #mobile-layer-two{display:none;}
  #web-layer-one{display:block;}
  #web-layer-two{display:block;}
  #mobile-video-mkt{display:none;}
  #web-video-mkt{display:block;}
  #web-cta-video{display:inline-block;}
  #mobile-cta-video{display:none;}/* hide it elsewhere */
}
