


@media only screen and (min-width: 1130px) {
    .logo {
        background-image: url("/img/ekh/ekh.svg");
        background-repeat: no-repeat;
        background-position: 0.5em 0.5em;
        background-size: 7em 7em;
        background-color: white;
        border-radius: 8em;
        float: right;
        width: 8em;
        height: 8em;
        margin-top: -1.4em;
        margin-right: 0.5em;
        border: 1px solid #CCCCCC;
    }
}