.slider-heromedina-ac {
	margin: 24px 0 12px;
}

.slider-heromedina-ac > .figure-me:not(:first-child) {
	display: none!important;
}

.figure-me {
	height: 500px!important;
	border-radius: 8px;
	padding: 96px 24px 32px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.figure-me:before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.3);
	top: 0;
	left:0;
	right:0;
	bottom: 0;
	z-index: 1;
	border-radius: 8px;
}

.content-slide-me {
	position: relative;
	z-index: 2;
}

figure-me h6, .figure-me h2 {
	font-size: 21px;
	color: #ffffff;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: normal;
	max-width: 400px;
}

.figure-me h2 {
	font-size: 36px;
	margin-bottom: 24px;
}

.btn-me {
	display: inline-flex;
	background: #DD0000;
	height: 40px;
	border-radius: 40px;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff!important;
	justify-content: space-between;
	align-items: center;
	padding: 0 16px;
	transition: all .3s ease;
}

.btn-me img {
	transition: all .3s ease;
	margin-left: 8px;
}

.btn-me:hover img {
	margin-left: 16px;
}

.custom-ac-heromedina .slick-dots {
	display: flex;
	position: absolute;
	bottom: 16px;
	justify-content: center;
	width: 100%;
	gap: 8px;
}

.custom-ac-heromedina .slick-dots li button {
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: none;
	border-radius: 10px;
	background: #686868;
	transition: all .3s ease;
}

.custom-ac-heromedina .slick-dots li button:hover, .custom-ac-heromedina .slick-dots li.slick-active button {
	background: #DD0000;
}

.custom-ac-heromedina .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transform: translateY(-50%);
	font-size: 0;
	border: none;
	height: 32px;
	width: 32px;
	padding: 0;
}

.custom-ac-heromedina .slick-prev {
	left: 32px;
	background: url(images/slide-prev-me.svg) no-repeat center center;
}

.custom-ac-heromedina .slick-next {
	right: 32px;
	background: url(images/slide-next-me.svg) no-repeat center center;
}

@media screen and (min-width:992px) {
	.figure-me h2 {
		font-size: 40px;
	}
	.figure-me {
		padding: 96px 96px 32px;
	}
}