.usk-brand-grid-item {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.usk-brand-grid-item a {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.usk-brand-grid-img {
  object-fit: cover;
  transition: all 0.3s ease;
}