@import url(https://lib.hmcms.nl/js/2/zoomist/css/zoomist.css);

.zoomist-image img {
  width: 100%;
  height: auto;
}

.zoomist-wheel-usage {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 1em;
  background-color: rgba(0,0,0,0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 1.33em;
  transition: 0.25s ease opacity;
  pointer-events: none;
}
.zoomist-container--show-wheel-usage:not(.zoomist-container--allow-wheel) .zoomist-wheel-usage {
  opacity: 1;
  transition: 0.5s ease opacity;
}
