.grid_spacing .pl-grams-item a {
  position: relative;
  margin: 10px;
}
.carousel .pl-grams-carousel {
  margin-bottom: 10px;
}
.carousel .pl-grams-carousel .flickity-slider {
  display: flex;
  align-items: center;
}
.carousel .pl-grams-carousel a {
  display: block;
  margin: 0 auto;
}
.carousel .pl-grams-carousel .pl-grams-item-12 {
  width: 100%;
}
.carousel .pl-grams-carousel .pl-grams-item-6 {
  width: 50%;
}
.carousel .pl-grams-carousel .pl-grams-item-4 {
  width: 33.3333%;
}
.carousel .pl-grams-carousel .pl-grams-item-3 {
  width: 25%;
}
.carousel .pl-grams-carousel .pl-grams-item-2 {
  width: 16.6666%;
}
@media only screen and (max-width: 768px) {
  .carousel .pl-grams-carousel .pl-grams-item-mobile-12 {
    width: 100%;
  }
  .carousel .pl-grams-carousel .pl-grams-item-mobile-6 {
    width: 50%;
  }
  .carousel .pl-grams-carousel .pl-grams-item-mobile-4 {
    width: 33.3333%;
  }
  .carousel .pl-grams-carousel .pl-grams-item-mobile-3 {
    width: 25%;
  }
  .carousel .pl-grams-carousel .pl-grams-item-mobile-2 {
    width: 16.6666%;
  }
}
.pl-grams-item {
  line-height: 1em;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.pl-grams-item a {
  display: block;
}
.pl-grams-item a img {
  display: block;
}
.pl-grams-item a .hover-text {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.pl-grams-item a .hover-text .pl-grams-meta {
  padding: 5px 10px;
  margin-bottom: 0;
  word-wrap: break-word;
}
.pl-grams-item a .hover-text:hover {
  opacity: .8;
}
