#labyrinth-container {
    width: 560px;
    height: 360px;
    box-shadow: 0px 0px 10px -5px #000000;
    background: white;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

#milk-game .row {
    height: 100%;
}

#milk-game .col-11, #milk-game .col-1 {
    display: flex;
    justify-content: center;
}

#milk-game .col-11 {
    align-items: center;
}

#milk-game .col-1 {
    align-items: flex-start;
    position: relative;
}

#milk-game .lab-mouse {
    width: auto;
    height: 90px;
    margin-top: 17px;
}

.no-go {
    position: absolute;
    background-color: rgba(0,0,255, 0.3);
}

#start {
    position: absolute;
    text-align: center;
    background-color: gray;
    color: white;
    font-weight: bold;
}

#lab-milk {
    position: absolute;
    background: url("../images/sprites/milk_glass.png");
    width: 20px;
    height: 20px;
}