#slick-main-carousel {
  position: relative;
}
#slick-main-carousel .bg-image {
  position: relative;
  height: 100vh;
  width: 100vh;
}
#slick-main-carousel .bg-image > .block {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 120px;
  right: 0;
  width: 350px;
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: #c24631;
}
#slick-main-carousel .bg-image > .block img {
  width: 200px;
}
@media (max-width: 1000px) {
  #slick-main-carousel .bg-image > .block {
    position: absolute;
    height: 150px;
    width: 100%;
    top: auto;
    margin-bottom: 0;
    bottom: 2px;
    overflow: hidden;
  }
}
#slick-main-carousel .slide {
  width: 100%;
  height: 100%;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
#slick-main-carousel .slick-slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: bottom right;
}

#intro > .container {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  height: 100vh;
}
@media (max-height: 580px) {
  #intro > .container {
    padding-top: 60%;
  }
}
#intro > .container > div {
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#intro > .container > div > .block {
  margin: auto;
}

/*# sourceMappingURL=FeaturedCompoundsCarousel.css.map */
