#home-slideshow .carousel-caption {
  left: 20%;
  right: 20%;
}

#home-slideshow .carousel-caption-title {
  color: var(--mao-color-title);
  font-size: 2rem;
  line-height: 2.3rem;
  position: relative;
  z-index: 1;
}

#home-slideshow .carousel-caption-desc {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  position: relative;
  z-index: 1;
}

#home-slideshow .carousel-caption-overlay {
  background-color: rgb(255 255 255 / 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

#home-slideshow .carousel-control-next-icon,
#home-slideshow .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 992px) {
  #home-slideshow .carousel-control-next-icon,
  #home-slideshow .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 1200px) {
  #home-slideshow .carousel-caption-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  #home-slideshow .carousel-caption-desc {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}
