.showtime-default .showtime-gallery {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.showtime-default .showtime-image {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 33%;
  min-width: 150px;
  box-sizing: border-box;
  padding: 8px;
}

.showtime-default .showtime-image a {
  align-self: center;
}

.showtime-default .showtime-image img {
  outline: solid 1px transparent;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, .13) 0 1px 14px, rgba(0, 0, 0, .12) 0 0 0 1px;
}
