.cms-anchor-wrapper .link-block {
  cursor: pointer;
}
.glightbox-container {
  .gslide-media {
    width: 80vw !important;
    @media screen and (max-width: 991px) {
      width: 100vw !important;
    }

    @media screen and (max-width: 767px) {
      height: 100svh !important;
      height: 100dvh !important;
      max-height: unset;

      /* .ginlined-content {
        padding: 0;
      } */
      .collection-item,
      .grid-slider {
        min-height: 100svh !important;
        min-height: 100dvh !important;
      }

      .heading-block {
        margin-top: 0;
        margin-bottom: 10px;
      }
    }
  }
}
