*
{
    margin: 0;
    padding: 0;
}
.header
{
   
}
.video-background
{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}
@media (min-aspect-ratio:16/9)
{
    .video-background
{
width: auto;
height: auto;
}
}
@media (max-aspect-ratio:16/9)
{
.video-background
{
width: auto;
height: auto;
}
}
