/* Modal */
.lightbox-content {
    max-height: 100%;
    max-width: 100%;
    /* space for button */
    padding-top: 50px;
    padding-bottom: 50px;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}
/* Modal Content */

.item-slide {
    width: 100%;
    height: 100%;
    justify-content: center;
}

.item-slide > img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
    padding: 0;
}

@media only screen and (max-width: 400px) {
    .navbar-item {
        padding: 0.3rem;
    }
}

.navbar-item {
    display: flex;
    align-items: center;
}

.delete-img {
    float: right;
    top: 10px;
}