@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  div.overlay > h2.post-title > a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1023px) {
  div.overlay > h2.post-title {
    height: 92px;
    overflow: hidden;
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 770px) and (max-device-width: 1023px) {
  div.overlay > h2.post-title {
    height: 92px;
    overflow: hidden;
    font-size: 20px;
  }
}
