.sfimageWrp[class*=coverMe] {
  width: 100%;
}

.sfimageWrp[class*=coverMe] img {
  min-width: initial;
  width: 100%;
  max-width: 100%;
  min-height: initial;
  height: 100%;
  max-height: initial;
  object-fit: cover;
}

.coverMe300 { height: 300px; }
.coverMe400 { height: 400px; }
.coverMe500 { height: 500px; }