.photowall {
  margin: 45px auto 0 auto;
  max-width: 1290px;
  padding: 0;
  width: 95%;
}

.photowall > .photo-row {
  display: flex;
  justify-content: space-between;
  margin: 18px 0;
}

.photowall > .photo-row:nth-child(1) {
  height: 250px;
}

.photowall > .photo-row:nth-child(2) {
  height: 270px;
}

.photowall > .photo-row:nth-child(3) {
  height: 265px;
}

.photowall > .photo-row:nth-child(4) {
  height: 320px;
}

.photowall > .photo-row > .image-block {
  width: 33.3%;
  margin: 0 9px;
}

.photowall > .photo-row > .image-block:first-child {
  margin-left: 0;
}

.photowall > .photo-row > .image-block:last-child {
  margin-right: 0;
}


#businesslike-laughter {
  background-image: url("/assets/images/photowall/businesslike-laughter.png");
}

#high-tech-bar-graph {
  background-image: url("/assets/images/photowall/high-tech-bar-graph.png");
}

#entrepreneurial-high-five {
  background-image: url("/assets/images/photowall/entrepreneurial-high-five.png");
}

.photowall > .photo-row > .image-block {
  background-size: 140%;
  background-position: top;
  transition: background-size .8s, background-position 2s;
}

.photowall > .photo-row > .zoomed {
  background-position: center;
  background-size: 130%;
}

.photowall > .tile-row > tile {
  width: 33.3%;
}

.photowall > .extended > tile {
  /*width: 30%;*/
}

.photowall > .hex-frame-container {
  position: relative;
}

/* the odd dimensions and margin are to compensate for the overflow
 * white border/padding */
.hex-frame-container > .hex-frame {
  width: 106.25%;
  margin-left: -3.125%;
}

.hex-frame-container > .lock-icon {
  height: 90px;
  left: 0;
  position: absolute;
  top: 640px;
  width: 100%;
  z-index: 1;
}

.hex-frame-container > .keeping-data-safe {
  color: #fff;
  font-size: 38px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 740px;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .hex-frame-container > .lock-icon {
    height: 90px;
    position: absolute;
    top: 840px;
    width: 100%;
    z-index: 1;
  }

  .hex-frame-container > .keeping-data-safe {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    position: absolute;
    top: 940px;
    z-index: 1;
  }
}

@media screen and (max-width: 1100px) {
  .hex-frame-container > .lock-icon {
    transform: translateY(-160px);
  }

  .hex-frame-container > .keeping-data-safe {
    transform: translateY(-160px);
  }
}

.photowall > .photo-row > #full-length {
  background-image: url("/assets/images/photowall/important-pointing.jpg");
  transition-delay: .7s;
  width: 100%;
}

.photowall > .photo-row > .text-block {
  align-items: center;
  background: linear-gradient(80deg, #2BBBEE, #21A0E6);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  justify-content: center;
  padding: 0 72px;
  transition: width 1s;
  width: calc(66.6% + 18px);
}

.photowall > .photo-row .text-block:nth-child(1) {
  margin-right: 9px;
}

.photowall > .photo-row .text-block:nth-child(2) {
  margin-left: 9px;
}

.photowall > .extended > .text-block {
  /*width: 60%;*/
}

.gang-of-professionals {
  background-image: url("/assets/images/photowall/gang-of-professionals.png");
  background-position: center;
  background-size: cover;
  transition: width 1s;

  margin-left: 9px;
}

.boss-makes-joke {
  background-image: url("/assets/images/photowall/boss-makes-joke.png");
  background-position: center;
  background-size: cover;
  transition: width 1s;

  margin-right: 9px;
}

.photowall-mobile {
  display: none;
  flex-direction: column;
  width: 100%;
}

.photowall-mobile > img {
  height: auto;
  width: 90%;
}

.mobile > .text-block {
  align-items: center;
  background: linear-gradient(80deg, #2BBBEE, #21A0E6);
  color: #fff;
  display: inherit;
  font-size: 30px;
  font-weight: 9000;
  height: 300px;
  margin: 12px 0 12px 0;
  padding: 0 8% 0 8%;
  justify-content: center;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  width: 74%;
}

.photowall-mobile > .six-walls {
  background: linear-gradient(80deg, #444, #222);
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .photowall {
    display: none;
  }
  .photowall-mobile {
    display: flex;
  }
}

@media screen and (max-width: 650px) {
  .photowall-mobile > img {
    transform: translateX(-2%);
  }

  .photowall-mobile > .text-block {
    transform: translateX(-2%);
  }
}

@media screen and (max-width: 480px) {
  .photowall-mobile > img {
    transform: translateX(-5%);
  }

  .photowall-mobile > .text-block {
    transform: translateX(-5%);
  }
}

@media screen and (max-width: 374px) {
  .photowall-mobile > img {
    transform: translateX(-9%);
  }

  .photowall-mobile > .text-block {
    transform: translateX(-9%);
  }
}
