.marquee-gallery,
.editor-styles-wrapper .marquee-gallery {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-gallery-inner,
.editor-styles-wrapper .marquee-gallery-inner {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: marquee-scroll linear infinite; /* Duration set by JS. */
    will-change: transform;
}

.marquee-image-link,
.editor-styles-wrapper .marquee-image-link {
    flex: 0 0 auto;
    margin-right: 0px;
    text-decoration: none;
	border-left: 5px solid #1e3e4d;
	border-right: 5px solid #1e3e4d;
}

.marquee-image,
.editor-styles-wrapper .marquee-image {
	width: auto;
    height: 300px;
    display: block;
}

.marquee-gallery:hover .marquee-gallery-inner,
.editor-styles-wrapper .marquee-gallery:hover .marquee-gallery-inner  {
    animation-play-state: paused;
}

.marquee-image-link:hover .marquee-image,
.editor-styles-wrapper .marquee-image-link:hover .marquee-image  {
    opacity: 0.8;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}.slb_data_title {	display: none !important;}