.elementor-7682 .elementor-element.elementor-element-a9404e9{--display:flex;--min-height:692px;}/* Start custom CSS for html, class: .elementor-element-a849330 */.elementor-7682 .elementor-element.elementor-element-a849330 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}

.gallery {
  display: flex;
  gap: 15px;
}

.gallery_line {
  display: flex;
  flex-direction: column;
  gap: 1vw;
      flex: 1;
  height: fit-content;
  animation: slide 30s linear infinite;
}

.gallery_line:nth-child(2) {
  animation-direction: reverse;
}


@keyframes slide {
  0 { transform: translatey(0); }
  100% { transform: translatey(-80%); }
}

@media (max-width: 767px){
    .elementor-7682 .elementor-element.elementor-element-a849330 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100vw;
  height: 30vh;
  overflow: hidden;
}

}/* End custom CSS */