/* Fix logo sizing in carousel - responsive with smaller height constraint */

.uui-logos04_logo {
    height: auto !important;
    max-height: 60px !important;
    width: auto !important;
    max-width: 150px !important;
    object-fit: contain !important;
}