#video-block-container{
    margin-bottom:1.5rem;
    position: relative;
    /*width: 100vw;*/
    height: 30vh;
    overflow: hidden;
    @media (max-width: 600px) {
        height: 40vh;
    }
    video{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    #block-video-overlay{
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        @media (max-width: 1200px) {
            width: 1000px;
        }
        @media (max-width: 1000px) {
            width: 800px;
        }
        @media (max-width: 800px) {
            width: 90%;
        }
        .field--name-field-video-overlay-text{
            text-align: center;
            color: #fff;
            border-style: solid;
            border-width: 2px 2px 2px 2px;
            border-color: #FFFFFF;
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
            padding: 35px 85px 30px 85px;
            border-radius: 150px 150px 150px 150px;
            background-color: #2D2D2A;
            opacity: 0.75;
            p{
                font-family: "Birthstone", cursive;
                font-optical-sizing: auto;
                color: #efb682;
                font-weight: 700 !important;
                letter-spacing: 2px;
                font-size:2.5rem;
                color:#fff;
            }
            h2{
                font-size:1.5rem;
                margin-bottom:2rem;
                margin-top:1rem;
            }
            h1,h2,h3,p{
                opacity: 1;
                letter-spacing: 1px;
                text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
            }
            p{
                margin:.5rem 0;
            }
            @media (max-width: 800px) {
                h1,h2{font-size:1.25rem;width:90%;}
                border-radius: 0;
                p{
                    width: 100%;
                }
                button{
                    padding:5px;
                }
            }
        }
    }
    #block-video-overlay{
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}