body {
	padding-top: 140px;
}

.screen {
	position: relative;
	overflow: hidden;
}
	
@media (min-width: 1200px) {
	.screen {
		height: 100vh;
		min-height: 920px;
		position: relative;
	}
}	
@media (max-width: 1199px) {
	.screen {
		min-height: 100vh;
	}
}

/**/

video {
	display: block;
}


/* Contact Screen */

@media (max-width: 991px) {
	#contact-screen {
		height: auto;
		min-height: auto;
	}
	
	#contact-screen:before {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		content: '';
		display: block;
		background: #fff;
		height: 2.1%;
	}
}

@media (min-width: 992px) {
	#contact-screen video {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 43%;
	}
	
	#contact-screen:before {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		content: '';
		display: block;
		background: #fff;
		height: 4.8%;
	}
}
@media (max-width: 991px) {
	#contact-screen video {
		width: 43%;
	}
}

#contact-screen h1 {
	padding: 3rem;
}

@media (max-width: 991px) {
	#contact-screen h1 {
		margin-bottom: 0;
	}
}

#contact-screen h1 span:before {
	background: #e30613;
}

@media (min-width: 992px) {
	#contact-screen .text  {
		position: absolute;
		top: 50%;
		right: 0;
		width: 100%;
		transform: translate(0, -50%);
		z-index: 5;
	}
}

#contact-screen label  {
	position: fixed;
	top: -9999px;
	right: -999px;
}
#contact-screen .form-control  {
	border: 1px solid #939392;
	border-radius: 0;
	background: none;
	font-size: 1.5rem;
	padding: .5rem 1rem;
	height: auto;
}
#contact-screen .btn  {
	border: 1px solid #939392;
	color: #333;
	border-radius: 0;
	background: none;
	font-size: 1.5rem;
	padding: .5rem 1rem;
	height: auto;
}

#contact-screen iframe  {
	border: 1px solid #939392;
	display: block;
}


/* Section Headings */


.screen h1  {
	margin-bottom: 5rem;
}

.screen h1 span  {
	display: inline-block;
	position: relative;
	font-size: 6rem;
	font-weight: normal;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 991px) {
	.screen h1 span  {
		font-size: 2rem;
	}
}

.screen h1 span:before  {
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	right: 100%;
	width: 20px;
	height: 20px;
	background: #0c3273;
	margin-right: 5%;
	margin-top: -10px;
	transform: rotate(45deg);
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.screen h1 span:after  {
	display: block;
	content: '';
	width: 107%;
	position: absolute;
	top: 100%;
	right: 0;
	border-bottom: 1px solid #878786;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.screen h1.left span:before  {
	margin-right: 0;
	margin-left: 5%;
	right: auto;
	left: 100%;
}
.screen h1.left span:after  {
	right: auto;
	left: 0;
}
