.mnt-image-with-slider-container {
    display: block;
    padding: 20px 16px;
    position: relative;
    width: 100%
}

.mnt-images-container {
    display: flex;
    height: 456px;
    list-style: none;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.mnt-image-with-caption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    scroll-snap-align: start
}

.mnt-image-with-caption img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.mnt-image-caption {
    background: #0009;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 24px;
    max-width: none;
    padding: 12px 16px;
    position: absolute
}

.mnt-progress-bar-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    width: 100%
}

.mnt-progress-bar {
    background: #e1dbdf;
    height: 1px;
    margin: 0 24px;
    flex: 1
}

.mnt-progress-bar-state {
    background-color: #000;
    height: 1px;
    width: 0%
}

.mnt-progress-bar-btn:hover {
    text-decoration:underline;
}

.mnt-progress-bar-btn {
    all: unset;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    gap: 8px;
    color: #1f1e1f
}

.mnt-progress-bar-icon {
    filter: brightness(0) saturate(100%) invert(61%) sepia(17%) saturate(9%) hue-rotate(336deg) brightness(87%) contrast(101%)
}

.mnt-full-width {
    width: 100vw;
    padding: 0
}

.mnt-full-width .mnt-progress-bar-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    width: 100%
}

.mnt-full-width .mnt-progress-bar {
    background: #e1dbdf;
    height: 1px;
    margin: 0 24px
}

.mnt-full-width .mnt-progress-bar-state {
    background-color: #000;
    height: 1px;
    width: 75%
}

.mnt-full-width .mnt-progress-bar-btn {
    color: #1f1e1f
}

.mnt-full-width #mnt-progress-bar-icon-left,
.mnt-full-width #mnt-progress-bar-icon-right {
    filter: none
}

.columnBlockLayout .mnt-image-with-slider-container {
    padding: 20px 0
}

@media only screen and (min-width:1024px) {
    .mnt-image-with-slider-container {
        padding: 40px 0;
        max-width: 824px;
        margin: auto
    }

    .mnt-image-with-slider-container.mnt-full-width {
        max-width: 1248px
    }

    .mnt-image-caption {
        max-width: 40%
    }

    .mnt-full-width .mnt-progress-bar-container {
        background-color: #0009;
        bottom: 0;
        padding: 12px 16px;
        position: absolute;
        right: 0;
        width: 40%
    }

    .mnt-full-width .mnt-progress-bar {
        background-color: #ffffff80
    }

    .mnt-full-width .mnt-progress-bar-state {
        background-color: #fff
    }

    .mnt-full-width .mnt-progress-bar-btn {
        color: #fff
    }

    .mnt-full-width #mnt-progress-bar-icon-left,
    .mnt-full-width #mnt-progress-bar-icon-right {
        filter: brightness(0) invert(1)
    }
}