body > * + * {
  margin-top: 0rem; }

h2,
h3 {
  font-weight: bold; }

section > * + * {
  margin: 0;
  margin-bottom: 3rem; }

figure {
  --entry-height: 10em;
  min-height: var(--entry-height); }
  figure > :first-child {
    margin-right: 1em; }
  figure figcaption h3 {
    margin-top: 0; }
  figure figcaption p {
    margin-bottom: 0; }

.figure-large {
  flex-direction: column; }

.img-container,
.img-container-large {
  position: relative;
  overflow: hidden; }
  .img-container img,
  .img-container-large img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%); }

.img-container {
  float: left;
  height: var(--entry-height);
  width: var(--entry-height);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.img-container-large {
  width: 100%;
  height: 30.5em; }
