#getTheLookWidget {
  padding: 15px 0;
}
#getTheLookWidget .photo-container {
  margin: 0 -3px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 15px 0;
}
#getTheLookWidget .photo {
  flex: 0 0 50%;
  width: 50%;
  padding: 3px;
}
#getTheLookWidget .photo-inner {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#getTheLookWidget .photo-inner img {
  width: 100%;
  height: auto;
}
#getTheLookWidget .photo-inner .category-title {
  position: absolute;
  z-index: 10;
  font-weight: bold;
  color: #fff;
  left: 15px;
  bottom: 15px;
  max-width: calc(100% - 15px);
}

@media (min-width: 992px) {
  #getTheLookWidget .photo {
    flex: 0 0 25%;
    width: 25%;
  }
}

/*# sourceMappingURL=get-the-look-widget.css.map*/