  .text-overlay-photo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #000;
  margin-left: 0;
  margin-right: 0
}

.text-overlay-photo-block,
.text-overlay-photo-grid-message {
  position: relative;
  width: 100%;
  min-height: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3vw
}

.text-overlay-photo-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 75vw
}

.text-overlay-photo-grid-message {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 3.25rem 2.5rem
}

.text-overlay-photo-block-text {
  display: block;
  font-size: 7.25vw;
  line-height: .9;
  text-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.text-overlay-photo-grid-heading {
  font-family: "knockout 49 a", "knockout 49 b", ucf condensed alt, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: .95;
  text-transform: uppercase
}

@media(min-width:576px) {
  .text-overlay-photo-grid {
    margin-left: 0;
    margin-right: 0
  }

  .text-overlay-photo-block {
    padding: 2vw
  }

  .text-overlay-photo-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 35vw
  }

  .text-overlay-photo-grid-message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .text-overlay-photo-block-text {
    font-size: 3.75vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .text-overlay-photo-grid-heading {
    font-size: 6vw
  }
}

@media(min-width:768px) {

  .text-overlay-photo-grid-message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .text-overlay-photo-block {
    padding: 1.5vw;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 33.3333vw
  }

  .text-overlay-photo-block-text {
    font-size: 4vw
  }

  .text-overlay-photo-grid-heading {
    font-size: 5vw
  }
}

.text-overlay-photo-grid-content {
  font-size: 70%;
  line-height: 1.6
}

@media(min-width:992px) {
  .text-overlay-photo-grid-content {
    font-size: 1vw
  }

  .text-overlay-photo-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 33.33333vw
  }

  .text-overlay-photo-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    min-height: 16.667vw
  }

  .text-overlay-photo-grid-message~.text-overlay-photo-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    min-height: 25vw
  }

  .text-overlay-photo-grid-message {
    font-size: 1.5rem
  }

  .text-overlay-photo-grid-message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .text-overlay-photo-block-text {
    font-size: 3.25vw
  }

  .text-overlay-photo-grid-heading {
    font-size: 4vw
  }
}

@media(min-width:1200px) {
  .text-overlay-photo-block-text {
    font-size: 2.5vw
  }

  .text-overlay-photo-grid-message~.text-overlay-photo-block {
    min-height: 22vw
  }

  .text-overlay-photo-grid-heading {
    font-size: 3vw
  }
}
