.carousel-h {
	max-height: 455px;
	width: 100%;
}

.carousel {
	position: relative;
	max-width: 1064px;
	max-height: 455px;
	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;
}