a.carousel-control-prev,
a.carousel-control-next {
	opacity: 1;
	display: none;
}

span.carousel-control-prev-icon,
span.carousel-control-next-icon {
	height: 40px !important;
    width: 25px !important;
}

span.carousel-control-prev-icon {
	background-image: url('/wp-content/themes/511marigny/img/chevron-left.svg');
}

span.carousel-control-next-icon {
	background-image: url('/wp-content/themes/511marigny/img/chevron-right.svg');
}

.carousel img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: 50% 50%;
}

@media (min-width: 576px) {	
	.carousel img {
		height: 450px;
	}
}

@media (min-width: 768px) {
	.carousel img {
		height: 550px;
	}
}

@media (min-width: 992px) {
	a.carousel-control-prev,
	a.carousel-control-next {
		display: -ms-flexbox;
    	display: flex;
	}
}

@media (min-width: 1200px) {
	a.carousel-control-next,
	a.carousel-control-prev {
		width: 10%;
	}
}

/* HERO */
.carousel.hero {
	margin-bottom: 0;
}

.carousel.hero .carousel-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

@media (min-width: 576px) {	
	.carousel.hero .carousel-item img {
		height: 500px;
	}
}

@media (min-width: 768px) {
	.carousel.hero .carousel-item img {
		height: 600px;
	}
}

@media (min-width: 992px) {
	.carousel.hero .carousel-item img {
		height: 100vh;
		min-height: 700px;
	}
}

@media (min-width: 1200px) {
	.carousel-item img {
		min-height: 800px;
	}
}

@media (min-width: 1600px) {
	.carousel-item img {
		min-height: 900px;
	}
}