.carousel.fielo-carousel .carousel-item .image {
	display: block;
	width: 100%;
	border-radius: 0;
}

.carousel.fielo-carousel .carousel-item .image img {
	display: block;
	width: 100%;
	border-radius: 0;
}

.carousel.fielo-carousel .carousel-item .carousel-caption {
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	padding: 3rem;
	z-index: 1;
	font-size: 0.8rem;
}

.carousel.fielo-carousel .carousel-item .carousel-caption a {
	-moz-pointer-events: auto;
	-webkit-pointer-events: auto;
	-ms-pointer-events: auto;
	pointer-events: auto;
}

.carousel.fielo-carousel .carousel-item .carousel-caption h2,
.carousel.fielo-carousel .carousel-item .carousel-caption h3,
.carousel.fielo-carousel .carousel-item .carousel-caption h4,
.carousel.fielo-carousel .carousel-item .carousel-caption h5,
.carousel.fielo-carousel .carousel-item .carousel-caption h6 {
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}

.carousel.fielo-carousel .carousel-item .carousel-caption>* {
	max-width: 100%;
	margin-bottom: 1rem;
}

.carousel.fielo-carousel .carousel-item .carousel-caption> :last-child {
	margin-bottom: 0;
}

.carousel.fielo-carousel .carousel-item:hover .carousel-caption {
	opacity: 1;
}

.carousel.fielo-carousel .forward {
	display: block;
	top: calc(50% - 1.5rem);
	right: 3vh;
	position: absolute;
	text-align: center;
}

.carousel.fielo-carousel .backward {
	display: block;
	top: calc(50% - 1.5rem);
	margin-left: 3vh;
	position: absolute;
	text-align: center;
}

.carousel.fielo-carousel .forward:hover a>.fa {
	opacity: 0.5;
	color: black
}

.carousel.fielo-carousel .backward:hover a>.fa {
	opacity: 0.5;
	color: black
}

.carousel.fielo-carousel a>.fa {
	color: white;
	font-size: xx-large;
	font-weight: 500
}

.carousel.fielo-carousel .button-icon {
	position: relative;
	top: 80%;
	font-size: calc(80% + 1vh);
}

.carousel.fielo-carousel .button-icon>span {
	border: 1.5pt solid snow;
	padding: 1vh;
	border-radius: 1.5vh;
}

.carousel.fielo-carousel .modal.visible {
	-moz-pointer-events: auto;
	-webkit-pointer-events: auto;
	-ms-pointer-events: auto;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	z-index: 10001;
}

.carousel.fielo-carousel .modal.visible:before {
	opacity: 1;
}

.carousel.fielo-carousel .modal.loaded .inner {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity: 1;
}

.carousel.fielo-carousel .modal.loaded:before {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.carousel.fielo-carousel .modal {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
	-webkit-tap-highlight-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.75);
	visibility: none;
	opacity: 0;
	z-index: 0;
}

.carousel.fielo-carousel .modal:before {
	-moz-animation: gallery-modal-spinner 1s infinite linear;
	-webkit-animation: gallery-modal-spinner 1s infinite linear;
	-ms-animation: gallery-modal-spinner 1s infinite linear;
	animation: gallery-modal-spinner 1s infinite linear;
	-moz-transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4rem;
	height: 4rem;
	margin: -2rem 0 0 -2rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %23ffffff%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4rem;
	opacity: 0;
}

.carousel.fielo-carousel .modal:after {
	content: '';
	display: block;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: %23ffffff%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 3rem;
}

.carousel.fielo-carousel .modal .inner {
	-moz-transform: translateY(0.75rem);
	-webkit-transform: translateY(0.75rem);
	-ms-transform: translateY(0.75rem);
	transform: translateY(0.75rem);
	-moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
	-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	-ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
	opacity: 0;
}

.carousel.fielo-carousel .modal .inner img {
	display: block;
	max-width: 90vw;
	max-height: 85vh;
	box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
}

.carousel.fielo-carousel .modal.visible {
	-moz-pointer-events: auto;
	-webkit-pointer-events: auto;
	-ms-pointer-events: auto;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	z-index: 10001;
}

.carousel.fielo-carousel .modal.visible:before {
	opacity: 1;
}

.carousel.fielo-carousel .modal.loaded .inner {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	opacity: 1;
}

.carousel.fielo-carousel .modal.loaded:before {
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

@media screen and (max-width: 980px) {
	.carousel.fielo-carousel .modal .inner img {
		max-width: 100vw;
	}
}