.fullWidth {
  margin-left: -2.25vw;
  margin-right: -2.25vw;
}
@media (max-width: 1080px) {
  .fullWidth {
    margin-left: -2.963vw;
    margin-right: -2.963vw;
  }
}
@media (max-width: 580px) {
  .fullWidth {
    margin-left: -6.897vw;
    margin-right: -6.897vw;
  }
}
.doubleImageGrid {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-bottom: 18.75vw;
}
.doubleImageGrid .imageWrapper {
  position: relative;
}
.doubleImageGrid .imageWrapper:first-child {
  width: calc((6.8125vw * 6) + (1.25vw * 5));
}
.doubleImageGrid .imageWrapper:first-child .innerImage {
  padding-bottom: 65.33333333%;
}
.doubleImageGrid .imageWrapper:last-child {
  width: calc((6.8125vw * 5) + (1.25vw * 4));
  margin-top: auto;
  top: 6.25vw;
}
.doubleImageGrid .imageWrapper:last-child .innerImage {
  padding-bottom: 56%;
}
.doubleImageGrid .imageWrapper .innerImage {
  height: 0;
  width: 100%;
}
.doubleImageGrid .imageWrapper .innerImage img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media all and (max-width: 1080px) {
  .doubleImageGrid {
    margin-bottom: 24.074vw;
  }
  .doubleImageGrid .imageWrapper:last-child {
    top: 9.259vw;
  }
}
@media all and (max-width: 580px) {
  .doubleImageGrid {
    margin-bottom: 34.483vw;
    justify-content: normal;
    grid-template-columns: 1fr;
  }
  .doubleImageGrid .imageWrapper:first-child,
  .doubleImageGrid .imageWrapper:last-child {
    width: 100%;
    height: 100%;
  }
  .doubleImageGrid .imageWrapper:first-child .innerImage img,
  .doubleImageGrid .imageWrapper:last-child .innerImage img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
  }
  .doubleImageGrid .imageWrapper:last-child {
    top: 8.621vw;
  }
}
