.hcSlider{
  padding: 0 !important;
  overflow-y: hidden;
  position: relative;
  background-color: #f7d366;
}

.slider.huc-item-big {
  padding: 0 !important;
}

.hcSlider h2 {
  font-family: "Noto Serif", serif;
  margin: 0;
  font-size: 1.2rem
}


.hcSlider--inner {
  display: flex;
  flex-direction: row;


  transition-property: margin-left;
  transition-duration: 1s;
  transition-timing-function:ease-in-out;
}


#slider{
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  overflow-y:scroll;
  overflow-x:hidden;
}


#slider::-webkit-scrollbar {
    display: none;  /* Chrome Safari */
}


.hcSlider--card {
  width: 300% !important;
}

.hcSlider--photo {
  width: 100%;
  height: 230px;
  overflow: hidden;
}

.hcSlider--photo img{
  width: 100%;
  height: auto;
}

.hcSlider--text {
  padding: .5rem .5rem .5rem 1.5rem;
}

.hcSlider--footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.dot {
  stroke: hsl(0, 0%, 65%);
  stroke-width: 1;
  fill: hsl(0, 0%, 100%);
}

.dotSelected {
  fill: hsl(0, 0%, 65%);
}
