.browser-open-guide {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    background: #000;
    overflow: hidden;
    touch-action: none;
    -webkit-overflow-scrolling: auto;
}

.browser-open-guide.is-active {
    display: block;
}

.browser-open-guide__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
}

body.browser-guide-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}
