.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1.0);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1.0;
  transition: all 500ms ease-in;
  pointer-events: none;	
}

.preloader_content {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

span.preloader_text1, span.preloader_text2, span.preloader_text3 {
 opacity: 0;
 transition: all 500ms ease-in;
 color: white;
}
.header-container {
      display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
max-width: 100% !important;
  margin: 0 !important; 
}


/* slideshow settings */
.format-slideshow__slide-image {
  object-fit: contain !important;
}
.format-slideshow, [data-content-module-category="slideshow"] {
  padding: 0 !important;
}
@media (min-width: 768px) {
  #slideshow_01, .format-slideshow--slideshow_01, img.format-slideshow__slide-image {
    height: calc(100vh - 150px - 86px) !important;
  }
}

@media (max-width: 768px) {
  #slideshow_01, .format-slideshow--slideshow_01, img.format-slideshow__slide-image {
    height: calc(100vh - 112px - 118.5px) !important;
  }
}
