.ft-lg-wrapper-92xy {
    background: #f7ece6;
    padding: 25px 0;
}

#ft-lg-carousel-92xy .ft-lg-item-92xy img {
    max-height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
    transition: transform .3s ease;
}

#ft-lg-carousel-92xy .ft-lg-item-92xy img:hover {
    transform: scale(1.05);
}

/* owl nav override */
#ft-lg-carousel-92xy .owl-nav button {
    background: transparent !important;
    border: 2px solid #c27a3f !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #c27a3f !important;
    font-size: 20px !important;
}

#ft-lg-carousel-92xy .owl-nav button:hover {
    background: #c27a3f !important;
    color: #fff !important;
}

#ft-lg-carousel-92xy .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

#ft-lg-carousel-92xy .owl-prev {
    position: absolute;
    left: -20px;
}

#ft-lg-carousel-92xy .owl-next {
    position: absolute;
    right: -20px;
}
