.pl-sn-flicky-posts .pl-sn-pad {
  padding: 0;
  overflow: hidden;
}
.pl-sn-flicky-posts .pl-flicky-wrap {
  padding-bottom: 30px;
}
.pl-sn-flicky-posts .pl-flicky-wrap.pl-flicky-show-overflow .flickity-viewport {
  overflow: visible;
}
.pl-sn-flicky-posts .pl-flicky {
  width: 100%;
}
.pl-sn-flicky-posts .pl-flicky .pl-flicky-item {
  padding: 20px 10px 10px 10px;
}
.pl-sn-flicky-posts .pl-flicky .pl-flicky-item-12 {
  width: 100%;
}
.pl-sn-flicky-posts .pl-flicky .pl-flicky-item-6 {
  width: 50%;
}
.pl-sn-flicky-posts .pl-flicky .pl-flicky-item-4 {
  width: 33.3333%;
}
.pl-sn-flicky-posts .pl-flicky .pl-flicky-item-3 {
  width: 25%;
}
.pl-sn-flicky-posts .pl-flicky .pl-flicky-item-2 {
  width: 16.6666%;
}
.pl-sn-flicky-posts .flip-box {
  position: relative;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pl-sn-flicky-posts .flip-box .flip-box-front,
.pl-sn-flicky-posts .flip-box .flip-box-back {
  background-size: cover;
  background-position: center;
  min-height: 300px;
  height: auto;
  border-radius: 5px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.pl-sn-flicky-posts .flip-box .flip-box-front:after,
.pl-sn-flicky-posts .flip-box .flip-box-back:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  display: block;
  opacity: 0.7;
  background-color: #0a0a0a;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pl-sn-flicky-posts .flip-box .flip-box-front .inner,
.pl-sn-flicky-posts .flip-box .flip-box-back .inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: visible;
  padding: 20px;
  hyphens: auto;
  word-wrap: break-word;
  color: #fff;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transform: translateZ(60px) scale(0.94);
  -moz-transform: translateZ(60px) scale(0.94);
  -ms-transform: translateZ(60px) scale(0.94);
  transform: translateZ(60px) scale(0.94);
}
.pl-sn-flicky-posts .flip-box .flip-box-front .inner h1,
.pl-sn-flicky-posts .flip-box .flip-box-back .inner h1 {
  font-size: 1.6em;
}
.pl-sn-flicky-posts .flip-box .flip-box-front .inner h1 a:hover,
.pl-sn-flicky-posts .flip-box .flip-box-back .inner h1 a:hover {
  color: inherit;
}
.pl-sn-flicky-posts .flip-box .flip-box-front .inner p,
.pl-sn-flicky-posts .flip-box .flip-box-back .inner p {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}
.pl-sn-flicky-posts .flip-box .flip-box-front .inner .pl-btn,
.pl-sn-flicky-posts .flip-box .flip-box-back .inner .pl-btn {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.pl-sn-flicky-posts .flip-box .flip-box-front .inner .pl-btn:hover,
.pl-sn-flicky-posts .flip-box .flip-box-back .inner .pl-btn:hover {
  color: inherit;
}
.pl-sn-flicky-posts .flip-box:hover .flip-box-front,
.pl-sn-flicky-posts .flip-box:hover .flip-box-back {
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -moz-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.pl-sn-flicky-posts .flip-box .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pl-sn-flicky-posts .flip-box .flip-box-front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.pl-sn-flicky-posts .flip-box .flip-box-front i {
  margin-bottom: 20px;
  height: auto!important;
  display: block;
  width: auto!important;
}
.pl-sn-flicky-posts .flip-box.flipped .flip-box-front {
  -webkit-transform: rotateY(-180deg) !important;
  -moz-transform: rotateY(-180deg) !important;
  -ms-transform: rotateY(-180deg) !important;
  transform: rotateY(-180deg) !important;
}
.pl-sn-flicky-posts .flip-box.flipped .flip-box-back {
  -webkit-transform: rotateY(0deg) !important;
  -moz-transform: rotateY(0deg) !important;
  -ms-transform: rotateY(0deg) !important;
  transform: rotateY(0deg) !important;
}
@media (max-width: 768px) {
  .pl-sn-flicky-posts .pl-flicky-wrap {
    padding: 2em 1em;
  }
  .pl-sn-flicky-posts .pl-flicky-wrap .pl-flicky .pl-flicky-item-mobile-12 {
    width: 100%;
  }
  .pl-sn-flicky-posts .pl-flicky-wrap .pl-flicky .pl-flicky-item-mobile-6 {
    width: 50%;
  }
  .pl-sn-flicky-posts .pl-flicky-wrap .pl-flicky .pl-flicky-item-mobile-4 {
    width: 33.3333%;
  }
  .pl-sn-flicky-posts .pl-flicky-wrap .pl-flicky .pl-flicky-item-mobile-3 {
    width: 25%;
  }
  .pl-sn-flicky-posts .pl-flicky-wrap .pl-flicky .pl-flicky-item-mobile-2 {
    width: 16.6666%;
  }
}
