/* Custom Styles */
body#encore-theme {
    background-size: contain;
    background-position: 100% 0%;
    background-attachment: inherit;
    background-repeat: repeat;
}
.pod-list {
    list-style: none;
    margin: 20 0 0;
    padding: 0;
}
.pod-list li {
    display: inline-block;
    margin-right: 20px;
}
.pod-list li a img {
    max-width: 70px;
}
@media only screen and (max-width: 600px) {
  .pod-list li a img {
    max-width: 40px;
  }
}