/* Multiverse uses background-image tiles on the <a.image> and hides the <img> */
#main .thumb > a.image {
  background-position: 50% 50%;
  background-size: cover;
}

/* Per-photo overrides */
#main .thumb.focus-top > a.image    { background-position: 50% 15%; }
#main .thumb.focus-bottom > a.image { background-position: 50% 85%; }
#main .thumb.focus-left > a.image   { background-position: 20% 50%; }
#main .thumb.focus-right > a.image  { background-position: 80% 50%; }
