.footer-menu {
    position: fixed;
    top: 100vh;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

@media (max-width: 1024px) {
  .vertical-menu .main-menu .nav.menu > li {
  		display: inline-block;
  }
}



@media (min-width: 1024px) {
     #item-1686914712159 .ba-slideshow-dots {
         rotate: 90deg;
         width: auto;
         right: 1px;
         bottom: 48vh;
     }
}


.marquee-content {
  white-space: nowrap;
  animation: move 44s linear infinite !important;
}

@keyframes move {
  from {
    left: 0;
  }
  to {
    left: -200vw;
  }
}
/* */
/* */
.ba-overlay-section-backdrop.lightbox .ba-section {
     margin: 0 !important;
}



#item-1686960263035 .close-overlay-section i{
        position: absolute;
     top: 30px;
     right: 30px;
}
/* */
/* SEPIA */
#item-1685910409243 .ba-instagram-image > * {
    --transition-duration: 0.3s;
    filter: sepia(0.4);
}
/* */