.ec-carousel {

}

.ec-carousel-content {
  width: 100%;
  display: inline-block;
  position: relative;
}

.ec-carousel-picture img{
  width: 100%;
}

.ec-carousel-picture .ec-overlay {
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.5);
}


.ec-carousel-caption {
  padding-right: 8px;
  padding-left: 8px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}


.ec-carousel-caption .ec-caption-header {
  font-size: 22pt;
  font-weight: bold;
  line-height: 1.5;
}

.ec-carousel-caption .ec-caption-description {
  font-family: 'Noto Sans', sans-serif;
}


.ec-carousel-caption h3 {
  font-size: 12pt;
  color: white;
}

.ec-carousel-caption .ec-carousel-button {
  margin-top: 16px;
}



.ec-carousel-button {
  background-color: #d34d2d;
  color: white;
  font-size: 14pt;
  font-weight: bold;
  width: 180px;
  height: 40px;
  border: none;
  border-radius: 10px;
}


@media (min-width: 1200px) {
  .ec-carousel-caption {
    padding-left: 0px;
    padding-right: 32px;
    width: 50%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    color: white;
  }

  .ec-overlay {
    display: none;
  }

  .ec-carousel-caption .ec-caption-header {
    font-size: 32pt;
    line-height: 1;
  }

  .ec-carousel-caption h3 {
    font-size: 16pt;
    line-height: 1;
    margin-top: 16px;
  }

  .ec-carousel-button {
    margin-top: 32px;
  }
}
