#myCarousel {
  width: 327px;
  padding: 5px 5px 0px 5px;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#myCarousel .f-carousel__slide img {
  width: 100%;
  height: auto;
}
.f-carousel {
  --f-button-width: 25px;
  --f-button-height: 38px;

  --f-button-svg-width: 16px;
  --f-button-svg-height: 16px;
  --f-button-svg-stroke-width: 3.5;
  --f-button-svg-opacity: 0.6 !important;

  --f-button-color: rgb(71 85 105);
  --f-button-border-radius: 10%;
  /*--f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 40%), 0 3px 7px -3px rgb(0 0 0 / 60%);*/
  --f-button-shadow: -2px -12px 41px 0px rgb(54 53 97 / 70%), -1px 2px 10px -2px rgb(5 5 10 / 44%);

  /*--f-button-bg: #e3dfdf;*/
  --f-button-hover-bg: #f9f9f9;
  --f-button-active-bg: #f0f0f0;
}