.gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gallery li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.gallery img {
    max-width: 100%;
    height: auto;
}
#UlPhotoMain {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
#UlPhotoMain li {
    width: 100%;
    margin: 0;
}
#UlPhotoMain img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}
#UlPhotoThumbs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: block;
}
#UlPhotoThumbs li {
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: top;
    float: none !important;
    width: auto !important;
}
#UlPhotoThumbs img {
    width: 58px;
    height: 45px;
    object-fit: cover;
    display: block;
}
#UlPhotoThumbs .left {
    float: none !important;
}
.tabber {
    float: left;
    width: 100%;
}

/* Lightbox overrides */
.lightbox {
    position: fixed !important;
    z-index: 9999 !important;
}
.lb-outerContainer {
    max-width: 98% !important;
    max-height: 98vh !important;
    height: auto !important;
}
.lb-container {
    max-width: 98% !important;
    max-height: 98vh !important;
    width: 75%!important;
    height: auto !important;
}
.lb-image {
    max-width: 100% !important;
    max-height: 95vh !important;
    object-fit: contain !important;
    display: block !important;
    margin: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}
.lb-dataContainer {
    max-width: 98% !important;
}
.lb-nav {
    height: 100% !important;
}
