
.c-background--hero {
	position: relative;
	display: block;
}

.c-background--hero:before {
	content: '';
	background: #000 url('../_img/premium-dr-morales-esp/hero.jpg') right center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.c-background--concerns {
	position: relative;
	display: block;
	background: #111111;
	border-bottom: 1px solid #454545;
}

.c-box--1 {
	background: url('../_img/premium-dr-morales-esp/box-1.jpg') center center no-repeat;
	background-size: cover;
}

.c-box--2 {
	background: url('../_img/premium-dr-morales-esp/box-2.jpg') center center no-repeat;
	background-size: cover;
}

.c-box--3 {
	background: url('../_img/premium-dr-morales-esp/box-3.jpg') center center no-repeat;
	background-size: cover;
}

.carousel {
	min-height: 600px;
}

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

.u-tabs--v-1 .tab-content {
	min-height: 500px;
}
