* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.banner {
	width: 100%;
	height: 140px;
	background: url(../imgs/banner-04.svg) #999;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
}
.container {
	width: 100%;
	height: 100vh;
	/*max-width: 1000px;*/
	margin: 0 auto;
	/*background: red;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.playButtons {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	/*background: #333;*/
}
.play {
	/*background: yellow;*/
	width: 120px;
	padding: 15px;
	/*display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center; 
	align-content: center;*/
}
.play img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.play p {
	text-align: center;
	color: #333;
}
.controls {
	position: absolute;
	top: 70%;
}
.logo {
	width: 350px;
	position: absolute;
	bottom: 5%;
}
.logo img {
	width: 100%;
}