*
{
    margin: 0;
    padding: 0;
}



#szczytowa
{
    height: 100vh;
    background: rgba(250,250,250,0.8);
}


#video
{
    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
    {
        width: 100%;
        height: auto;
    }
}



@media (max-aspect-ratio: 16/9)
{
    #video
    {
        width: auto;
        height: 100%;
    }
}

#logo
{
    position: relative;
    text-align: center;
    top:300px;
}