
.grid__pad.grid__pad--studio-kitschen-berlin {
    padding-top: 71.11%;
}

#studio-kitschen-menu-btn {
    position: fixed;
    left: 25%;
    bottom: 30%;
    height: 42px;
    width: 42px;
    pointer-events: auto;
    border-radius: 50%;
    background-color: #4AFF52;
    /* background-color: #f3efe6; */
    /* pointer-events:all; */
    -webkit-tap-highlight-color: transparent;
    z-index: 200;
}

#studio-kitschen-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    clip-path: circle(0% at calc(0px) calc(0px));
    -webkit-clip-path: circle(0% at calc(0px) calc(0px));
    background-color: #4AFF52;
    /* background-color: #f3efe6; */
    pointer-events: auto;
    z-index: 0;
}

.studio-kitschen-spacer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 71.11%;
    margin-bottom: var(--padding);
    height: auto;
    width: 100%;
}

.studio-kitschen-spacer p {
    pointer-events: auto;
}

.studio-kitschen-menu__img {
    position: fixed;
    width: 148px;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}


@media (max-width: 766px) {
    #studio-kitschen-menu-btn {
        z-index: 10;
    }
    .studio-kitschen-menu__img {
        width: 100px;
        border-radius: 15px;
    }
}