.stm-hoverable-interactive-galleries .interactive-hoverable {
    position: relative;
    min-height: 160px;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap {
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    overflow: hidden;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit.active .thumb {
    opacity: 1;
    z-index: -2;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit {
    align-items: flex-end;
    display: flex;
    flex: 1;
    height: 100%;
    position: static;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb {
    border: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -2;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .thumb img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.15s;
    width: 100%;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    color: var(--motors-contrast-text-color);
    background-color: var(--motors-text-alpha-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 55;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining i {
    font-size: 48px;
    display: block;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-wrap .hoverable-unit .remaining p {
    font-size: 16px;
    font-weight: 400;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    display: flex;
    justify-content: space-between;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator {
    width: 100%;
    height: 3px;
    background-color: var(--motors-border-color);
    z-index: 25;
    margin-right: 2px;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator:last-child {
    margin-right: 0;
}

.stm-hoverable-interactive-galleries .interactive-hoverable .hoverable-indicators .indicator.active {
    background-color: var(--motors-accent-color);
}