 

.item img {
    max-width: 100%;
    height: auto;
}

.nav-arrows button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}



.over-visible {
    overflow: visible;
}




.synch-carousels {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.synch-carousels > * {
    width: 100%;
}

.synch-carousels .right {
    order: -1;
}

.synch-carousels .left {
    overflow: hidden;
}

.synch-carousels .gallery {
    display: none;
}

.synch-carousels .slick-slide {
    outline: none;
}

.synch-carousels .slick-vertical .slick-slide {
    border: none;
}

.synch-carousels .gallery .slick-list {
    height: auto !important;
    margin: 0 -20px;
}

.synch-carousels .gallery .slick-slide {
    cursor: pointer;
}

.synch-carousels .gallery .slick-slide {
    margin: 0 20px;
}

.synch-carousels .nav-arrows {
    display: flex;
    position: absolute;
    bottom: -50px;
    margin-right: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #739600;
    color: white;
}

.synch-carousels .nav-arrows:hover {
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.15);
}
 

.transition { transition: all .1s ease; }

.synch-carousels .nav-arrows svg {
    fill: white;

}

.synch-carousels .arrow-left,
.synch-carousels .arrow-right
{
   font-family: inherit;
  font-size: 13px;
  color: rgba(91, 192, 222, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(91, 192, 222, 0.75);
  border-radius: 40px;
  background: rgb(240, 173, 78, 0.75);
  transition: all 0.3s ease 0s;
    
}

.synch-carousels .arrow-left:hover,
.synch-carousels .arrow-right:hover
{
  color: #FFF;
  background: rgba(91, 192, 222, 0.75);
  border: 2px solid rgba(91, 192, 222, 0.75);    
}

.synch-carousels .photos-counter {
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 0 20px;
    color: white;
    background: #292929;
}

@media screen and (min-width: 480px) {
    .synch-carousels .right {
        margin-bottom: 20px;
    }

    .synch-carousels .gallery {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .synch-carousels .right {
        position: relative;
        width: calc(100% - 230px);
        margin-bottom: 0;
        order: 2;
    }

    .synch-carousels .left {
        width: 210px;
    }

    .synch-carousels .gallery .slick-slide {
        margin: 0 0 20px 0;
    }

    .synch-carousels .gallery .slick-list {
        margin: 0;
    }
}