/**
 * Intro grid with R and intro text
 */
@media screen and (min-width: 45em) {
  .intro-grid .column {
    margin-bottom: 0;
  }
  .intro-grid .column:first-child {
    width: 33.33%;
  }
  .intro-grid .column:last-child {
    width: 66.66%;
  }
  .intro-grid .column-remix {
    margin-bottom: 0;
  }
  .intro-grid .column-london {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .intro-grid .column:first-child {
    width: 15%;
  }
  .intro-grid .column:last-child {
    width: 85%;
  }
  .intro-grid .column-london {
    width: 100%;
  }
}

/* Image grid for featured projects */
.imagegrid {
  overflow: hidden;
  margin-right: -.5rem;
  font-size: 0;
}
.imagegrid-rev {
  direction: rtl;
}
.imagegrid-item {
  position: relative;
  display: inline-block;
  padding-right: .5rem;
  overflow: hidden;
  margin-bottom: .5rem;
}
.imagegrid-item .figure {
  position: absolute;
  top: 0;
  left: 0;
  right: .5rem;
  height: 100%;
}
.imagegrid-item .figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagegrid-group {
  width: 50%;
  display: inline-block;
}

/**
 * Teaser images grid
 */
/** ----- up to 400px wide ----- */
@media screen and (min-width: 10em) {
				.imagegrid-group {
				  width: 100%;
				  display: inline-block;
				}
				.imagegrid-item.big-square {
				  width: 100%;
				  padding-bottom: calc(100% + .5rem);
				}
				.imagegrid-item.square {
				  width: 100%;
				  padding-bottom: 100%;
				}
				.imagegrid-item.third {
				  width: 100%;
				  padding-bottom: 100%;
				}
				.imagegrid-item.landscape {
				  width: 100%;
				  padding-bottom: 50%;
				}
				.imagegrid-group .imagegrid-item.square {
				  width: 100%;
				  padding-bottom: 100%;
				}
}
/** ----- over 400px wide ----- */
@media screen and (min-width: 25em) {
				.imagegrid-item.square {
				  width: 100%;
				  padding-bottom: 100%;
				}
				.imagegrid-item.landscape {
				  width: 100%;
				  padding-bottom: 50%;
				}
				.imagegrid-group .imagegrid-item.square {
				  width: 50%;
				  padding-bottom: 50%;
				}
}
/** ----- over 720px wide ----- */
@media screen and (min-width: 40em) {
				.imagegrid-group {
				  width: 100%;
				  display: inline-block;
				}
				.imagegrid-item.big-square {
				  width: 100%;
				  padding-bottom: calc(100% + .5rem);
				}
				.imagegrid-item.landscape {
				  width: 100%;
				  padding-bottom: 50%;
				}
				.imagegrid-item.third {
				  width: 33.33%;
				  padding-bottom: 33.33%;
				}
				.imagegrid-group .imagegrid-item.square {
				  width: 100%;
				  padding-bottom: 50%;
				}
				.imagegrid-group .imagegrid-item.landscape {
				  width: 100%;
				  padding-bottom: 50%;
				}
}
/** ----- over 720px wide ----- */
@media screen and (min-width: 60em) {
				.imagegrid-item.big-square {
				  width: 100%;
				  padding-bottom: calc(100% + .5rem);
				}
				.imagegrid-item.square {
				  width: 25%;
				  padding-bottom: 25%;
				}
				.imagegrid-item.landscape {
				  width: 50%;
				  padding-bottom: 25%;
				}
				.imagegrid-item.third {
				  width: 33.33%;
				  padding-bottom: 33.33%;
				}
				.imagegrid-group .imagegrid-item.square {
				  width: 25%;
				  padding-bottom: 25%;
				}
				.imagegrid-group .imagegrid-item.landscape {
				  width: 100%;
				  padding-bottom: 50%;
				}
}
/** ----- over 1120px wide ----- */
@media screen and (min-width: 70em) {
				.imagegrid-group {
				  width: 50%;
				  display: inline-block;
				}
				.imagegrid-item.big-square {
				  width: 50%;
				  padding-bottom: calc(50% + .5rem);
				}
				.imagegrid-item.square {
				  width: 25%;
				  padding-bottom: 25%;
				}
				.imagegrid-group .imagegrid-item.square {
				  width: 50%;
				  padding-bottom: 50%;
				}
}
/** ----- over 1440px wide ----- */
@media screen and (min-width: 90em) {
}
/** ----- over 1920px wide ----- */
@media screen and (min-width: 120em) {
}



/* Info text grid */
@media screen and (min-width: 60em) {
  .info-grid .column {
    width: 33.33%;
    margin-bottom: 0;
  }
}

/* Opening titles grid */
@media screen and (min-width: 60em) {
  .titles-grid .column {
    width: 50%;
    margin-bottom: 0;
  }
}

