.hero-video {
    width: 100%;
    height: 100vh;
    /* full screen */
    object-fit: cover;
}

.hero-video-link {
    display: block;
    position: relative;
}