.vc_row .lanark-gallery {
    max-width: 640px;
    margin: 0 auto;
  }
  
  .vc_row .lanark-gallery .swiper {
    width: 100%;
    margin-bottom: 12px;
  }
  
  .vc_row .lanark-gallery-main .lanark-gallery-slide {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 4px;
  }
  
  .vc_row .lanark-gallery-main .lanark-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .vc_row .lanark-gallery-thumbs .lanark-thumb-slide {
    width: auto;
    height: auto;
    padding-right: 8px;
    cursor: pointer;
  }
  
  .vc_row .lanark-gallery-thumbs img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
  }


.vc_row .lanark-gallery .swiper-slide-active {
    opacity: 1 !important;
}

.vc_row .swiper-button-prev, .vc_row .swiper-button-next {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
    opacity: 1;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, .5) !important;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}


.vc_row .swiper-button-prev {
    background: url('../../images/gallery-prev2x.png') center center no-repeat;
    background-size: 14px auto;
    cursor: pointer;
    left: 0;
}

.vc_row .swiper-button-next {
    background: url('../../images/gallery-next2x.png') center center no-repeat;
    background-size: 14px auto;
    cursor: pointer;
    right: 1px;
}

.vc_row .swiper-button-prev:focus, .vc_row .swiper-button-prev:hover, .vc_row .swiper-button-next:focus, .vc_row .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, .8) !important;
}

.vc_row .swiper-button-prev::after,
.vc_row .swiper-button-next::after {
  display: none !important;
}

.vc_row .lanark-gallery-thumbs .lanark-thumb-slide {
    display: block;
    float: left;
    width: 100px !important;
    height: 75px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}


.vc_row .lanark-gallery-thumbs .lanark-thumb-slide img {
    max-width: 96%;
    max-height: 96%;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 52px;
    height: 52px;
}


.vc_row .lanark-gallery-thumbs {
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 1;
    perspective: 1000px;
    backface-visibility: hidden;
    width: 640px;
    height: 85px !important;
    padding: 5px 0;
    max-width: 100% !important;
    -moz-transition: height .35s ease-in-out;
    -webkit-transition: height .35s ease-in-out;
    margin-top: 10px;
}

.vc_row .lanark-gallery-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}