@media (max-width: 767px) {
  .portfolio-item__content {
    padding: 12px;
  }

  .portfolio-item__title {
    font-size: 16px;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .portfolio-item__subtitle {
    display: none;
  }

  .gallery--carousel .owl-stage {
    touch-action: pan-y;
  }

  #lightbox-prev,
  #lightbox-next {
    display: none !important;
  }
}
