/*
Author: A. M. @ CAMP
Author URI: https://campdigital.it
Version: 1.0
License: Proprietary
Date: 20/12/2024
*/

.elmec-works-det.elmec-anatomy-slider .col-det {
	width: 78%;
}

.elmec-works-det.elmec-anatomy-slider .col-det + .col-det {
	display: none!important;
}

.elmec-works-det.elmec-anatomy-slider .swiper-pagination {
	position: relative;
	bottom: unset !important;
	transform: none !important;
}

#swiper-anatomy {
	padding-bottom: 40px;
}

.elmec-works-det.elmec-anatomy-slider .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background-color: #F2F2F2;
	opacity: 1 !important;
}

.elmec-works-det.elmec-anatomy-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #484747;
}

@media only screen and (max-width: 1023px) {
	.elmec-works-det.elmec-anatomy-slider .col-det {
		width: 100%!important;
	}
}