@charset "UTF-8";
/* CSS Document */
/* Stylesheet sets variances for the magnifyier code */

/* Img magnifyer settings */
* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 2px solid #ABA9A9;
  border-radius: 25%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}