@import "../template.css";
.page-article .page-content .image-wrapper {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 67%;
  overflow: hidden;
  z-index: 1;
}
.page-article .page-content .image-wrapper .componentImageWrapper {
  position: static;
}
.page-article .page-content .image-wrapper img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.page-article .page-content .content-wrapper {
  padding-bottom: 8rem;
}
