@charset "utf-8";
/* CSS Document */

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
}
 
.fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
	.fullscreen-bg {
		background: url('../img/plane.jpg') center center / cover no-repeat;
	}

	.fullscreen-bg__video {
		display: none;
	}

	.overlay h1 {
	    font-size: 40px;
	}
}