/* CSS Document */

html, body {
	min-height: 100%;
}
body {
	background:#000;
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	color: #fff;
}
.background {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.wrapper {
	position: relative;
	margin:0 auto;
	max-width:1400px;
	text-align:center;
}
.item {
	width:200px;
	height:200px;
	background:#E4E4E4;
	margin:10px;
	display:inline-block;
	position: relative;
}
.item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	filter: brightness(0.6);
	-webkit-filter: brightness(0.6);
	-moz-filter: brightness(0.6);
	-o-filter: brightness(0.6);
	-ms-filter: brightness(0.6);
	/* transition */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}
.item .nolink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.item a:hover {
	filter: brightness(1);
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter: brightness(1);
	-ms-filter: brightness(1);
	color: #ff5d0e;
}
.item img {
	max-width:100%;
	height:auto;
}
.number {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 72px;
}
.number-24 {
	font-weight: bold;
	color: #ff5d0e !important;
}
#title {
	text-align:center;
	margin:200px 20px;
}
#title img {
	width:100%;
	max-width: 50%;
	height:auto;
}
#bottom {
	color:#FFFFFF;
	text-align:center;
	font-size:36px;
	padding:200px 0 60px;
	text-transform:uppercase;
}

#lavideo {
	margin: 50px auto;
}
.back {
	padding: 15px 10px 30px;
}

.back-button:hover {
	color:#FFF;
}
.back-button {
	background: none;
	border: 0;
	color:#ff5d0e;
	text-transform:uppercase;
	font-weight: 300;
	letter-spacing: 0.3em;
	cursor: pointer;
}

.wrapper-video {
	position: relative;
	max-width:640px;
	margin:80px auto;
	text-align:center;
}
h2 {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#my_video_1 {
	max-width:100%;
	height:auto;
}
.embed-container { 
	margin-top: 30px;
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.item {
		width:100px;
		height:100px;
	}
	#title {
		margin: 80px 20px;
	}
	#title img {
		width:100%;
		max-width: 80%;
	}
	.number {
		font-size: 50px;
	}
}