/* SafetyPPE 2.5.7.1 — exact owner-supplied PNG logo, no frame */
.brand-mark.safetyppe-brand-mark--image,
.brand-footer .brand-mark.safetyppe-brand-mark--image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    line-height: 0;
}

.safetyppe-brand-mark-image {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    object-fit: contain;
}
