.grid_spacing .pl-tubepro-item .pl-tubepro-item-inner,
.carousel .pl-tubepro-item .pl-tubepro-item-inner {
  margin: 10px;
}
.grid_spacing .pl-tubepro-item .pl-tubepro-meta,
.carousel .pl-tubepro-item .pl-tubepro-meta {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.carousel .flickity-viewport {
  transition: all 0.2s ease-in-out;
}
.carousel .pl-tubepro-carousel {
  margin: 0 40px;
}
.carousel .flickity-prev-next-button {
  background: transparent;
}
.carousel .flickity-prev-next-button.previous {
  left: -50px;
}
.carousel .flickity-prev-next-button.next {
  right: -50px;
}
.carousel .pl-tubepro-carousel a {
  margin: 0 auto;
}
.carousel .pl-tubepro-carousel .pl-tubepro-item-12 {
  width: 100%;
}
.carousel .pl-tubepro-carousel .pl-tubepro-item-6 {
  width: 50%;
}
.carousel .pl-tubepro-carousel .pl-tubepro-item-4 {
  width: 33.3333%;
}
.carousel .pl-tubepro-carousel .pl-tubepro-item-3 {
  width: 25%;
}
.carousel .pl-tubepro-carousel .pl-tubepro-item-2 {
  width: 16.6666%;
}
@media only screen and (max-width: 768px) {
  .carousel .pl-tubepro-carousel .pl-tubepro-item-mobile-12 {
    width: 100%;
  }
  .carousel .pl-tubepro-carousel .pl-tubepro-item-mobile-6 {
    width: 50%;
  }
  .carousel .pl-tubepro-carousel .pl-tubepro-item-mobile-4 {
    width: 33.3333%;
  }
  .carousel .pl-tubepro-carousel .pl-tubepro-item-mobile-3 {
    width: 25%;
  }
  .carousel .pl-tubepro-carousel .pl-tubepro-item-mobile-2 {
    width: 16.6666%;
  }
}
.pl-tubepro-item {
  line-height: 1em;
  padding: 0;
  margin: 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;
}
.pl-tubepro-item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}
.pl-tubepro-item a img {
  display: block;
}
.pl-tubepro-item a .hover-text {
  transition: all 0.2s ease-in-out;
  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: transparent;
  overflow: hidden;
}
.pl-tubepro-item a .hover-text i {
  opacity: .6;
  transition: all 0.2s ease-in-out;
}
.pl-tubepro-item a .hover-text:hover i {
  opacity: 1;
}
.pl-tubepro-item .pl-tubepro-meta {
  padding: 20px;
  border-radius: 0 0 2px 2px;
  box-sizing: border-box;
}
.pl-tubepro-item .pl-tubepro-meta .title,
.pl-tubepro-item .pl-tubepro-meta .date,
.pl-tubepro-item .pl-tubepro-meta .description {
  word-wrap: break-word;
}
.pl-tubepro-item .pl-tubepro-meta .title {
  color: inherit;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 5px;
}
.pl-tubepro-item .pl-tubepro-meta .date,
.pl-tubepro-item .pl-tubepro-meta .description {
  font-size: .8em;
  line-height: 1.2em;
}
.pl-tubepro-item .pl-tubepro-meta .date {
  opacity: .5;
  font-weight: 500;
}
.pl-tubepro-item .pl-tubepro-meta .description {
  margin-top: 20px;
}
