.c-hero-carousel {
  position: relative;
  width: 100%;
  padding-top: 35.73%;
  overflow: hidden;
  min-height: 500px;
}

.c-hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slick-list {
  height: 100%;
}

.c-hero-slide,
.c-hero__dots,
.c-hero__carousel-action {
  opacity: 0;
  transition: 0.5s ease-in;
}

.bespoke-animation {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  background-size: cover;
  display: none;
}

@media print, screen and (min-width: 61.25em) {
  .bespoke-animation {
    background-image: none !important;
    display: block;
  }
}

.bespoke-animation__content {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  text-align: center;
  display: none;
}

@media print, screen and (min-width: 61.25em) {
  .bespoke-animation__content {
    padding-top: 80px;
    display: block;
  }
}

#animation_container {
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  background-size: cover;
}

@media print, screen and (max-width: 61.25em) {
  #animation_container {
    display: none;
  }
}

#dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  left: 0px;
  top: 0px;
  display: none;
}

#canvas {
  display: none;
}

#preloader {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  z-index: 2;
  background: #c6e1d8;
}

.preload__inner {
  position: relative;
}

.preload__image {
  vertical-align: middle;
  max-height: 100%;
}

.slick-track {
  display: flex;
  height: 100%;
}

.slick-slide > div {
  display: block;
  position: relative;
  height: 100%;
}

.bespoke-animation__image {
  display: flex;
  align-items: center;
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 61.25em) {
  .bespoke-animation__image {
    display: none;
  }
}
