.spfg-gallery {
  overflow: hidden; }
  .spfg-gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .spfg-gallery ul li {
      display: block;
      margin-right: 2rem; }
  .spfg-gallery img {
    display: block;
    height: 12.5rem;
    width: auto;
    max-width: 600rem; }
    @media (min-width: 55rem) {
      .spfg-gallery img {
        height: 23rem; } }
    .spfg-gallery img.shorter {
      height: 8rem; }
      @media (min-width: 55rem) {
        .spfg-gallery img.shorter {
          height: 14.25rem; } }
