.fc_wrapper.fc__wrapper--textWrap.fc_image-right .fc_image {
  float: right;
  margin: 0 0 20px 35px;
}
.fc_wrapper.fc__wrapper--textWrap.fc_image-left .fc_image {
  float: left;
  margin: 0 35px 20px 0;
}
.fc_image {
  flex: 1 1 40%;
  margin: 0 35px 0 0;
  min-width: 482px;
  max-width: 482px;
}
.fc_mobile-image {
  display: none;
}
.fc_text-form--has-h1 .fc_image {
  margin-top: 25px;
}
.fc_image-right .fc_image {
  margin: 0 0 0 35px;
}
.fc__picture picture {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.fc__picture picture img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0px auto;
}
.fc_placeholder-image .fc__picture::after {
  content: '';
  display: block;
  background: #f6f6f6;
}
[class*="--background-gray"] .fc_placeholder-image .fc__picture::after {
  background: white;
}
.fc_image[aspect-ratio="1:1.41"] {
  justify-items: end;
}
.fc_image[aspect-ratio="1:1.41"] .fc__picture {
  width: 314px;
  border: 1px solid #cccccc;
}
.fc_image[aspect-ratio="1:1.41"] .fc__picture picture {
  aspect-ratio: 0.70921986;
}
.fc_image[aspect-ratio="1:1.41"] .fc__picture picture img {
  aspect-ratio: 0.70921986;
  object-fit: cover;
  overflow-clip-margin: 0px;
  width: 100%;
  height: 100%;
}
.fc_image[aspect-ratio="4:3"] picture {
  aspect-ratio: 1.33333333;
}
.fc_image[aspect-ratio="4:3"] picture img {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  overflow-clip-margin: 0px;
  width: 100%;
  height: 100%;
}
.fc_image[aspect-ratio="16:9"] picture {
  aspect-ratio: 1.77777778;
}
.fc_image[aspect-ratio="16:9"] picture img {
  aspect-ratio: 1.77777778;
  object-fit: cover;
  overflow-clip-margin: 0px;
  width: 100%;
  height: 100%;
}
.fc_image[aspect-ratio="1:1"] picture {
  aspect-ratio: 1;
}
.fc_image[aspect-ratio="1:1"] picture img {
  aspect-ratio: 1;
  object-fit: cover;
  overflow-clip-margin: 0px;
  width: 100%;
  height: 100%;
}
.fc_placeholder-image .fc_image[aspect-ratio="4:3"] .fc__picture::after {
  aspect-ratio: 1.33333333;
}
.fc_placeholder-image .fc_image[aspect-ratio="16:9"] .fc__picture::after {
  aspect-ratio: 1.77777778;
}
.fc_placeholder-image .fc_image[aspect-ratio="1:1"] .fc__picture::after {
  aspect-ratio: 1;
}
