.header-placeholder{
	width: 100%;
    height: 850px;
    background-image: url('../resources/header/header_wide-webOpt.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-playbutton {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	cursor: pointer;
	opacity: 0.8;
	transition: all 500ms ease;
}

.header-playbutton:hover {
	opacity: 1;
}

.header-title {
    margin-top: 30px;
    margin-bottom: 45px;
    padding-top: 40px;
    max-width: 900px;
    color: white;
    font-size: 60px;
	margin-left: auto;
	margin-right: auto;
}

.header-placeholder > ul{
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
	height: 70%;
	padding-right: 40px;
	text-align: center;
	cursor: pointer;
}

.header-placeholder > ul > li:nth-of-type(1){
	height: 20%;
}

.header-placeholder > ul > li:nth-of-type(2){
	height: 0vh;
}

.header-placeholder > ul > li{
	display: table-row;
}

.header-placeholder > ul > li > span{
	display: table-cell;
}

.header-info-buttons-desktop {
	max-width: 2000px;
	height: 300px;
	padding: 0px;
}

.header-info-buttons-desktop > li{
	display: inline-block;
	text-align: center;
	width: 314px;
	height: 250px;
	z-index: 1;
}

.header-info-buttons-desktop > li > div{
	margin-top: 50px;
	width: 314px;
	height: 250px;
	padding-right: 15px;
	padding-left: 15px;
	background-size: contain;
	background-repeat: no-repeat;
}

.header-info-buttons-desktop > li:nth-of-type(1) > div{
	background-image: url('../resources/header/button_WL_white.png');
}

.header-info-buttons-desktop > li:nth-of-type(2) > div{
	background-image: url('../resources/header/button_DL_white.png');
}

.header-info-buttons-desktop > li:nth-of-type(3) > div{
	background-image: url('../resources/header/button_PP_white.png');
}

.header-info-buttons-mobile{
	display: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 850px;
    padding: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    height: 750px;
}

@media(max-width: 1050px){
	.header-playbutton{
		margin-top: 3vw;
		height: 70px;
	}
	
	.header-title {
		margin-top: 63px;
		margin-bottom: 45px;;
		font-size: 52px;
	}
	
	.header-placeholder{
		width: 100%;
		height: 600px;
		background-image: url('../resources/header/header_wide-webOpt.jpg');
		background-size: cover;
	}

	.header-info-buttons-desktop > li > div{
		visibility: hidden;
	}

	.header-info-buttons-mobile {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		
		margin-right: 10px;
	}
		
	.embed-responsive {
		position: relative;
		display: block;
		height: 580px;
		padding: 0;
		overflow: hidden;
	}
	
	.embed-responsive iframe {
    	height: 540px;
	}
}

@media(max-width: 760px) {
	.header-info-buttons-mobile {
		display: block;
	}

/*	.col-sm-4 {
		margin: 0 auto;
		width: 85%
	}*/
}

@media(max-width:500px) {
	.header-playbutton{
		margin-top: 0;
		height: 70px;
	}
	
	.header-title {
		margin-top: 10vw;
		margin-bottom: 45px;;
		font-size: 46px;
	}
}

@media(max-width:345px) {
	.header-playbutton{
		margin-top: 0;
		height: 50px;
	}
	
	.header-title {
		margin-top: inherit;
		margin-bottom: 45px;;
		font-size: 40px;
	}

	.header-placeholder{
		height: 500px;
	}

	.embed-responsive {
		height: 490px;
	}
	
	.embed-responsive iframe {
    	height: 450px;
	}
}

@media(min-width: 1200px){
	.header-info-buttons-desktop > li > div{
		margin-top: 60px;
	}
}

@media(min-width: 1700px){
	.header-placeholder{
		height: 900px;
		background-image: url('../resources/header/header_wideAF-webOpt.jpg');
	}

	.embed-responsive {
		height: 900px;
	}

	.embed-responsive iframe {
    	height: 900px;
	}

	.header-title {
		margin-top: 70px;
	}
}

@media(min-width: 2250px){
	.header-placeholder{
		height: 1100px;
		background-image: url('../resources/header/header_wideAF-webOpt.jpg');
	}

	.embed-responsive {
		height: 1100px;
	}

	.embed-responsive iframe {
    	height: 1100px;
	}

	.header-title {
		margin-top: 100px;
	}

	.header-playbutton {
		margin-top: 50px;
	}

	.header-info-buttons-desktop > li > div{
		margin-top: 100px;
	}
}

