.custom-gallery-slider {
    margin: 0 -7px;
    position: relative;
}
.custom-gallery-slider .gallery-item {
    padding: 0 7px;
    position: relative;
    padding-bottom: 45vh;
    overflow: hidden;
}
.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: 100%;
    object-fit: cover;
    position:absolute;
}

@media (max-width: 1024px) {
    .custom-gallery-slider .gallery-item.wide,
    .custom-gallery-slider .gallery-item.narrow {
        width: 100vw !important;
    }
}



.custom-gallery-slider .slick-arrow {
    position: absolute;
    left:auto;
    top:auto;
    bottom: 20px!important;
    right: 40px;
    width: 40px;
    height: 40px;
    border: none!important;
    border-radius: 0 !important;
    z-index: 1;
    overflow: hidden;
    background-color: white!important;
    background-image: url(../img/Perimeter_WhiteBoxBlueArrowButton_Left.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999px;
}
.custom-gallery-slider .slick-prev {
    right: 295px !important;
    
}
.custom-gallery-slider .slick-next {
    right: 235px !important;
    background-image: url(../img/Perimeter_WhiteBoxBlueArrowButton_Right.svg);

}
.custom-gallery-slider .slick-prev:before,
.custom-gallery-slider .slick-next:before {
    color: #333;
    opacity: 1;
}

.custom-gallery-wrapper .custom-gallery-slider-button {
    background: #fff!important;
    color: #333!important;
    border:none!important;
    position: absolute;
    bottom: 38px;
    right: 40px;
    z-index: 100;
}
.custom-gallery-wrapper .custom-gallery-slider-button:hover {
    background-color: var(--e-global-color-sk_color_3)!important;
    color: #fff!important;
}
