#more-inhabitant {
    padding: 40px 16px;
}
a.inhab-term-arch-link {
    display: block;
    text-decoration: none;
}
.ita-img-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 60%;
    background: #e3e2de;
}
.ita-img, .owl-carousel .owl-item img.ita-img {
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px); /* Slightly wider to cover movement */
    max-width: unset;
    height: 100%;
    object-fit: cover; /* Ensure image fills container without distortion */
    object-position: center center;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.ita-img-front {
    opacity: 1;
    z-index: 2;
    transform: translateX(0); /* Start at original position */
}
.ita-img-back {
    opacity: 0;
    z-index: 1;
    transform: translateX(10px); /* Start slightly to the right */
}
a:hover .ita-img-container .ita-img-front {
    opacity: 0;
    transform: translateX(-10px); /* Move left on hover */
}
a:hover .ita-img-container .ita-img-back {
    opacity: 1;
    transform: translateX(0); /* Move to original position */
}
.ita-quote-wrap {
    display: none;
}
.ita-text-cont {
    padding: 16px 0;
    text-wrap: balance;
}
.ita-text-cont h4.ita-head {
    margin-bottom: 8px;
}
a.inhab-term-arch-link:hover, .ita-text-cont h4.ita-head, .ita-quote-name {
    text-decoration: none;
}
.ita-quote-inn-wrap {
    width: 100%;
}
.ita-quote-inn-wrap blockquote.inhab-term-arch-quote, .owl-item .ita-quote-inn-wrap, #main .full-width-aside-wrap .owl-item .ita-quote-inn-wrap {
    font-size: 18px;
    line-height: 1.5;
}
.ita-quote-inn-wrap blockquote.inhab-term-arch-quote {
    font-weight: 500;
    font-style: normal;
    margin: 0;
}
.ita-quote-inn-wrap blockquote.inhab-term-arch-quote::before {
    color: #fff;
}
@media only screen and (max-width: 960px) {
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote {
        padding-left: 14%;
    }
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote::before {
        top: 10px;
        line-height: 5.2vw;
        font-size: 9.8vw;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1516px) {
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote {
        padding-left: 16%;
    }
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote::before {
        top: 6px;
        line-height: 3.6vw;
        font-size: 5.4vw;
    }
}
@media only screen and (min-width: 468px) {
    .ita-img-back img.ita-img, .owl-item .ita-img-back img.ita-img {
        width: 58%;
    }
    .ita-quote-wrap {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: calc(42% + 20px);
        background: #f4db4d;
        z-index: 3;
        left: auto;
        display: flex;
        align-items: center;
        text-wrap: balance;
    }
    .ita-quote-inn-wrap {
        padding: 16px 26px 16px 16px;
    }
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote {
        font-size: 2.2vw;
    }
    .ita-quote-name {
        font-weight: 600;
        font-size: .68em;
        text-align: right;
        margin-top: 12px;
        border-top: 1px solid rgba(12, 12, 12, .4);
        padding-top: 10px;
        line-height: 1.4;
    }
    .ita-text-cont h4.ita-head {
        font-size: 1.7em;
    }
}
@media only screen and (min-width: 768px) {
    #more-inhabitant {
        padding: 70px 0;
    }
}
@media only screen and (min-width: 960px) {
    .ita-img-back img.ita-img, .owl-item .ita-img-back img.ita-img {
        width: 60%;
    }
    .ita-quote-wrap {
        width: calc(40% + 20px);
    }
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote {
        font-size: 1.2vw;
    }
}
@media only screen and (min-width: 1516px) {
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote {
        padding-left: 42px;
    }
    .ita-quote-name {
        font-size: .86em;
    }
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote, .owl-item .ita-quote-inn-wrap {
        font-size: 1.04em;
    }
    .ita-quote-inn-wrap blockquote.inhab-term-arch-quote::before {
        top: 18px;
        font-size: 80px;
    }
}