.gallerywrap{
    width:100%;
    height: 640px;
    position: relative;
}

.gallerywrap:has(.gallery_heading) {
    height: 690px;
}

.gallerywrap:nth-child(n+2) {
    margin-top: 30px;
}

.gallerywrap:has(.version2){
    height: 620px;
}

.gallerywrap:has(.version2) h2{
min-height: 35px;
}


.gallery-track{
       padding: 20px 5px 20px 5px;
    max-height: 560px;
    overflow: visible !important;
    position: relative;
    height:100%;
}

ul.image-gallery{
        padding-left: 0;
    list-style: none;
}

li.gallery-slide{
        display: none;
    position: absolute;
    left: 0;
}

li.gallery-slide.active {
    display: block;
    width: 100% !important;
}

li.gallery-slide a.fancybox.image {
    height: 400px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
        text-align: center;
}

.version2 li.gallery-slide a.fancybox.image{
text-align:right;
}

li.gallery-slide img{
max-height: 100%;
}

.gallery-counter{
position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 15px;
    font-weight: 600;
}

.slideNav{
    position: absolute;
bottom: 162px;
    cursor:pointer;
        z-index: 999;
}

.gallerywrap:has(.version2) a.slideNav {
    bottom: 140px;
}

.slideNav.next{
right:5px;
}

.gallerywrap:has(.version2) a.slideNav.next {
    left: 100px;
    right: unset;
}

.slideNav.prev{
left:5px;
}



.slideNav.next::before{
    content:'';
    display:block;
transform: rotate(0deg);
    background: none !important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
    width: 0px !important;
    height: 0px !important;
}

.slideNav.prev::before{
    content:'';
    display:block;
 transform: rotate(180deg);
    background: none !important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid black;
    width: 0px !important;
    height: 0px !important;
}

.gallery-thumbs-wrap{
    overflow:hidden;
    width:100%;
        position: absolute;
    bottom: 0;
    height: 100px;
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
     transition:transform .3s ease;
}

.gallery-thumb {
    width: 110px;
    height: 90px;
    background-size: cover;
        border-radius: 5px;
        flex:0 0 auto;
        cursor:pointer;
}

.image-info {
    position: relative;
    margin-top: 20px;
    text-align: center;
}


.image-info p {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: bold;
    max-width: 90%;
margin-left: auto;
margin-right: auto;
}

.gallery-slide,
.gallery-slide img,
.gallery-thumb {
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
      -webkit-tap-highlight-color: transparent;
}

@media(max-width:740px){
   .slideNav.next,.gallerywrap:has(.version2) a.slideNav.next{
right:35%;
        left: auto;
}

.slideNav.prev{
left:35%;
} 
}

@media (max-width: 550px) {

    .gallerywrap{
        height:500px;
    }

    .gallerywrap:has(.gallery_heading) {
    height: 550px;
}

li.gallery-slide a.fancybox.image {
        height: 260px;
    }

    .version2 li.gallery-slide a.fancybox.image{
        text-align: center;
    }
}