video{
    width: 100%;
}


header h1{
    position: absolute;
    top: 20px;
    color: white;
    left: 20px;
    font-size: 20px;
    width: relative;
}

@media screen and (min-width: 60rem){
    header h1{
        font-size: 70px;
    }}