﻿ 
.d-empty-line {
    flex-basis: 100%;
    height: 0px;
    width: 100%;
    overflow: hidden;
}
    .d-empty-line .w-field-value {
        display: none;
    }
.d-section-line-breaker {
    flex-basis: 100%;
    width: 100%;
    height: 0px !important;
    overflow: hidden;
    padding: 0px !important;
    margin: 0px !important;
    border-width: 0px !important;
}
.d-empty-page {
    flex-basis: 100%;
}
.w-site.d-video-background {
    position: fixed;
}
.d-video-background {    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}