.studies-page {
  min-width: 100vw;
  min-height: 100vh;
  background: var(--color-bg);
}

.examples-note {
  padding: 0 1em 3em 1em;
  width: 50%;
}

.cs-row {
  width: 100%;
  padding: 1em;
  display: flex;
  justify-content: flex-end;
}

.cs-item {
  width: 30%;
  margin-right: 20%;
}

.cs-item .cs-copy {
  padding-top: 0.75em;
}

.cs-item-sm {
  width: 25%;
  margin-right: 10%;
  overflow: hidden;
  background: var(--color-accent-bg);
}

.cs-item-sm .cs-img {
  position: relative;
  height: 500px;
}

.cs-item-sm .cs-img img {
  transform: scale(0.5);
}

.cs-item-sm .cs-copy {
  position: absolute;
  bottom: 1em;
  left: 1em;
}

@media (max-width: 900px) {
  .examples-note {
    width: 100%;
  }

  .cs-item {
    width: 100%;
    margin-right: 0;
  }

  .cs-item-sm {
    margin-right: 0;
  }
}

/* the small example card: a half-size plate floating in the yellow card, where the template scaled a photo down */
.cs-item-sm .cs-img .plate {
  position: absolute;
  top: 18%;
  left: 25%;
  width: 50%;
  height: 50%;
}
