.ito-wrapper-03267f16 {
    display: flex;
    width: 100%;
}

.ito-wrapper-03267f16.pos-h-left {
    flex-direction: row-reverse;
}

.ito-wrapper-03267f16.pos-h-right {
    flex-direction: row;
}

.ito-wrapper-03267f16.pos-v-top {
    align-items: flex-start;
}

.ito-wrapper-03267f16.pos-v-bottom {
    align-items: flex-end;
}

.ito-wrapper-03267f16.pos-v-center {
    align-items: center;
}

.ito-image-container-03267f16 {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.ito-image-03267f16 {
    display: block;
    width: 100%;
    height: auto;
}

.ito-overlay-03267f16 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease, filter 0.3s ease, backdrop-filter 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.ito-wrapper-03267f16:hover .ito-overlay-03267f16 {
    opacity: 1;
}

.ito-text-container-03267f16 {
    display: flex;
    flex-shrink: 0;
}

.ito-text-03267f16 {
    transition: color 0.3s ease;
    margin: 0;
    text-transform: uppercase;
}

/* Vertical text orientation */
.ito-wrapper-03267f16.text-vertical .ito-text-container-03267f16 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
