/* CSS Document */
@media screen and (max-width:500px) {
    .hs {
        width:90%;
        margin:0 5%;
        left:auto;
        transform:translate(0,-50%)
    }
    img.logo { width:60% }
}
