.two-stacked-block {
  position: relative;
}

.two-stacked-block .stacked-block {
  position: relative;
  background: transparent no-repeat center top;
  background-size: 100%;
}

.two-stacked-block .content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.two-stacked-block .content-container > * {
  text-align: center;
}

.two-stacked-block .content-container h2 {
  font-size: 2.000em;
  text-align: center;
  margin: 0.15em 0;
  text-transform: uppercase;
  color: #000000;
}

.two-stacked-block .content-container h3 {
  font-size: 1.538em;
  font-style: italic;
  text-align: center;
  margin: 0.15em 0;
  text-transform: uppercase;
  color: #000000;
}

.two-stacked-block .content-container p {
  font-size: 1.385em;
  text-align: center;
  margin: 0.3em 0;
  color: #000000;
}

.two-stacked-block .content-container .white {
  color: #FFFFFF;
}

.two-stacked-block .full-block-link {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-decoration: none;
  z-index: 1;
}

.two-stacked-block img {
  display: block;
  width: 100%;
  height: auto;
}

