.elementor-6853 .elementor-element.elementor-element-1be642a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-d787c70 */.gallery-marquee {
  overflow: hidden;
  cursor: grab;
}

.gallery-marquee:active {
  cursor: grabbing;
}

.track {
  display: flex;
  width: max-content;
  user-select: none;
}

.track img {
  width: 300px;
  margin-right: 10px;
  pointer-events: auto;
}

/* lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}


/* 關閉按鈕 */
.lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  z-index: 10001;
}
/* 手機版（768以下可自行調整） */
@media (max-width: 768px) {
  .gallery-marquee .track img {
    width: calc(50vw - 10px); /* 2張圖 */
    flex-shrink: 0;
  }
}/* End custom CSS */