.custom-gallery-slider {
    margin: 0 -7px;
    position: relative;
}
.custom-gallery-slider .gallery-item {
    padding: 0 7px;
}
.custom-gallery-slider .gallery-item.wide {
    width: 67vw !important;
}
.custom-gallery-slider .gallery-item.narrow {
    width: 33vw !important;
}
.custom-gallery-slider .gallery-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.custom-gallery-slider .slick-arrow {
    position: absolute;
    left:auto;
    top:auto;
    bottom: 20px!important;
    right: 40px;
    width: 40px;
    height: 40px;
    background: white!important;
    border: none!important;
    border-radius: 0 !important;
    z-index: 1;
    overflow: hidden;
}
.custom-gallery-slider .slick-prev {
    right: 100px !important;
}
.custom-gallery-slider .slick-next {
    right: 40px !important;
}
.custom-gallery-slider .slick-prev:before,
.custom-gallery-slider .slick-next:before {
    color: #333;
    opacity: 1;
}