.ermt-moving-title-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 120px;
}

.ermt-moving-title {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    line-height: 1.2;
    will-change: transform;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    z-index: 1;
}
