@charset "UTF-8";
* {margin: 0;
padding: 0;
}
.fullscreen-video-container {
	position: relative;
}
.fullscreen-video-container {
	height: 100vh;
	width: 100vw;
}
.fullscreen-video-container {
	overflow: hidden;
}
.fullscreen-video-container video {
	position: absolute;
}
.fullscreen-video-container video {
	width: auto;
	height: auto;
}
.fullscreen-video-container video {
	min-width: 100%;
	min-height: 100%;
}
.fullscreen-video-container video {
	top: 50%;
	left: 50%;
}
.fullscreen-video-container video {
	transform: translate(-50%,-50%);
}
.fullscreen-video-container video {
	z-index: -1;
}
.fullscreen-video-container {
	display: flex;
	justify-content: center;
	align-items:center
}
.fullscreen-video-content {
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    border-radius: 5px;
    text-align: center;

}

h2 {
    font-size: 1.75rem;
	
	@media (min-width: 43.75em) {
		font-size: 2.5rem;
	}
	
	@media (min-width: 62em) {
		font-size: 1.5rem;
	
	@media (min-width: 87em) {
		font-size: 1.5rem;
	}
		
