.gallery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.YC--works--gallery-popup {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-overlay-close {
    position: absolute;
    top: 40px;
    left: 40px;
    cursor: pointer;
    font-size: 24px;
    color: var(--uicolor);
    width: 50px;
    height: 50px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
    border-radius: 50%;
}

.gallery-overlay .-YC-owl-navs-items {
    display: flex;
    gap: 0px;
    justify-content: center;
    margin-bottom: 0px;
    left: auto;
    bottom: auto;
    position: absolute;
}

.gallery-overlay .-YC-owl-Slides-next, .gallery-overlay .-YC-owl-Slides-prev {
    position: absolute;
    top: 50%;
    right: -790px;
    font-size: 17px;
    color: white;
    background: none;
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 2px solid white;
    border-radius: 50%;
}

.gallery-overlay .-YC-owl-Slides-next {
    left: auto;
    right: 740px;
}

.gallery-container {
    width: 100%;
}

.owl-stage {
    direction: rtl;
}

.owl-item {
    float: right;
}

.gallery-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 20px;
}