.app-device__ios-notch {
    fill: #090a0d;
    top: 10px;
    width: 165px;
    z-index: 100!important;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}


body {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.app-wrapper {
    display: flex;
    align-items: center;
    overflow-y: hidden;
}

.app-wrapper .app-box {
    max-height: 100vh;
}

.app-box-toggle {
    align-items: center;
    background: #EBEBEB;
    border-radius: 18px;
    display: flex;
    height: 28px;
    justify-content: center;
    margin: 1rem auto 0;
    width: 128px;
}

.app-box-toggle button {
    background-color: transparent;
    border: none;
    border-radius: 16px;
    color: #8D8E90;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: -.02em;
    line-height: 21px;
    padding-top: 2px;
    transition: background-color .2s, color .2s;
    width: calc(50% - 2px);
}

.app-box-toggle button.is-selected {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 16, 46, .15);
    color: #000;
    font-weight: 600;
}

/* .app-device {
    padding: 1rem;
} */

.app-device>figure {
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    position: relative;
}

.app-device>figure>.app {
    height: calc(100% - 12*2);
    margin: 12px;
    overflow: hidden;
    top: 0;
    z-index: 1;
}