#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;

}

#head #menutoggle{
    background: #000000 url(/Assembly/Public/skins/assemblyvr/graphics/menutoggle.png) 50% 50% no-repeat;
}

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

#head{
    /* background: rgba(255, 255, 255, 0.6); */
    visibility: hidden;
}

.text-drag{   
    width: 70%;
    /* height: 25px; */
    position: relative;
    top: 47%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-family: 'Lato', sans-serif;
}
.text-drag:before {
    content: "\f0b2";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;

}
/* div[style*="display:block"] */

.usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/mobile-oval.svg)"] {
    /* background-color: red; */
    width: 50%;
    align-self: center;
    top: 5em;
  }
.usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/vr-oval.svg)"] {
    /* background-color: green; */
    width: 50%;
    align-self: center;
    bottom: 5em;
  }

#pane--wrapper #pane {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    z-index: 30000;
    /* margin: 2% auto 2%; */
    height: 100% !important;
    width: 100% !important
}

.logo-google-card{
    height: 50px;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    left: 25px;
    top: 30px;
}

/* iphone 6 7 8 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/mobile-oval.svg)"] {
        /* background-color: red; */
        width: 50%;
        align-self: center;
        top: 4em;
      }
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/vr-oval.svg)"] {
        /* background-color: green; */
        width: 50%;
        align-self: center;
        bottom: 4em;
      }

}

/* iphone x */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
     
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/mobile-oval.svg)"] {
        /* background-color: red; */
        width: 50%;
        align-self: center;
        top: 6em;
      }
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/vr-oval.svg)"] {
        /* background-color: green; */
        width: 50%;
        align-self: center;
        bottom: 6em;
      }
}

/* iphone 6 7 8 plus*/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/mobile-oval.svg)"] {
        /* background-color: red; */
        width: 50%;
        align-self: center;
        top: 4em;
      }
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/vr-oval.svg)"] {
        /* background-color: green; */
        width: 50%;
        align-self: center;
        bottom: 4em;
      }
}

/* iphone 5*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/mobile-oval.svg)"] {
        /* background-color: red; */
        width: 50%;
        align-self: center;
        top: 3.2em;
      }
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/vr-oval.svg)"] {
        /* background-color: green; */
        width: 50%;
        align-self: center;
        bottom: 3.2em;
      }

    }
@media screen and (max-width: 490px) {

    #pane--wrapper #pane{
			max-width: 100%;
		}
}

@media screen and (max-width: 490px) {

    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/mobile-oval.svg)"] {
        /* background-color: red; */
        width: 40%;
        align-self: center;
        top: 3.2em;
      }
    .usr-notification.btn[style*="background-image:url(/skins/skolvo/graphics/vr-oval.svg)"] {
        /* background-color: green; */
        width: 40%;
        align-self: center;
        bottom: 3.2em;
      }
}

@media screen and (max-width: 768px){
    #pane--wrapper #pane {
        height: 100% !important;
        width: 100% !important;
        margin: 0px !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;*/
}

