.img-fluid-homepage {
  width: 100%;
  height: auto;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #6A5F57;
}
.carousel-caption {
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.carousel-caption p {
  /*margin: 0;*/
}
.ccm-image-slider-title {
  font-weight: 600;
	font-size: calc(6vw + 1vh + .5vmin);
  line-height: calc(7vw + 1vh + .5vmin);
}
.ccm-image-slider-description {
  font-size: calc(2vw + 1vh + .5vmin);
  line-height: calc(2vw + 1vh + .5vmin);
  font-weight: 400;
  margin-bottom: 20px;
}
.header-drip {
	background: transparent;
  position: absolute;
  top: -1px;
  width: 20%;
  height: 100px;
  right: 5%;
}
.header-drip-shape svg {
	opacity: 1;
}
@media (max-width: 768px) { 
  .ccm-image-slider-title {
    font-weight: 600;
    font-size: 3.1rem;
    line-height: 3.1rem;
  }
  .ccm-image-slider-description {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) { 
  .header-drip {
    display: none;
  }
}