.mod_article > .article-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.mod_article > .article-background figure.image_container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.mod_article > .article-background figure.image_container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

.mod_article > .article-background figure.image_container > picture {
  width: 100% !important;
  height: 100% !important;
}

.mod_article > .article-background figure.image_container > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}
