body.page-template-page-comming-soon.page-template-page-comming-soon-php {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.home main#primary {
    max-width: 540px;
    text-align: center;
    width: 90vw;
}

div#theme-logo {
    max-width: 80vw;
}

.video-blur {
    position: absolute;
    filter: blur(31px) saturate(0.8) brightness(0.8);
    width: 100vw;
    height: 100vh;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100vh;
    width: 100vw;
}