.showtime-default .showtime-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.showtime-default .showtime-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
}

.showtime-default .showtime-image a {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

@media (min-width: 576px) {
  .showtime-default .showtime-image {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .showtime-default .showtime-image {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .showtime-default .showtime-image {
    width: 25%;
  }
}
