.we-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  font-family: "object-fit: cover; object-position: right;";
}

.we-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.we-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  font-family: "object-fit: cover; object-position: left;";
}

.we-bottom-right img {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  object-fit: cover;
  object-position: bottom right;
  font-family: "object-fit: cover; object-position: right;";
}

.we-top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  font-family: "object-fit: cover; object-position: right;";
}

.we-bottom-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom left;
  font-family: "object-fit: cover; object-position: left;";
}

.we-top-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  font-family: "object-fit: cover; object-position: left;";
}

.ie-all .we-right img,
.ie-all .we-left img,
.ie-all .we-center img,
.ie-all .we-bottom-right img,
.ie-all .we-top-right img,
.ie-all .we-bottom-left img,
.ie-all .we-top-left img {
  height: inherit;
}
