/*Thumbnails*/

.thumbnails .content {
  position: relative;
}
.thumbnails.overlay .header {
  width: 70%;
  height: 60%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  color: #fff;
  text-align: center;
  top: 0; left: 0; bottom: 0; right: 0;
}
.thumbnails.overlay .title a {
  color: #fff;
  display: block;
  padding: 3px;
}
.thumbnails.overlay .title a:hover {
  text-decoration: none;
}
.thumbnails.overlay .title {
  background: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  font-size: 15px;
  margin: 10px 0 0 0;
  line-height: 30px;
  transition: background 200ms ease-in;
  -webkit-font-smoothing: subpixel-antialiased;
}
.thumbnails.overlay .title:hover {
  background: rgba(0, 0, 0, 0.6);
}
.thumbnails.overlay .alias {
   background: rgba(0, 0, 0, 0.3);
   font-size: 13px;
   transition: background 200ms ease-in;
}
.thumbnails.overlay .alias:hover {
   background: rgba(0, 0, 0, 0.2);
}
.thumbnails .author {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}
.thumbnails .meta {
  background: #fff;
  padding: 10px;
  color: #838383;
}
.thumbnails.basic .thumbnail {
  border: none;
  box-shadow: none;
}
.thumbnail:hover {
  opacity: 0.9
}
.thumbnail {
  transition: opacity 200ms ease-in;
}
