html,
body {
  margin: 0;
  padding: 0; }

#image-zoom-wrapper {
  position: relative;
  text-align: left;
  overflow: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#image-zoom-wrapper.js-active {
  background-image: none; }

.js-enabled #image-zoom-wrapper {
  overflow: hidden;
  position: relative; }

.js-enabled #image-zoom-wrapper #image-zoom {
  visibility: hidden;
  position: relative; }

#image-zoom-wrapper div.zoom-control {
  width: 26px;
  height: 26px; }

#image-zoom-wrapper div.zoom-in::before,
#image-zoom-wrapper div.zoom-out::before {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #ffffff; }

#image-zoom-wrapper div.zoom-in::before {
  content: "\F415"; }

#image-zoom-wrapper div.zoom-out::before {
  content: "\F374";
  top: 40px; }

#image-zoom-wrapper div.zoom-off {
  background-position: 0 100%; }

@media only screen and (max-width: 820px) {
  #image-zoom-wrapper {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    border-width: 5px; }
  #image-zoom-wrapper div.zoom-in,
  #image-zoom-wrapper div.zoom-out {
    background-image: url("./zoom-in-104.png");
    background-size: 52px;
    width: 52px;
    height: 52px; }
  #image-zoom-wrapper div.zoom-out {
    background-image: url("./zoom-out-104.png");
    left: auto;
    right: 10px;
    top: 10px; } }

@media only screen and (max-height: 420px) {
  #image-zoom-wrapper {
    height: 55vh; } }

/*# sourceMappingURL=http://localhost:3000/_maps/zoomify.css.map */
