.js #preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: white url("//www.therioworld.com/cdn/shop/t/12/assets/preloader-gs.gif?v=108271397416538734261486688517") no-repeat center center; }
  @media only screen and (max-width: 500px) {
    .js #preloader {
      background-size: contain; } }
