.temp-hide {
  display: none !important;
}

.hompage-slider {
  margin-bottom: 3rem;
}

.sub-slider-text {
  opacity: 1 !important;
}

.viewing-page-home .slick-slide {
  min-height: 580px;
}

.slick-arrow {
  box-shadow: white 0px 0px 0px 3px;
  color: white;
  top: 50%;
  margin-top: -30px;
  background: black !important;
  width: 60px !important;
  height: 60px !important;
}

.slick-prev {
  left: 1rem !important;
  background: rgb(25 23 23) url(/assets/images/icons/white-arrow-left.svg) 50%
    50% no-repeat !important;
}

.slick-next {
  right: 1rem !important;
  background: rgb(25 23 23) url(/assets/images/icons/white-arrow-right.svg) 50%
    50% no-repeat !important;
}

@media screen and (min-width: 1200px) {
  .slick-prev {
    left: 3rem !important;
  }

  .slick-next {
    right: 3rem !important;
  }
}

.viewing-page-home .slick-slide img {
  min-width: 100%;
  height: 590px !important;
}

.slick-slide {
  position: relative;
  margin: 0 10rem;
}

.building-box {
  display: none;
}

@media screen and (min-width: 1200px) {
  .building-box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Austin News Headline Web';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 60%);
    min-width: 15rem;
    padding: 0 1rem;
    height: 4rem;
    color: rgb(17, 42, 100);
  }

  .building-box:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -60px;
    right: -3px;
    bottom: -60px;
    border: 1px rgb(255 255 255 / 60%) solid;
  }

  .building-box p {
    font-size: 1.75rem;
  }
}
