@media only screen
and (min-device-width: 320px)
and (max-device-width: 660px) {
    body {
        .ghm-topp {
            .inner-top {
                width: 88vw;

                .logo-wrap {
                    width: 100%;
                    align-self: center;
                }

                .registry-header {
                    font-size: 28px;
                }
            }
        }
        .inloggad {
            top: 134px;
        }
    }
}
