#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.6;
    z-index: -1;
}

.hContent {
    width: 100%;
    height: calc(100vh - 25px) !important;
    padding-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}