.julius-content .julius-gallery img {
  width: 100%;
  height: auto;
  height: 60vh;
  min-height: 20em;
  object-fit: cover;
}

.julius-content li {
  margin-bottom: 0.5em;
}

#cookie-alert {
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 1em;
  width: 15em;
  padding: 1em;
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#cookie-alert.opened {
  opacity: 1;
  pointer-events: all;
}

#cookie-alert .btn {
  font-size: 1em;
}

.content img.lazy-loaded {
  cursor: zoom-in;
}

.zoom-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  overflow: auto;
  text-align: center;
}

.zoom-overlay .close-zoom-overlay {
  color: white;
  font-size: 2rem;
  position: fixed;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
}

.zoom-overlay .zoom-image {
  border: 0.2rem solid white;
  max-width: 90%;
  max-height: 80%;
  -webkit-border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.zoom-overlay .zoom-image.zoomed {
  margin: 4rem;
  position: sticky;
  left: 0;
  -moz-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  max-width: none;
  max-height: none;
}
