.c-figure {
  margin: 0;
}

.c-picture {
  display: block;
  position: relative;
  padding-top: var(--padding-top-mobile);
}
@media (min-width: 769px) {
  .c-picture {
    padding-top: var(--padding-top-desktop);
  }
}
@media (min-width: 769px) {
  .auto-size-mobile .c-picture {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .auto-size-desktop .c-picture {
    padding-top: 0;
  }
}

.imagecontent {
  padding-left: 15px;
  padding-right: 15px;
}

.c-image-wrapper {
  position: relative;
}
.c-image-wrapper.no-column-spacing {
  margin-left: -15px;
  margin-right: -15px;
}
.c-image-wrapper.content-over .imagecontent {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
}
.c-image-wrapper.image-dark-overlay > a::before {
  content: "";
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  z-index: 1;
}
.c-image-wrapper .c-img {
  width: 100%;
  object-fit: cover;
  object-position: var(--focal-point-x) var(--focal-point-y);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-image-wrapper > a {
  display: block;
  position: relative;
}
.c-image-wrapper > a {
  display: block;
}

@media (max-width: 991.98px) {
  .auto-size-mobile .c-img {
    position: initial;
    top: initial;
    left: initial;
    height: auto;
  }
}
@media (min-width: 769px) {
  .auto-size-desktop .c-img {
    position: initial;
    top: initial;
    left: initial;
    height: auto;
  }
}
