.gallery-modal {
    background: rgba(11,11,11, 0.80);
}
.gallery-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.gallery-dialog-content {
    max-height: 85%;
    max-width: 85%;
    width: auto;
    height: auto;
}


.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 110px;
    border: 0;
    margin-top: 0;
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    color: #fff;
    transition: all .5s;
    opacity: 0.6;

}

.base-carousel:hover .carousel-control-prev:hover, .base-carousel:hover .carousel-control-next:hover {
    opacity: 1;
}

.gallery-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2rem;
    cursor: pointer;
    opacity: 0.6;
    color: #fff;
    transition: all .3s;
}

.gallery-close:hover {
    opacity: 1;
}
