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

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

@media all and (max-width: 760px) {
    #head #logo{
        background: url(../graphics/logo-mobile.png) no-repeat;
        background-size:cover;
        image-rendering: -webkit-optimize-contrast;
        top:0;
        right:0;
        width: 62px;
        height: 62px;
    }

}

.iframe #head{
    /*display:none !important;*/
}

.class-gyro{
    z-index: 99;
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    display: none;
}
.gyro-popup{
    align-self: center;
    background-color: white;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.gyro-popup > p{
    text-transform: none;
}
.btn-container{
    text-align: center;
}