header {
  z-index: 1002;
}

.press-post {
  border-bottom: solid 1px #E3E3E3;
  position: relative;
}

.press-post h1 {
  font-family: "NHaasGroteskTXStd-75Bd";
  font-size: 22px;
  color: #1C1C1C;
  letter-spacing: -0.55px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 4px;
  z-index: 1001;
}

.press-post p {
  font-family: "NHaasGroteskTXStd-75Bd";
  font-size: 12px;
  color: #1C1C1C;
  letter-spacing: 0;
  line-height: 20px;
}

.press-post .press-post-info a {
  display: none;
  font-family: "NHaasGroteskTXStd-75Bd";
  font-size: 12px;
  color: #1C1C1C;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 20px;
  z-index: 1001;
  opacity: 0;
  -moz-transition: .24s opacity;
  transition: .24s opacity;
}

.press-post .press-post-info {
  color: inherit;
  display: block;
  position: relative;
  text-decoration: none;
  padding-top: 49px;
  padding-bottom: 28px;
}

.press-post .press-post-info .title-link {
  opacity: 1;
}


.press-post .press-post-info:hover h1 {
  z-index: 1003;
  opacity: 1;
}

.press-post .press-post-info:hover a {
  opacity: 1;
  /*z-index: 1003;*/
}

.press-post .press-post-info:hover .press-mobile-wrap {
  opacity: 1;
}

.press-slash {
  margin-left: 2px;
  margin-right: 2px;
  font-family: 'NHaasGroteskTXStd-55Rg';
}

.press-post .press-post-info p {
  z-index: 1001;
  font-family: "NHaasGroteskTXStd-55Rg";
  font-size: 10px;
  color: #1C1C1C;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
  position: relative;
}

.press-post .press-post-info + .preview-overlay {
    pointer-events: none;
    position: absolute;
    top: 49.5%;
    left: 50%;
    z-index: 1000;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -moz-transition: .24s opacity;
    transition: .24s opacity;
}

.press-post .press-post-info:hover + .preview-overlay {
    opacity: 1;
    z-index: 1002;
    -moz-transition-duration: .24s;
    transition-duration: .24s;
}

.press-post .press-post-info + .preview-overlay .row {
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.press-post .press-post-info + .preview-overlay h1 {
  font-size: 22px;
  color: #1C1C1C;
  letter-spacing: -0.55px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.press-post .press-post-info + .preview-overlay img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    max-height: 250px;
    object-fit: cover;s
}

.press-post .detail {
  font-family: "NHaasGroteskTXStd-55Rg";
  font-size: 10px;
  color: #1C1C1C;
  letter-spacing: 0;
  line-height: 20px;
}

.press-post > div:last-child span {
  float: right;
}

section div.title span.detail {
  margin-top: 49px;
}

.press .pager {
  margin-top: 80px;
  margin-bottom: 80px;
}


.press .pager .previous-wrap .previous {
  text-align: left;
}

.press .pager .pagination-container a,
.press .pager .pagination-container .current {
    font-family: "NHaasGroteskTXStd-75Bd";
    font-size: 10px;
    color: rgb(28, 28, 28);
    letter-spacing: 0px;
    font-style: normal;
    line-height: 12px;
}

.press .pager .previous_page {
    float: left;
    padding-left: 15px;
    font-family: "NHaasGroteskTXStd-75Bd";
    font-size: 10px;
    color: rgb(28, 28, 28);
    letter-spacing: 0px;
    line-height: 12px;
    margin-top: 6px;
}

.press .pager .pagination-container em,
.press .pager .pagination-container a {
    padding-left: 5px;
    padding-right: 5px;
}

.press .pager .next_page {
    float: right;
    padding-right: 15px;
    font-family: "NHaasGroteskTXStd-75Bd";
    font-size: 10px;
    color: rgb(28, 28, 28);
    letter-spacing: 0px;
    line-height: 12px;
    margin-top: 6px;
}

.press .pager .pagination-container em {
  position: relative;
}

.press .pager .pagination-container em:after{
  content: "";
  left: 0px;
  margin-top: calc(0.300em / 2 * -1);
  position: absolute;
  width: 80%;
  right: 0;
  left: 10%;
  color: black;
  top: 50%;
  height: 2px;
  background-color: black;
  transform: translate(0, -50%);
  animation: stroke 0.3s linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (min-width: 1200px) {
  .container {
      width: 970px !important;
      max-width: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .press-post .press-post-info + .preview-overlay img {
      min-height: 250px;
      height: 300px;
  }

  .press-post:hover .preview-overlay {
      opacity: 1;
      z-index: 1002;
      -moz-transition-duration: .24s;
      transition-duration: .24s;
  }

  .press-post:hover h1 {
    z-index: 1003;
  }

  .press-post:hover a {
    opacity: 1;
    z-index: 1003;
  }

  .preview-overlay {
    display: none;
  }

  .press-post .press-post-info h1 {
    font-family: "NHaasGroteskTXStd-75Bd";
    font-size: 22px;
    color: #1C1C1C;
    letter-spacing: -0.55px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
    z-index: 1001;
  }
}

@media /*(min-width: 320px) and */ (max-width: 767px) {
  .press-post h1 {
    font-size: 14px;
    letter-spacing: -0.35px;
    line-height: 18px;
    margin-bottom: 9px;
  }

  .press-post .press-post-info + .preview-overlay img {
      min-height: 180px;
      height: 240px;
  }

  .press-post .press-post-info:hover h1 {
    z-index: 1003;
  }

  .press-post:hover .preview-overlay {
      opacity: 1;
      z-index: 1002;
      -moz-transition-duration: .24s;
      transition-duration: .24s;
  }

  .press-post:hover h1 {
    z-index: 1003;
    margin-bottom: 9px;
  }

  .press-post:hover p {
    z-index: 1003;
  }

  .press-post:hover a {
    opacity: 1;
    z-index: 1003;
  }

  .press {
    padding-top: 40px;
  }

  .preview-overlay {
  display: none;
  }
}
