/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

html, body {
	min-height: 100%;
}
body {
	font-family: 'Playfair Display', serif;
	font-weight: 300;
	color: #fff;
	background: #ea9ea0 url("images/background.jpg") no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}
.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:264px;
	background:#FFF;
	margin:10px;
	display:inline-block;
	position: relative;
	overflow: hidden;
}
.item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	/* 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 {
	color: #ff5d0e;
}
.item img {
	max-width:100%;
	height:auto;
	filter: blur(10px);
	opacity: 0.5;
	/* 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;
}
.nolink img {
	filter: blur(0);
}
.item a:hover img {
	opacity: 1;
}
.number {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 72px;
	font-weight: 100;
	color: #90373b;
	/* 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 a:hover .number {
	color: #FFFFFF;
}
.number24 .number {
	font-weight: bold;
	color: #ff5d0e !important;
}
#title {
	text-align:center;
	padding :80px 20px;
	text-transform: uppercase;
	font-size:36px;
	margin: 0;
}
#title img {
	width:100%;
	max-width: 50%;
	height:auto;
}
#bottom {
	color:#FFFFFF;
	text-align:center;
	font-size:36px;
	padding:80px 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:132px;
		margin: 5px;
	}
	#title, #bottom {
		padding: 40px 10px;
		font-size: 24px;
	}

	#title img {
		width:100%;
		max-width: 80%;
	}
	.number {
		font-size: 50px;
	}
}