@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
body {
  font-family: 'Montserrat', sans-serif;
  background: #e4e7ed;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.honeycomb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;    
  margin-bottom: 30px;
  padding: 0;
  /* -webkit-transform: translateY(34.375px);
          transform: translateY(34.375px); */
}
.honeycomb-cell {
  flex: 0 1 150px;
  max-width: 150px;
  height: 87px;
  margin: 37.80269636213904px 7.5px 15px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.honeycomb-cell.left {
  margin-left: 90px;
}
.honeycomb-cell__title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.75em;
  transition: opacity 350ms;
}
.honeycomb-cell__title > small {
  font-weight: 300;
  margin-top: 0.25em;
}
.honeycomb-cell__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.honeycomb-cell::before, .honeycomb-cell::after {
  content: '';
}
.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.honeycomb-cell::before {
  background: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.honeycomb-cell::after {
  background: #007aff;
  opacity: 0.5;
  transition: opacity 350ms;
}
.honeycomb-cell:hover .honeycomb-cell__title {
  opacity: 0;
}
.honeycomb-cell:hover::before {
  background: #007aff;
}
.honeycomb-cell:hover::after {
  opacity: 0;
}
.honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 150px;
  margin: 0 7.5px;
}

/* @media (max-width: 550px) {
  .honeycomb-cell {
    margin: 47px 15px;
  }
}
@media (min-width: 550px) and (max-width: 825px) {
  .honeycomb-cell:nth-child(3n) {
    margin-right: calc(50% - 72px);
    margin-left: calc(50% - 72px);
  }

  .honeycomb__placeholder:nth-child(3n + 5) {
    display: block;
  }
}
@media (min-width: 825px) and (max-width: 1170px) {
  .honeycomb-cell:nth-child(7) {
    margin-left: calc(50% - 470px);
  }
  .honeycomb-cell:nth-child(11) {
    margin-right: calc(50% - 470px);
  }
  .honeycomb-cell:nth-child(18) {
    margin-left: calc(50% - 470px);
  }
  .honeycomb-cell:nth-child(22) {
    margin-right: calc(50% - 470px);
  }
  .honeycomb-cell:nth-child(29) {
    margin-left: calc(50% - 470px);
  }
  .honeycomb-cell:nth-child(33) {
    margin-right: calc(50% - 470px);
  }
  .honeycomb-cell:nth-child(40) {
    margin-left: calc(50% - 470px);
  }
  .honeycomb-cell:nth-child(44) {
    margin-right: calc(50% - 470px);
  }
}
@media (min-width: 1170px) {
  .honeycomb-cell:nth-child(8) {
    margin-left: calc(50% - 510px);
  }
  .honeycomb-cell:nth-child(21) {
    margin-left: calc(50% - 510px);
  }
  .honeycomb-cell:nth-child(34) {
    margin-left: calc(50% - 510px);
  }
  .honeycomb-cell:nth-child(47) {
    margin-left: calc(50% - 510px);
  }
  .honeycomb-cell:nth-child(13) {
    margin-right: calc(50% - 510px);
  }
  .honeycomb-cell:nth-child(26) {
    margin-right: calc(50% - 510px);
  }
  .honeycomb-cell:nth-child(39) {
    margin-right: calc(50% - 510px);
  }
  .honeycomb-cell:nth-child(52) {
    margin-right: calc(50% - 510px);
  } */

  /* .honeycomb-cell:nth-child(7n + 7), .honeycomb-cell:nth-child(7n + 5):nth-last-child(2) {
    margin-right: calc(50% - 231px);
  } */

  /* .honeycomb__placeholder:nth-child(7n + 7), .honeycomb__placeholder:nth-child(7n + 9), .honeycomb__placeholder:nth-child(7n + 11) {
    display: block;
  } */
}
