.section-product-lifestyle-gallery {

  .section-product-lifestyle-gallery__carousel {
    @media screen and (min-width: 768px) {
      padding: 46px 4px;
    }
    @media screen and (min-width: 1024px) {
      padding: 46px 100px;
    }
  }

  .flickity-viewport {
    //transform: translateX(25%);
    //overflow: visible;
    @media screen and (min-width: 768px) {
      height: auto!important;
      transform: none;
      overflow: hidden;
      pointer-events: none;
    }

    .flickity-slider {
      @media screen and (min-width: 768px) {
        transform: translateX(0%)!important;
        display: flex;
        gap: 12px;
        position: relative;
      }
    }
  }

  .section-product-lifestyle-gallery__block {
    width: 50%;
    aspect-ratio: 4/5!important;
    padding: 0 3px;
    @media screen and (min-width: 768px) {
      position: relative !important;
      left: initial !important;
      flex: 1;
      padding: 0;
      pointer-events: auto;
      cursor: default;
    }

    img,
    video {
      display: block;
      border-radius: 15px;
      aspect-ratio: 4/5!important;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
    /* Override core.css code: */
    video::-webkit-media-controls-panel {
      opacity: 0!important;
    }
  }
}