#myCarousel {
        --f-arrow-pos: 10px;
        --f-arrow-bg: rgba(255,255,255,0.75);
        --f-arrow-hover-bg: rgba(255,255,255,1);
        --f-arrow-color: #333;
        --f-arrow-width: 40px;
        --f-arrow-height: 40px;
        --f-arrow-svg-width: 20px;
        --f-arrow-svg-height: 20px;
        --f-arrow-svg-stroke-width: 2px;
        --f-arrow-border-radius: 50%;

        height: 600px;
		margin-top: 34px;
      }



@media screen and (min-width: 768px) and (max-width: 1023px) {
    #myCarousel {
         height: 400px;
    }
}	  
	  
#myCarousel button {
	display: none;
}
      #myCarousel .f-carousel__slide {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      #myCarousel img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
      }