/*
Theme Name: Lightning Child
Template: lightning
*/

.carousel-inner {
  aspect-ratio: 1280/349;
}

.slide-text-set .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.slide-text-title {
  width: auto;
  padding: 15px;
  background: rgba(255,255,255,0.85);
  border-radius: 5px;
}

.slide-text-caption {
  width: auto;
  padding: 10px;
  background: rgba(255,255,255,0.8);
  border-radius: 5px;
}

.slide-text-set .btn {
  color: #fff !important;
  background-color: #1b8aa6 !important;
  border-color: #1b8aa6 !important;
}

#gMenu_outer {
}

#menu-item-675 {
  position: absolute;
  top: -50px;
  right: 0;
  border: solid 1px #333;
  border-radius: 10px;
}

.gMenu > li#menu-item-675:before {
  display: none;
}

@media screen and (max-width: 767.98px) {

  .carousel-inner {
    aspect-ratio: 16 / 9;
  }

  .carousel-item {
    height: 100%;
  }

  .slide picture {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .slide a>img, .slide a>picture>img, .slide img, .slide picture>img {
    max-width: 5000px;
    height: 100%;
    object-fit: cover;
  }

  .slide .btn-ghost {
    font-size: 3vw;
  }

}
