a.artist-link {color:#000}
.home .nav-link {
	color: #000;
	transition:.2s;
}
.home .nav-link:hover {
	color: #D7BE69;
	transform:scale(1.02);
}
.container-artist {
	height:calc(100vh - 203px);
}
.artist {
	height:25%;
	overflow:hidden;
	cursor: pointer;
	display: flex;
    align-content: center;
    align-items: center;
}
#masthead {
	border:1px solid #ccc;
}

.artist.san-giuda, .artist.mezzosangue, .artist.cicatrene, .artist.hurricane {
	position:relative;
}
hr {
	margin:0
}
.san-giuda video, .artist.mezzosangue video, .artist.cicatrene video, .artist.hurricane video{
	opacity:0;
	position:absolute;
	z-index: -1;
	transition: .3s;
}
.san-giuda:hover video, .artist.mezzosangue:hover video, .artist.cicatrene:hover video, .artist.hurricane:hover video {
	opacity:1;
}
.artist h1 {
	font-size:3.5rem;
}
.scopri {
	border:1px solid #fff;
	color:#fff;
	padding:0.35rem 1.2rem;
	border-radius:20px;
	font-size:80%;
    align-content: center;
    align-items: center;
	display: flex;
	transition:.1s;
}
.san-giuda:hover .scopri{
	color:#000;
	border-color: #000;
    align-content: center;
    align-items: center;
}
.mezzosangue:hover h1,.mezzosangue:hover h6, .cicatrene:hover h1, .cicatrene:hover h6  {
	color: #fff;
}
.freccia-dx {
	background: url('/wp-content/themes/adamans/inc/assets/svg/freccia-dx.svg');
	width:20px;
	height: 15px;
	display:flex;
	background-repeat: no-repeat;
	background-position:center;
	cursor:pointer;
	background-size: contain;
}
