.gallery-photo {
    border-radius: 5px;
    position: absolute;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-photos {
    width: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
}

.gallery-photo img {
    border-radius: inherit;
}

.gallery-photo__paginator b {
    font-size: 35px;
    margin-bottom: 5px
}

.gallery-photo__paginator {
    color: #318cc6 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    font-size: 16px;
    height: 100%;
}

.gallery-photos__paginator:hover {
    color: #e27c36;
}

.gallery-photos__paginator {
    display: block;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ff8e41;
    font-weight: bold;
    margin-top: 10px;
    background: #eeeeee;
    text-align: center;
}

.gallery-photos__paginator .bth__loader-spin {
    display: inline-block !important;
}

.gallery-photos__paginator .bth__loader-spin i {
    margin: 0;
    font-size: 3px;
}

.gallery-photo__paginator:hover {
    color: #236a98 !important;
}

.gallery-photo__date {
    font-size: 9px;
    background: rgba(255, 255, 255, 0.73);
    padding: 2px 7px;
    position: absolute;
    text-transform: uppercase;
    border-radius: 3px;
    top: 35px;
    left: 10px;
}

.gallery-photo .lsfw-cbx label::before {
    top: 4px;
    left: 5px;
}

.gallery-photo .lsfw-cbx label {
    font-size: 10px;
    border-radius: 3px;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.73);
    padding: 0 5px 0 25px;
}

.gallery-photo .lsfw-cbx {
    position: absolute;
    bottom: 10px;
    left: 10px;
}


.gallery-photo__hotel span {
    display: block;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery-photos img {
    border-radius: 2px;
}

.gallery-photo__mark {
    color: #475669;
    font-size: 9px;
    background: rgba(255, 255, 255, 0.73);
    padding: 2px 7px;
    position: absolute;
    border-radius: 3px;
    top: 10px;
    left: 10px;
}

.gallery-photo__hotel {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.73);
    font-weight: bold;
    color: #475669;
    text-transform: uppercase;
    z-index: 1;
}

.gallery-photo .gallery-photo__play:hover {
    transform: scale(1.2);
    background: rgba(255, 255, 255, 0.62);
}

.gallery-photo .gallery-photo__play {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    transition: 0.2s;
    width: 70px;
    height: 70px;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.94);
    padding-left: 4px;
}

.gallery-photo .gallery-photo__date.gallery-photo__date--t10p {
    top: 10px;
}

@media screen and (max-width: 1023px) {
    .gallery-photos__paginator {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .gallery-photos__paginator {
        font-size: 13px;
        line-height: 50px;
    }
}
