.titan-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

.caption-content {
	display: table-cell;
	text-align: center;
}

.home-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	background-size: cover;
}

.home-background-img-section {
	background-position: null center;
}

.home-title {
	font-weight: 700;
}

.home-title .letter {
    display: inline-block;
    line-height: 1em;
}

@media (min-width: 1px) {
	.home-title {
		letter-spacing: 2px;
		font-size: 26px;
	}

	.home-subtitle {
		letter-spacing: 1px;
		font-size: 16px;
	}

	#home-content{
		margin-top: 30%;
	}
}

@media (min-width: 576px) {
	.home-title {
		letter-spacing: 4px;
		font-size: 34px;
	}

	.home-subtitle {
		letter-spacing: 2px;
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	#home-content{
		margin-top: 10%;
	}
}

@media (min-width: 992px) {
	.home-title {
		letter-spacing: 6px;
		font-size: 48px;
	}

	.home-subtitle {
		letter-spacing: 3px;
		font-size: 22px;
	}
}

@media (min-width: 1200) {
	.home-title {
		letter-spacing: 7px;
		font-size: 52px;
	}

	.home-subtitle {
		letter-spacing: 4px;
		font-size: 24px;
	}
}

.ml1 {
	font-weight: 900;
}

.ml1 .letter {
	display: inline-block;
	line-height: 1em;
	color: var(--third-color);
}

.ml1 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml1 .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	background-color: black;
	transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }
