.lonardi-gallery{
    max-width:100%;
}

.lg-main{
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none !important;
    padding:0;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;
    height:auto;
}

.lg-main a{
    display:block;
    box-shadow:none !important;
}

.lg-main img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    border:none;
    border-radius:0;
    box-shadow:none !important;
}

.lg-thumbs{
    display:flex;
    gap:10px;
    margin-top:12px;
    overflow:auto;
}

.lg-thumb{
    width:90px;
    height:90px;
    object-fit:cover;
    cursor:pointer;
    border:2px solid transparent;
    border-radius:6px;
}

.lg-thumb.active{
    border-color:#c00;
}


