.full-carousel-label-container {
    padding-top: 70px;
    height: 15vh;
}

.label {
    /* --secondary-height:20vh; */
    --width: calc(var(--secondary-height) / 0.5);
    --origin: calc(var(--secondary-height) * 14);
}

.carousel-wrapper-label {
    /* height: var(--main-height); */
    width: 100vw;
    transform: translateY(0%) scale(1);
}

.carousel-zone-label {
    width: 100vw;
    /* height: 300%; */
    position: absolute;
    left: 0px;
}

.carousel-middle-label {
    width: var(--width);
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.carousel-inner-container-label {
    transform-origin: calc(var(--width) / 2) var(--origin);
    transform: rotate(-0.7008rad);
}

.labels {
    position: absolute;
    width: var(--width);
    transform-origin: 50% var(--origin);
    color: silver;
    text-align: center;
    opacity: 0;
}

.ambassador-name {
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: var(--font-size-1);
}

.ambassador-name:before {
    display: inline-block;
    content: "";
    border-top: 5px solid black;
    width: 35px;
    position: absolute;
    top: -20px;
}