.editorialImage .editorialImageFull {
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .editorialImage .editorialImageFull {
    margin-bottom: 60px !important;
  }
}

.editorialImage .be-imageFigure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.editorialImage .be-imageFigure > img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.editorialImage__caption {
  font-size: 1.6rem;
  color: #7f7f7f;
}

.editorialImage_item {
  width: 100%;
}

.editorialImage_item-left {
  padding-bottom: 1px;
}

.editorialImage_item-left p {
  margin-bottom: 40px;
}

.editorialImage_item-right {
  padding-top: 1px;
}

@media (min-width: 768px) {
  .editorialImage_item {
    width: 50%;
  }

  .editorialImage_item-left {
    padding-bottom: 0;
    padding-right: 1px;
  }

  .editorialImage_item-left p {
    margin-bottom: 0;
  }

  .editorialImage_item-right {
    padding-left: 1px;
    padding-top: 0;
  }
}

.editorialImage .multiple .be-imageFigure {
  padding: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}

@media (max-width: 767px) {
  .editorialImage .multiple .be-imageFigure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 400px) {
  .editorialImage .multiple .be-imageFigure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.editorialImage .multiple .be-imageFigure img {
  -o-object-fit: contain;
     object-fit: contain;
  min-height: auto;
}

.editorialImage img {
  width: 100%;
}
.editorialImage img {
  width: 100%;
}
.editorialImage img {
  width: 100%;
}