.terranda-carousel, .terranda-carousel .carousel-inner {
	max-height: 600px;
}

.carousel-indicators > li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: var(--gray85);
	opacity: 1;
	margin: 0 .5rem;
}

.carousel-indicators > li.active {
	background-color: var(--terrandaBrown);
}

.terranda-carousel {
	width: 100vw;
}

.text-indicators {
	max-width: 1200px;
}

.terranda-control-wrapper {
	position: absolute;
	bottom: calc(37px + 1rem);
	display: flex;
	justify-content: center;
	width: 100%;
	pointer-events: none;
}

.terranda-control  {
	width: 40px;
	height: 40px;
	position: relative;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 50%;
	border: 1px solid white;
	font-weight: bold;
	pointer-events: all;
}

.carousel-control-prev.terranda-control {
	margin-right: 1rem;
}

.carousel-control-next.terranda-control {
	margin-left: 1rem;
}




/*=====================================
=            Media Queries            =
=====================================*/

	@media (min-width:1200px) {
		.terranda-carousel, .terranda-carousel .carousel-inner {
			max-height: 800px;
		}
	}