.mcl-outer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.mcl-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 600px;
    overflow: visible;
    visibility: hidden;
    cursor: grab;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.mcl-wrap.is-ready {
    visibility: visible;
}

.mcl-wrap[data-interactive="no"] {
    cursor: auto;
    touch-action: auto;
}

.mcl-wrap.is-dragging {
    cursor: grabbing;
}

.mcl-svg {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 100 / 12;
    overflow: visible;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.mcl-text,
.mcl-measure {
    font-family: inherit;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
}

.mcl-uppercase-yes .mcl-text,
.mcl-uppercase-yes .mcl-measure {
    text-transform: uppercase;
}

.mcl-text {
    fill: #fff;
    stroke: transparent;
    stroke-width: 0;
    paint-order: stroke fill;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.mcl-measure {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.mcl-path {
    pointer-events: none;
}

@media (max-width: 1024px) {
    .mcl-wrap {
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .mcl-wrap {
        min-height: 300px;
    }
}
