.background-video {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.5;
}
.page-hero {
position: relative;
overflow: hidden;
}
.background-video-content {
position: relative;
z-index: 1;
}
video[poster] {
object-fit: cover;
width: 100%;
height: 100%;
}
@font-face {
font-family: 'no-continue';
src: url(//blockstahl.com/en//files/generatepress/fonts/no-continue/gomarice_no_continue.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
h1 {
font-family: 'no-continue', 'DM serif Display', serif;
}