/**** Exhibitions Slider **/

/*
#exhibitionsSlider .swiper-slide {
	max-width: 474px;
}
*/

/*
#exhibitionsSlider:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, .65);
	z-index: 100;
}
*/

/*
.exhibition-tag {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 100vw;
}

.exhibition-label {
	position: absolute;
	font-family: "Metric", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
	color: #fff;
}

.exhibition-title {
	display: block;
	max-width: 474px;
	font-family: "National", Sans-serif;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	margin: 20px 0 0;
}

.exhibition-title a {
	color: #fff;
}

.exhibition-title a:hover {
	color: #707070;
}

.exhibition img {
	height: 474px;
	border-radius: 10px !important;
	object-fit: cover;
}
*/

/*
.swiper-slide.post-2624 img {
	border: 1px solid #fff;
}

.swiper-slide.post-2624 .exhibition-tag {
	border: 1px solid #fff;
}

*/


/* .swiper-wrapper {
	transition-duration: 0.9s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
} */

/*
.mask-slider:before {
	content: '';
	display: block;
	background-color: #000;
	width: 100vw;
	position: absolute;
	height: 880px !important;
	top: -132px !important;
	left: calc(-100vw + 432px);
}

@media only screen and (max-width: 767px) {
	.mask-slider:before {
			display: none;
	}
}

@media only screen and (max-width: 767px) {
	selector {
			width: 100%;
	}

	#exhibitionsSlider .swiper-slide img {
			width: 100%;
			max-width: 100%;
	}
	
	.exhibition-title {
			max-width: none;
	}
}
*/