.image-right {
  position: absolute;
  right: 0px;
  top: 0px;
}

/* Add application styles & imports to this file! */

* {
  box-sizing: border-box;
}

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

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}

/* Importing Bootstrap SCSS file. */

/*# sourceMappingURL=styles.css.map*/