.page-header_site {
    padding: 150px 0px 15px;
    background: #F4F5F8;
    position: relative;
    text-align: center;
}

header {
    z-index: 1000;
}

.video-section {
    height: 100vh;
}

.video-section .video {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
}

.video-section .video video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;

    position: absolute;

    filter: brightness(60%);
    top: 0;
    left: 0;

    object-fit: cover;
}

.video-section .text-block {
    z-index: 998;
}