.f2-feed-img {
  padding: 10px 0 0 0;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width:961px) {
  .f2-feed-img {
    height: 200px;
  }
}
.f2-feed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f2-cover-img {
  padding: 10px 0 0 0;
  width: 100%;
  height: auto !important;
  overflow: hidden;
}
@media only screen and (min-width:961px) {
  .f2-cover-img {
    height: 200px;
  }
}
.f2-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f2-feed-cover-img {
  width: 100%;
  object-fit: cover;
  height: 160px;
  clip-path: circle(1160px at 50% -1000px);
}
.f2-feed-cover-img.pod {
  margin-top: -35px;
}