.dd-slideshow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: var(--dd-slideshow-margin-bottom, 28px);

    .item {
        max-width: 120px;
        max-height: 90px;
        border-radius: 4px;
        overflow: hidden;


        img {
            width: 100% !important;
            height: 100% !important;
            object-position: center;
            object-fit: cover;
        }
    }
}
