:root {
    --austry-base: #7eb441;
    --austry-base-rgb: 126, 180, 65;
}

.preloader__image {
    background-image: url(../images/loader-2.png);
}

/* Remove the dark overlay from main slider background */
.image-layer-two::before {
  background: none !important;
  opacity: 0 !important;
}

/* Make sure no filter/dark tint remains */
.image-layer-two {
  background-color: transparent !important;
  filter: none !important;
}
