.block_image_slider_wrapper {
	padding: 2rem 0;
}

.block_image_slider_wrapper .img_slide_wrapper {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.block_image_slider_wrapper .slider_image {
	position: relative;
	margin: 0 .25rem;
	z-index: 1;
}

.block_image_slider_wrapper img {
	display: block;
	width: auto;
	margin: 0 auto;
}

.block_image_slider_wrapper .img_slider_content {
	position: relative;
	text-align: center;
	margin-top: 1rem
}

.block_image_slider_wrapper .img_slider_content .name {
	font-family: 'Salsa';
	color: rgba(227,6,19,1);
}

@media (max-width: 1399.98px) {
	.block_image_slider_wrapper .splide__arrows .splide__arrow--prev {
		height: 3em;
		width: 3em;
		border-radius: 50%;
		left: -1.5em;
		background-color: rgba(255, 255,255,.9);
	}
	.block_image_slider_wrapper .splide__arrows .splide__arrow--next {
		height: 3em;
		width: 3em;
		border-radius: 50%;
		right: -1.5em;
		background-color: rgba(255, 255,255,.9);
	}
}

@media (max-width: 575.98px) {
	.block_image_slider_wrapper .splide__arrows .splide__arrow--prev {
		height: 2.5em;
		width: 2.5em;
		border-radius: 50%;
		left: 1em;
		background-color: rgba(255, 255,255,.9);
	}
	.block_image_slider_wrapper .splide__arrows .splide__arrow--next {
		height: 2.5em;
		width: 2.5em;
		border-radius: 50%;
		right: 1em;
		background-color: rgba(255, 255,255,.9);
	}
}