@charset "UTF-8";

.naj-image-is-role .p-viewer-overview {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  border: none;
  width: auto;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.naj-image-is-role .p-viewer-overview__close {
  display: none;
}

@media all and (max-width: 740px) {
  .page-viewer-content.spajust {
    padding-bottom: 0;
  }
  .page-viewer-content.spajust .p-viewer-content__image-wrapper {
    margin-bottom: 4rem;
  }
}

