.aok-blog-section .article__photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease .45s;
  right: 0;
  width: 100%;
  height: auto;
}

.aok-blog-section .content-block__image .article__photo-wrapper img {
  will-change: transform;
  transition: transform 1s cubic-bezier(0, .14, .19, 1);
}

.aok-blog-section .article__photo-wrapper.portrait img,
.aok-blog-section .article__photo-wrapper.square img,
.aok-blog-section .article__photo-wrapper.landscape img,
.aok-blog-section .article__photo-wrapper.wide img {
  height: 100%;
  object-fit: cover;
}
#okki-section-aok_featured_articles2_266a37e1 .blog-first .blog__item::before {
  display: none;
}