.navigation_modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #00522F;
}

.navigation_modal-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.navigation_modal-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
