@media (max-width: 980px) {
  .fc__picture.fc_picture-has-download-btn picture {
    height: 85%;
  }
  .fc_picture-download-btn-wrap {
    height: 15%;
  }
  .fc_image {
    min-width: 0;
  }
}
@media (max-width: 750px) {
  .fc_image {
    flex: 0 1 100%;
  }
  .fc__picture {
    height: initial;
    position: relative;
    padding: 0;
  }
  .fc__picture picture {
    position: relative;
  }
  .fc__picture picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fc_picture-has-download-btn {
    padding: 20px;
  }
  .fc_picture-download-btn-wrap {
    position: relative;
    left: 0;
    margin: 20px 0 0 0;
    transform: initial;
    text-align: center;
  }
  .fc_picture-download-btn {
    background: transparent;
  }
  .fc_image,
  .fc_image-right .fc_image {
    order: 1;
    margin: 0;
  }
  .fc_desktop-image {
    display: none;
  }
  .fc_mobile-image,
  .fc_no-mobile-image {
    display: block;
    margin: 0 auto;
  }
  .fc_image img {
    max-width: 100%;
  }
  .fc_wrapper.fc__wrapper--textWrap.fc_image-left .fc_image,
  .fc_wrapper.fc__wrapper--textWrap.fc_image-right .fc_image {
    float: none;
    margin: 0;
  }
  .fc_wrapper.fc__wrapper--textWrap.fc_image_mobile-textFirst .fc_image {
    float: none;
    margin: 20px 0 0 0;
  }
  .fc_title-section--empty.fc_image_mobile-imageFirst .fc_image {
    margin: 0 0 25px 0;
  }
}
