#myCarousel {
	--f-arrow-pos: -50px;
	--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%;
	width: 1031px;
	margin:auto;
}

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

#myCarousel img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
