@media only screen and (max-width: 600px) {
    .nav {
        left: 0 !important;
    }
    svg.sea {
        height: 55dvh;
        width: unset !important;
    }
}