body {
  padding: 20px;
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  color: #333;
  background-color: #fafafa;
}

.divider {
  margin: 20px 0 20px 0;
  border-top: 1px #ccc dashed;
}

.logo {
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
  width: 149px;
  height: 109px;  
}

/*
  https://css-tricks.com/design-considerations-text-images
  http://codepen.io/aniketpant/pen/DsEve
*/
.image-link {
  height: 200px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: left top;
}

.image-link > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}

.image-link > header::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-link > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(70, 70, 70, 0.25)
}

.image-link > header > h4 {
  margin: 0;
  color: #fcfcfc;
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.image-box-office {
  background-image: url('/img/box-office.png');
}

.image-wilco-shows {
  background-image: url('/img/wilco-shows.png');
}

.image-nba-salaries {
  background-image: url('/img/nba-salaries.png');
}