.main-carousel:focus,
.carousel-cell:focus {
	outline: 0 !important;
}

.slideshow {
	margin-right: 10vw;
}

.slideshow .carousel-cell {
	width: 80%;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.slideshow .carousel-cell-image {
	max-height: calc(90vh - 80px);
	margin-left: 10%;
	max-width: 60%;
}

.slideshow .flickity-button {
	background: #903618;
	color: #fff;
}

.slideshow .flickity-button:hover {
	background: #903618;
}

.slideshow .image-content {
	bottom: 10px;
	padding: 30px;
	background: #fff;
	overflow-x: hidden;
	color: #111;
	max-width: 400px;
	line-height: 1.5;
	max-height: 300px;
}

.slideshow .carousel-cell:last-child {
	padding-right: 10vw;
}

.slideshow .modal__desc {
	display: none;
}
