:root {
--e-n-carousel-slide-height: 250px;
--fancybox-opacity: 0.2; /*was 0.2*/
}

.fancybox__html5video, .fancybox__iframe, .fancybox__content {
	border-radius: 30px;
}

.fancybox__content {
	padding: 0px;
}

main {
	display: block;
	position: relative;
}


section {
	display: block;
	position: relative;
}
section h2 {
	display: block;
	width: 100%;
	font-size: 1.2vw;
	font-weight: 600;
	margin-bottom: 0.8vw;
	margin-left: 4px;
}

section ul.artists-swiper-wrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 350px;
	white-space: nowrap;

	z-index:10;
	position:relative;
}
/*
section ul.artists-swiper-wrapper:hover li:not(.hover) {
	opacity: 0.3;
}*/
section ul.artists-swiper-wrapper li.artists-slide {
	display: inline-block;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	margin-left:10px;
	border-radius: 20px;
	margin-right:10px;
}
section ul.artists-swiper-wrapper li.artists-slide .img {
	display: block;
	position: relative;
	width: auto;
	height: 300px;
	padding-top: 56.25%;
	background-size: cover;
	transform-origin: top right;
}
/*
section ul.artists-swiper-wrapper:hover li:hover .img {
	margin-bottom: 150px;
}
*/
section ul.artists-swiper-wrapper li.artists-slide .img:after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	opacity: 0;
	background: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0%, #141414 100%);
	transition: all 0.5s ease 0.2s;
}
section ul.artists-swiper-wrapper li.artists-slide .img img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 30px;
	opacity: 0;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: auto;
	padding: 10px;
	text-shadow: 0 1px 1px rgba(20, 20, 20, 0.6);
	opacity: 0;
	color: hotpink;
	background-color: #fff;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard h3 {
	display: block;
	width: 100%;
	font-size: 0.7vw;
	font-weight: 600;
	margin-bottom: 0.3vw;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard .info {
	display: block;
	width: 100%;
	margin-bottom: 0.3vw;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard .info .match {
	display: inline-block;
	width: auto;
	font-size: 0.5vw;
	font-weight: 600;
	margin-right: 0.4vw;
	color: #46D369;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard .info .age {
	display: inline-block;
	position: relative;
	width: auto;
	font-size: 0.5vw;
	padding: 0 0.4em;
	margin-right: 0.4vw;
	border: solid 1px rgba(255, 255, 255, 0.4);
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard .info .dur {
	display: inline-block;
	width: auto;
	font-size: 0.5vw;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard .dood-artwork-genres {
	display: block;
	width: 100%;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard .dood-artwork-genres span {
	display: inline-block;
	padding: .25em .4em;
	font-size: 80%;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
	color: #fff;
	background-color: #7f7f7f;
	margin-right:5px;
}
section ul.artists-swiper-wrapper li.artists-slide .artworkCard .tags span:last-child:after {
	display: none;
}
/*
section ul.artists-swiper-wrapper li.artists-slide:hover .img:after {
	opacity: 1;
}
section ul.artists-swiper-wrapper li.artists-slide:hover img {
	opacity: 1;
}
section ul.artists-swiper-wrapper li.artists-slide:hover .artworkCard {
	opacity: 1;
}
*/
section ul.artists-swiper-wrapper li.artists-slide:first-child {
	transform-origin: 0px center;
}
section ul.artists-swiper-wrapper li.artists-slide:last-child {
	transform-origin: 100% center;
}

li, li * {
	transition: all 0.5s ease 0.2s;
}

.artworkCard h3, div.artworkCard {
color: hotpink;
}

.artworkIcon {
	color: #8c8c8a;
	border-radius: 10px;
	border: 2px solid #8c8c8a;
	padding: 5px 5px;
	font-size: 14px;
	margin-left: 1px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 2px;
	background-color: #fff;

}

.content-area ul li {
	padding-left: 0px;
}
