.carousel-h {
	max-height: 601px;
	width: 100%;
}

.carousel {
	position: relative;
	max-width: 1064px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

.carousel-indicators {
	position: absolute;
	left: 50%;
	z-index: 9;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	bottom: 24px !important;
	margin-bottom: 0 !important;
	line-height: 10px !important;
}

	.carousel-indicators li {
		width: 10px !important;
		height: 10px !important;
		margin: 2px !important;
		background-color: #c3d1d5 !important;
		border: none !important;
		border-radius: 50%;
	}

	.carousel-indicators .active {
		background-color: var(--ct-sky-blue) !important;
		border: none !important;
	}
/*
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
    padding-bottom: 56.25%;
    width: 100%;
}

.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	
	border-radius: 50%;
}

.carousel img {
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}*/