.full-heigth-100 {
	width: 100%;
	min-height: 100%;
	height: 100vh;
	padding: 0!important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ddd;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.full-height-60 {
	width: 100%;
	min-height: 60%;
	height: 60vh;
	padding: 0!important;
	margin: 0!important;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #ddd;
	display: flex;
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
}
.full-height-blog {
	width: 100%;
	min-height: 40%;
	height: 40vh;
}
.full-slogan {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	z-index: 99;
}


.background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background-video__iframe {
	width: 100vw;
	height: 56.25vw;
	min-height: 179vh;
	min-width: 182.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.background-video__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.full-height-home {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	text-align: center;
	width: 980px;
}
.full-home-content {
	height: 100vh;
	width: 100% !important;
	overflow: hidden!important;
	z-index: 99999;
}