.section-videogallery {
  padding-top: 160px; }
  @media (max-width: 768px) {
    .section-videogallery {
      padding-top: 60px; } }
  .section-videogallery .prod-slide {
    max-height: 570px; }
    .section-videogallery .prod-slide .slider-prod .item:after {
      opacity: 0;
      -webkit-transition: cubic-bezier(0, 0.97, 0.43, 1);
      transition: cubic-bezier(0, 0.97, 0.43, 1); }
    .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black .text {
      text-align: left;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 30px; }
      .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black .text .data-video {
        font-size: 15px; }
      .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black .text h4 {
        font-size: 28px;
        font-weight: 400;
        margin: 15px 0 0 0; }
      @media (max-width: 768px) {
        .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black .text {
          text-align: center;
          padding: 15px; }
          .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black .text .data-video {
            font-size: 14px; }
          .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black .text h4 {
            font-size: 20px;
            margin-top: 6px; } }
    .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black img.frame {
      height: 482px; }
      @media (max-width: 1560px) {
        .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black img.frame {
          height: 382px; } }
      @media (max-width: 768px) {
        .section-videogallery .prod-slide .slider-prod .item .wrap .bg-black img.frame {
          height: 189px; } }
    .section-videogallery .prod-slide .slider-prod .item.slick-active:after {
      opacity: 1; }

.filtri-video .filtri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .filtri-video .filtri:before {
    display: none; }
  .filtri-video .filtri .select, .filtri-video .filtri .input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    width: 30%; }
    .filtri-video .filtri .select .trigger, .filtri-video .filtri .input .trigger {
      width: 100%; }
  @media (max-width: 576px) {
    .filtri-video .filtri {
      display: block;
      margin: 0; }
      .filtri-video .filtri .select, .filtri-video .filtri .input {
        max-width: 100%;
        width: 100%; } }

.result-gallery {
  visibility: visible; }
  .result-gallery .item {
    margin-bottom: 60px; }
    .result-gallery .item .img {
      position: relative;
      margin-bottom: 15px; }
      .result-gallery .item .img img {
        margin-bottom: 0; }
      .result-gallery .item .img svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .result-gallery .item .data-video {
      font-size: 15px;
      font-weight: 400;
      margin-bottom: 15px; }
    .result-gallery .item .titolo {
      font-weight: 400; }
    @media (max-width: 768px) {
      .result-gallery .item {
        margin-bottom: 40px; }
        .result-gallery .item .titolo {
          font-size: 18px !important; } }

.embed-yotube {
  position: relative;
  padding-top: 56.5%; }
  .embed-yotube iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0; }
/*# sourceMappingURL=landing-gallery.css.map */
