body {
font-variant-numeric: lining-nums;
font-feature-settings: 'lnum';
-moz-font-feature-settings: 'lnum=1';
-ms-font-feature-settings: 'lnum';
-webkit-font-feature-settings: 'lnum';
-o-font-feature-settings: 'lnum';
}

.videoBackground > video {
object-fit: cover;
background-size: cover;
width: 100%;
height: 100%;
}
.filtered {
position: relative;
}
.filtered::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background-color: rgba(54, 52, 45, 0.53);
}
@media only screen and (max-width: 639px) {
.videoBackground:not(.main) > video {
max-height: 300px;
}
}