#grid-bee {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100000;
    left: 0;
    display: none;
}

#grid-bee .col-1 {
    background-color: rgb(0 0 0 / 50%);
}

#grid-bee .col-1 > div {
    width: 100%;
    background-color: rgb(0 0 0 / 20%);
    height: 100vh;
}
