
#media-carousel {
	background-color: #000;
	height: auto;
	padding: 10px 0;
	margin-bottom: 5px;
}

.swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.swiper .swiper-slide div {
	color: #fff;
	text-align: center;
	line-height: 1.3;
}

.swiper .swiper-button-prev, .swiper-button-next {
	font-weight: bold;
	background-color: black;
	padding: 15px;
	margin-top: -30px;
	border-radius: 50%;
	background-image: none;
}

.swiper .swiper-button-prev.nitro-lazy, .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

.swiper .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	display: none;
}

#swiper-slide.swiper.mySwiper2 {
	height: 600px;
	width: 100%;
}

#swiper-slide.swiper.mySwiper2 .swiper-slide img {
	height: 100%;
}

#swiper-thumbs.swiper.mySwiper {
	margin: 20px 0;
	xheight: 100%;
	width: 100%;
}

#swiper-thumbs.swiper.mySwiper .swiper-slide {
	opacity: .8;
}

#swiper-thumbs.swiper.mySwiper .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible:hover {
	cursor: pointer;
}

#swiper-thumbs.swiper.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

#swiper-thumbs.swiper.mySwiper .swiper-slide img {
	height: 120px;
}
