#head #logo{
    position: absolute;
    top: 6px;
    right: -211px;
    width: 400px;
    height: 50px;
    background: url(../graphics/logo.svg) no-repeat;
    background-size:contain;
    image-rendering: -webkit-optimize-contrast;
}

#tabletmenu li a{
    font-size:14px !important;
}

@media screen (max-width: 760px) and (max-height: 376px) {
    #head #logo{
        background: url(../graphics/logo.svg) no-repeat ;
        background-size:contain;
        image-rendering: -webkit-optimize-contrast;
        top: 6px;
        right: 15px;
        width: 62px;
        height: 62px;
    }
}

@media screen and (max-width: 760px) {
    #head #logo{
        background: url(../graphics/logo.svg) no-repeat;
        background-size:contain;
        image-rendering: -webkit-optimize-contrast;
        top: 6px;
        right: 15px;
        width: 62px;
        height: 62px;
    }

}
@media all and (max-width: 760px) and (max-height: 376px) {
    #head #logo{
        background: url(../graphics/logo.svg) no-repeat;
        background-size:contain;
        image-rendering: -webkit-optimize-contrast;
        top: 14px;
        right: 15px;
        width: 140px;
        
    }
  }


.iframe #container{
    opacity:0;
}

