
.vc_row[data-vc-full-width] {
    overflow: visible;
}

.hero {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	width: 100%;
	position: relative;
}
.hero .page-caption {
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, .9);
	top: 30px;
}
.hero .page-caption h1, .hero .page-caption h2, .hero .page-caption h3, .hero .page-caption h4, .hero .page-caption h5 {
	margin-bottom: 0;
}
.hero .mobile-title,
.hero .main-title {
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    left: 50%;
    font-size: 60px;
    color: white;
	z-index: 44;
	margin: 0;
	width: 80%;
	position: absolute;
}
.hero .page-caption__picture-mobile {
	display: none;
}

@media screen and (max-width: 576px) {
	.hero {
		background-image: none !important;
		height: auto !important;
	}
	.hero .main-title {
		display: none;
	}
	.hero .mobile-title {
		font-size: 12vw;
	}
	.hero .page-caption {
		top: 0;
		z-index: 1;
		padding: 2rem;
	}
	.hero .container {
		padding: 0;
	}
	.hero .page-caption__picture-mobile {
		display: block;
		position: relative;
		height: 25vh;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		z-index: 0;
	}
}