.shortcut {
    position: fixed;
    font-size: calc(20px + (20 - 12) * ((100vw - 800px) / (1950 - 800)));
    top: calc(40% + 125px);
    left: 0%;
    transform: translateY(-50%);
    background-color: #0055a5;
    padding: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 200;
    }

    .shortcut.gift-shortcut {
    top: calc(40% + 188px); }
    .shortcut.events-shortcut {
    top: calc(40% + 268px); }


    @media(max-width: 890px){



        .shortcut {
            width: 20%;
            top: calc(45% + 145px);
            }
            .shortcut img {
                width: 20vw;
            
                
                }

                .shortcut.menu-shortcut{
                    top: calc(40% + 120px);
                    }

                .shortcut.gift-shortcut {
                    top: calc(40% + 180px);
                    }
                    .shortcut.events-shortcut {
                    top: calc(40% + 260px);
                    }

    }



    @media(max-width: 600px){



        .shortcut {
            width: 20%;
            top: calc(45% + 145px);
            }
            .shortcut img {
                width: 20vw;
            
                
                }

                .shortcut.menu-shortcut{
                    top: calc(40% + 145px);
                    }

                .shortcut.gift-shortcut {
                    top: calc(40% + 180px);
                    }
                    .shortcut.events-shortcut {
                    top: calc(40% + 225px);
                    }

    }