﻿/* Load more buttons need spacing below */
.load-more {
  margin-bottom: 15px;
}
/* Article title spacing */
article .title {
  margin-top: 15px;
  font-size: 20px;
  min-height: 60.00000002px;
}
/* Style articles and article overlays */
article {
  margin-bottom: 1em;
}
article:hover .title {
  text-decoration: underline;
}
article:hover img {
  max-width: 105%;
}
article .pseudo-crop {
  border-radius: 4px;
}
article .title {
  min-height: unset;
}
article a {
  position: relative;
  display: block;
}
.article-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  text-shadow: 0 0 5px black;
  border-radius: 0 0 4px 4px;
}