/* Ensure store logos keep aspect ratio and are not cropped */
#wpsl-stores .wpsl-store-thumb{
    display:block;
    max-width:100px;
    max-height:100px;
    width:auto;
    height:auto;
    object-fit:contain;
    object-position:center center;
}
