.pl-sn-loops .loops-post {
  padding: 0 0 1.4em;
}
.pl-loops.left {
  text-align: left;
  float: left;
}
.pl-loops.right {
  text-align: right;
  float: right;
}
.pl-loops.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pl-loops-link {
  color: inherit;
  opacity: .6;
}
.pl-loops-link:hover {
  opacity: 1;
  text-decoration: none;
  color: inherit;
}
.pl-loops-thumb img {
  max-width: 100%;
}
