.odity-photo-viewer {
    margin-top: 70px;
}

.odity-photo-viewer .row {
    margin-left: -5px;
    margin-right: -5px;
}

.odity-photo-viewer .row>div {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.lb-container .lb-nav a {
    background: none;
    position: relative;
}

.lb-container .lb-nav a:before {
    --size: 40px;
    background-color: #fff;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: absolute;
    top: calc((100% - 40px) / 2);
    display: block;
}

.lb-container .lb-nav a.lb-prev:before {
    left: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lb-container .lb-nav a.lb-next:before {
    right: 20px;
}

.lightbox .lb-data .lb-number {
    display: none !important;
}

.cursor-zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}