/* html, 
body {
    height: 100vh;
} */

/* body {
    min-height: 100%;
  } */


video{
    pointer-events: none;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    position:relative;
}

.sh-logo {
    background: linear-gradient(0deg, rgba(255,255,255,0) 2%, rgba(255,255,255,0.8015581232492998) 10%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 15px;
}

footer{
    position:absolute; 
    bottom:0; 
    width:100%; 
    height:90px; 
    background-color: #263c54;
    color: #b8b8b8;
    font-size: 14px;
    padding: 15px 20px;
}

footer h6{
    color: white;
    font-size: 15px;
}