#related-products .carousel-cell {
  width: 25%;
  height: auto;
  margin-right: -1px;
}
#related-products .carousel-cell .card .card-thumb {
  width: 100%;
  height: 200px;
  background-size: contain !important;
  margin-bottom: 15px;
}
#related-products .carousel-cell .card .card-body .card-title {
  height: 3.6em;
  overflow: hidden;
}
#related-products .flickity-button {
  background: transparent;
}
#related-products .flickity-prev-next-button.previous {
  left: -40px;
}
#related-products .flickity-prev-next-button.next {
  right: -40px;
}
footer .logo-tripi-svg {
  display: block;
  width: 146px;
  height: 21px;
  background: url('../images/logo_tripi.svg') center center no-repeat;
  background-size: contain;
}
/* Hero */
.section-hero {
  position: relative;
}
.section-hero .hero-content {
  position: relative;
}
.section-hero .hero-content .hero-background {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.section-hero .hero-content .hero-background video {
  position: absolute;
  width: 1920px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-hero .hero-content .hero-caption {
  position: absolute;
  top: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: -webkit-linear-gradient(#333, rgba(0, 0, 0, 0));
  width: 100%;
  height: 50%;
}
@media (max-width: 540px) {
  .section-hero .hero-content .hero-background {
    height: 77vh;
  }
  .section-hero .hero-content .hero-background video {
    width: 1100px;
  }
  #related-products .carousel-cell {
    width: 80%;
    height: auto;
  }
}
@media (min-width: 540px) and (max-width: 720px) {
  .section-hero .hero-content .hero-background {
    height: 83vh;
  }
  .section-hero .hero-content .hero-background video {
    width: 1800px;
  }
}
