.cgal-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cgal-track {
  display: flex;
  animation: marquee linear infinite;
  width: max-content;
}

.cgal-item {
  flex: 0 0 auto;
  margin-right: 10px;
}

.cgal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.caroussel-gallery img {
  pointer-events: auto;
  user-drag: none;
  -webkit-user-drag: none;
}
