.gee-wrapper {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.cover-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}


#gee-logo {
    z-index: 10;
    width: 35%;
}

.gee-wrapper {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#gee-logo {
    z-index: 10;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 300px;
}

#path36 {
    fill: #1d1f1c;
    fill-opacity: 0.8;
    fill-rule:nonzero;
    stroke:none
}

.cover-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #5fe5d8;
    margin: 0;
    padding: 0;
    font-family: sans-serif;              
}
.cover-image-wrapper #cover-image {
    width: 60%;
    max-width: 700px;
}