body {
    padding: 0px;
    margin: 0px;
    background: #fff;
}
.intro-header.show {
    position: relative;
}

.popup-overlay-blocked{
    display: none;
}

.intro-header.show .popup-overlay-blocked{
    visibility: visible;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    background-color: #ffffff4a;
    height: 100vh;
    width: 100vw;
}

.intro-header.show .popup-overlay-blocked .popup-post{
    max-width: 550px;
    color: #000;
    background-color: #fff;
    border: 3px solid #1e262d;
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.popup-post-logo{
    text-align: center;
    background: #1e262d;
    padding: 10px 0 20px 0;
}

.popup-post-text{
    padding: 20px;    
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.popup-overlay-blocked .btn-group{
    margin-top: 20px;
}

.popup-overlay-blocked .btn-group .btn{
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
}

video {
    min-width: 100%; 
    min-height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
}
