/*------------------------------------*\
	#GALLERY
\*------------------------------------*/

.c-gallery__carousel {
	width: auto !important;
}

.c-gallery__indicators .owl-item {
	display: inline-block !important;
	float: none !important;
	width: 100px !important;
}

@media (min-width: 991px) {
	.c-gallery__indicators .owl-item  {
		width: 20% !important;
	}
}

.c-gallery__indicators .owl-stage {
	width: 100% !important;
}

.c-gallery__indicator {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.c-gallery__indicator:before {
	content: 'CHARLES A. MESSA, III, MD, FACS';
	font-family: "GFS Didot", serif;
	font-size: 8px;
	line-height: 8px;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	z-index: 999;
	opacity: .4;
}

.c-gallery__indicators {
	text-align: center;
}

.c-gallery__img {
	width: 100%;
}

.c-gallery__slide {
	position: relative;
}

.c-gallery__slide:before {
	content: 'CHARLES A. MESSA, III, MD, FACS';
	font-family: "GFS Didot", serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	position: absolute;
	text-align: center;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
	z-index: 999;
	opacity: .4;
}

@media (min-width: 768px) {
	.c-gallery__slide:before {
		content: 'CHARLES A. MESSA, III, MD, FACS';
		font-family: "GFS Didot", serif;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (min-width: 991px) {
	.c-gallery__slide:before {
		content: 'CHARLES A. MESSA, III, MD, FACS';
		font-family: "GFS Didot", serif;
		font-size: 40px;
		line-height: 40px;
	}
}
