#header {
	height: 80vh;
	position: relative;
	max-height: 1000px;
}

#header .col-lg-6 {
	height: 100%;
}

#header .yellow {
	background: #ffc425;
}

#header .video-container {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
	z-index: 1;
	background-image: url(https://ba-en-us.s3.amazonaws.com/includes/home/video-bg.jpg);
	background-size: cover;
	background-position: center;
}

#header .overlay.pattern-dot-black {
	background-image: url(https://ba-en-us.s3.amazonaws.com/global/pattern-dot-black.png);
}

#header .icon-play {
	background-image: url(https://ba-en-us.s3.amazonaws.com/global/play-white.svg);
	height: 75px;
	width: 75px;
	position: relative;
	z-index: 2;
	margin-bottom: 1em;
}

#header .video-container p {
	color: #ffffff;
	z-index: 2;
	text-align: center;
	font-size: 1.1em;
	position: relative;
}

#header .video {
	z-index: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

#header video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover
}

#header h1, #header p {
	color: #242424;
	text-align: left;
}

#header .container {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
}

#products {
	position: relative;
}

#for-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#for-background:hover h8 {
	background-color: #3f3f3f;
}

.section-header.border-top {
	border-bottom: 1px solid #dcdddf;
}

.tab:nth-child(1) img {
	border-right: unset;
}

.tab:nth-child(1) .copy {
	border-right: 1px solid transparent;
}

.tab:nth-child(3) img, .tab:nth-child(3) .copy {
	border-left: 1px solid transparent;
}

.jumbotron .yellow-button, .jumbotron .dark-button {
	width: 300px;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.yellow-button img, .black-button img {
	margin-left: 0;
}

.jumbotron.promo {
	background: url(https://s3.amazonaws.com/ba-en-us/includes/home/promo.jpg);
	height: 500px;
	position: relative;
	background-size: cover;
	color: #fff;
	background-position: top right;
}

.jumbotron.promo .overlay {
	background: rgba(0,0,0,0.7);
	display: none;
}

.jumbotron.promo .container {
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.jumbotron.promo .container {
	z-index: 2;
	position: relative;
}

.jumbotron.promo .row {
	width: 100%;
}

.jumbotron.promo h1, .jumbotron.promo p {
	color: #242424;
	text-align: left;
}

.jumbotron.promo h1 {
	margin-bottom: 0.2em;
}

.jumbotron.promo p {
	font-size: 1.1em;
}

.jumbotron.promo .flag {
	background: #242424;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.2em 0.5em;
	width: auto;
	display: inline-block;
	line-height: unset;
	margin-bottom: 1em;
}

@media only scren and (max-width: 1600px) {
	#header .video {
		width: 135%;
	}
}

@media only screen and (max-width: 1500px) {
	#header .video {
		width: 150%;
		height: 110%;
	}
}

@media only screen and (max-width: 1200px) {
	#header {
		height: 70vh;
		max-height: 700px;
	}
	
	#products .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	#for-background {
		display: none;
	}
	
	.jumbotron.promo {
		height: 400px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

@media only screen and (max-width: 991px) {
    #header, #header h1, #header p {
		text-align: center;
	}
	
	#header {
		background: url(https://ba-en-us.s3.amazonaws.com/includes/home/header-mobile.jpg);
		height: auto;
		background-size: cover;
		background-position: center;
	}
	
	#header .container {
		position: relative;
	}
	
	#header .row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	#header .video-thumbnail {
		margin-top: 2em;
	}
	
	#header .video-thumbnail img {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 1em;
	}
	
	.jumbotron .yellow-button, .jumbotron .dark-button {
		width: 250px;
	}
	
	img.hidden-lg {
		display: block;
		width: 100%;
	}
	
	.jumbotron.promo {
		height: auto !important;
		text-align: center;
		background-image: unset;
	}
	
	.jumbotron.promo .overlay {
		display: block;
	}
	
	.jumbotron.promo h1, .jumbotron.promo p {
		color: #ffffff;
		text-align: center;
	}
}

@media only screen and (max-width: 800px) {
	.jumbotron .yellow-button, .jumbotron .dark-button {
		width: 230px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#header {
		background-position: center;
	}
	
	.grid-item-hover .yellow-button {
		width: 80%;
	}
	
	.jumbotron.promo {
		height: 400px;
	}
	
	.jumbotron.promo h4 {
		font-size: 1.3em;
	}
	
	.jumbotron.promo h2 {
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 767px) {
	.jumbotron .yellow-button, .jumbotron .dark-button {
		width: 80%;
	}
	
	.jumbotron .white-button {
		width: 300px;
	}
	
	.jumbotron.promo h4 {
		font-size: 1.3em;
	}
	
	.jumbotron.promo h2 {
		font-size: 2.5em;
	}
	
	.jumbotron.promo .yellow-button {
		width: 100%;
	}
}

@media only screen and (max-width: 374px) {
	.jumbotron .white-button {
		width: 100%;
	}
}