/* Kim Moser - artist */

.carousel-item iframe {
	aspect-ratio: 4/3;
}

.carousel-item img, .carousel-item iframe, .carousel-item article {
	height: 80vh;
	max-height: 80vh;
}

.carousel-item article {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 15vw;
	margin-right: 15vw;
	padding-bottom: 5vw;
}

.carousel-item article p {
	text-align: left;
}

.carousel-item {
	transition: transform 0.5s ease-in-out;
}

.carousel-item img {
	height: 100vh;
}

.carousel-control-next,
.carousel-control-prev {
	width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 50px;
	height: 50px;
	opacity: 1.0;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

