.wp-block-gallery {

    &.is-style-awards{
        /* &.columns-1 {
            figure {            
                max-height: unset !important;
                max-width: none !important;
    
                img {
                    width: unset !important;
                }
            }
        } */
    
        justify-content: center;
    
        figure {
            max-height: 80px;
            max-width: fit-content !important;
            margin-bottom: unset !important;
    
            img {
                width: min-content !important;
            }
        }
    }
}