
.v-header{
    height: 100vh;
    display: flex;
    align-items: center;
    color: white;
}

.containerFH{
    /* max-width: 960px; */
    padding-left: 1rem;
    padding-right: 1rem;
    margin : auto;
    text-align: center;
}

.fullscreen-video-wrap{
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: grid;
    justify-items: center;
}

.fullscreen-video-wrap video{
    min-width: 100%;
    min-height: 100%;
}

.header-overlay{
    height: 100vh;
    width: 100%;
    position: absolute;
    top : 0;
    left: 0;
    background-image: linear-gradient( to right top, #0c0a0d8c, #18171a82, #22212685, #2c2b3285, #36363f7a );
    z-index: 1;
    opacity: 0.85;
}
.header-content{
    z-index: 2;
}
.header-content h1{
    font-size: 50px;
    margin-bottom: 0;
}

.header-content{
    font-size: 1.5rem;
    display: grid;
    padding-bottom: 2rem;
    align-items: end;
    align-content: end;
    height: 90%;
    width: 100%;
}



@media(max-width:960px){
    .containerFH{
        display: none;
    }
}