.ws_horizontal_images_wrap {
    margin: 0 0 1rem;
    width: 100%;
    overflow:hidden;
    /* max-width:calc(1921px + 8rem) */
}
.page-header-shortcode.gallery_carousel .ws_horizontal_images_wrap {
    margin-bottom: 0;
    position: relative;
    border-radius: 0.5rem;
}
.ws_horizontal_images_slider {
    position: relative;
}
.ws_horizontal_images_slider {
    animation: moveSlideshow_images 50s linear infinite;
}
/* @keyframes moveSlideshow_images {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
} */
.ws_image_item_wrap {
    flex-shrink: 0;
    max-width: calc(526px + 2rem);
    /* padding: 0 1rem; */
}
.ws_horizontal_image_item {
    position: relative;
    display: flex;
    /* width: 16.5rem; */
    border-radius: 0.5rem;
    margin: 0 1rem;
    overflow: hidden;
}
.ws_horizontal_image_item:before {
    content:'';
    width:0;
    padding-bottom: 60.83%;
}
.ws_horizontal_image_item img {
    position: absolute;
    border-radius: 0.5rem;
    left:0;  right: 0;
    top:0;
    width: 100%;
    display:block;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: opacity .5s
}
a.ws_horizontal_image_item:hover img {
    opacity: 0.6
}

@media (max-width: 1199px) and (min-width:992px) {
    .ws_image_item_wrap {
        max-width: 50vw
    }
}
@media (max-width: 991px) {
    .ws_image_item_wrap {
        max-width: 60vw
    }
}
@media (max-width: 767px) {
    .ws_horizontal_images_wrap {
        margin: 0 0 1.5rem;
    }
    .ws_horizontal_images_slider {
        margin: 0 -1rem
    }
    .ws_image_item_wrap {
        max-width: 70vw
    }
}
