* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%; 
	height:100%;
}
.video {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.video video {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
}
.video::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.8);
}
.main-logo {
	display: block;
	position: absolute;
	top: 50px;
	left: calc(50% - 145px);
	border: none;
	text-decoration: none;
	background-image: url('../images/logo-fresia.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 293px;
	height: 293px;
}
.map {
	display: block;
	width: 100%;
	height: 50vh;
}
.map iframe {
	width: 100%;
	height: 100%;
}
