#ref-page main {
  min-height: calc(100vh - 80px);
  background-color: var(--fourthColor);
}
#ref-page main .slider-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ref-page main .slider-container .slider-elem img {
  min-height: 600px;
  max-height: calc(100vh - 120px);
  min-width: 600px;
}
#ref-page main .slider-container .slider-elem figure {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#ref-page main .slider-container .slider-elem figure figcaption {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 15px 25px;
  color: #ffffff;
  background-color: rgba(75, 1, 98, 0.5);
  border-radius: 15px;
}
#ref-page main .slider-container .slider-elem figure figcaption h3 {
  text-transform: uppercase;
}
#ref-page main .slider-container .slider-elem figure figcaption h4 {
  font-weight: 100;
  margin-bottom: 7px;
  font-size: 1.5rem;
}
#ref-page main .slider-container .slider-elem figure figcaption p {
  font-weight: 100;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px) !important;
}

.slider-button {
  position: absolute;
  top: 50%;
  background-color: var(--mainColor);
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 120;
  opacity: 0.7;
}
.slider-button:hover {
  background-color: var(--secondColor);
}
.slider-button i::before {
  color: #FFFFFF;
  width: 20px;
  height: 20px;
}

#slider-next-arrow {
  right: 10px;
}

#slider-prev-arrow {
  left: 10px;
}

@media screen and (max-width: 400px) {
  #ref-page figure {
    margin: 10px 10px;
  }
}

/*# sourceMappingURL=ref-page-style.css.map */
