.text-link {
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  display: block;
  text-decoration: none;
  color: black;
}
.text-link.has-url {
  padding-top: 18px;
}
a.small-link {
  font-size: 12px;
  line-height: 14px;
  color: #0066EB;
  text-decoration: none;
}
.text-link.opacity:hover {
  opacity: .5;
}
.scroll-target {
  margin-bottom: 35px;
}
.archive-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
      text-align: center;
}
.archive-link img {
  height: 100%;
  width: 100%;
  vertical-align: bottom;
}
.archive-link div {
  height: 65px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, .75);
  color: #fff;
  transition: 0.3s;
}
.archive-link div.hover {
  background-color: #F14E23; /* vignelli-red */
}
.archive-link div p {
/*  font-weight: 700;*/
  font-size: 14px;
  line-height: 17px;
  padding: 5px;
  text-align: left;
}
.pagination {
  text-align: right;
}
.pagination span, .pagination a {
  cursor: pointer;
  color: #048DAD;
  text-decoration: none;
  line-height: 19px;
  font-size: 16px;
  font-weight: 700;
}

/* 425px */
/* 768px */
/* 992 */

@media only screen and (min-width: 425px) {
/*
  .archive-link {
    width: 100%;
    height: 100%;
  }
*/
}

@media only screen and (min-width: 768px) {
  .archive-link {
    width: 350px;
  }

  .archive-link:nth-child(odd) {
    margin-right: 41px;
  }

  .archive-link img {
    height: 350px;
    width: auto;
  }
}

@media only screen and (min-width: 1280px) {
  .archive-link:nth-child(odd) {
    margin-right: 0px;
  }

  .archive-link:nth-child(3n+1), .archive-link:nth-child(3n+2) {
    margin-right: 41px;
  }
}
