.img-customer {
    object-fit:contain;
    object-position:center;
    height: 60px;
}

@media only screen and (min-width: 992px) {
    .img-customer {
        object-fit: contain;
        object-position: center;
        height: 80px;
    }
}

.specialField {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0px;
    width: 0px;
}