.post-tile {
  padding-top: 100%;
  font-family: "Barlow", Sans-serif;
  font-weight: 500;
  margin: 1px;
}

.post-tile-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px 10% 35px 10%;
}

.post-tile-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.post-tile-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.post-tile-title {
  flex-shrink: 1;
  line-height: 1.2em;
}

.small {
  flex-grow: 1;
}

.post-tile-divider {
  margin-top: 20px !important;
  width: 15%;
  border-style: solid none none none;
  border-width: 3px;
  flex-grow: 1;
}

.post-tile-footer {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-shrink: 1;
  cursor: pointer;
  margin-bottom: 2px;
  /* border-bottom: 1px solid #ffffff00; */
}

.post-tile-footer:hover {
  margin-bottom: 0px;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 759px) {
  .post-tile-title {
    font-size: 33px;
  }

  .small {
    font-size: 18px;
  }
}

@media only screen and (min-width: 760px) {
  .post-tile-title {
    font-size: 42px;
  }

  .small {
    font-size: 28px;
  }
}
