

/** CAROUSEL 1 **/

.top-carousel img {
	height:36vh;
}

.top-carousel p {
	text-align:center;
	position:absolute;
	top: 37%;
	opacity:0;
	width:100%;
}

.top-carousel a:hover p {
	opacity:1;
}

.top-carousel a:hover img{
	opacity:0.5;
	transition: .5s ease;
}

.top-carousel-wt img {
	height:36vh;
	z-index:900;
}

.top-carousel-wt p {
	text-align:center;
	position:absolute;
	bottom: 2%;
	width:100%;
	text-shadow: 1px 1px 2px black, 1px 1px 5px black, 1px 1px 10px black, 1px 1px 15px black;
	z-index:910;
}


.top-carousel-wt a:hover img{
	opacity:0.5;
	transition: .5s ease;
}

.top-carousel-wt a:hover p{
	opacity:1;
	color:var(--mvariant);
}

/** CAROUSEL 2 **/

.bottom-carousel {
	height:45vh;
}

.bottom-carousel img {
	height:45vh;
	z-index:900;
}

.bottom-carousel p {
	text-align:center;
	position:absolute;
	bottom: 2%;
	width:100%;
	text-shadow: 1px 1px 2px black, 1px 1px 5px black, 1px 1px 10px black, 1px 1px 15px black;
	z-index:910;
}

.bottom-carousel a:hover p{
	opacity:1;
	color:var(--mvariant);
}

.bottom-carousel a:hover img{
	opacity:0.5;
	transition: .5s ease;
}


