

.a-enter-vr-button {
    background-image: url(icons/ui/Graphic_VR_DEVICE.png);
    min-width: 99px;
    min-height: 65px;
    transform: scale(0.6);
    transform-origin: bottom right
}

.landscape {
    background-color: white;
    color: black;
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    display:none;
    align-items: center;
    justify-content: center;
}
