/* Prevent LeoSlideshow (iView) caption glitch before init */
.LeoSlideshow .tp-caption,
.LeoSlideshow .caption-contain {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Show captions only when slideshow is ready */
.LeoSlideshow.is-ready .tp-caption,
.LeoSlideshow.is-ready .caption-contain {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity .15s ease-in;
}


@media (max-width: 992px) {
  .navbar-nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #no-phone {
    display: none !important;
  }

}