.my-img-boxs {
  height: 150px;
}

.my-img-boxs .img-resizes {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

