/*-------------------------------------------------*/

.c-hero__video {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 99.5%;
    margin: .25%;
    height: 99%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 25rem;
    border-radius: 8px;
    /*box-shadow: 1rem 0rem 1rem #000;*/
    filter: brightness(40%);
}

/*.c-hero {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    height: 82svh;
    min-height: 31.25rem;
}*/

/*-------------------------------------------------*/