
html,body{
    overflow-x:hidden;
}
body > header{
    background-image:none;
}
body > figure{
    padding-top:40px;
}
body > figure > div{
    position: static;
    left:20px;
    width:90%;
    margin:auto;
    padding:10px 40px;
}

.grid2,.grid12{
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
}
.grid3{
    grid-template-rows:1fr 1fr 1fr;
    grid-template-columns:1fr;
}
/*
body > footer,body > footer > *{
    display:block;
    width:100%;
    height:auto;
}
*/
body > footer{
    height:auto;
    grid-template-columns:1.2fr 0.8fr;
    grid-gap:5px;

}