/* NAVBAR */
.lg-header,
.r-mute-butn {
  opacity: 0;
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/* width */
.lg-living_card ::-webkit-scrollbar {
  width: 3px !important;
  height: 10px;
  position: absolute;
}
/* Track */
.lg-living_card ::-webkit-scrollbar-track {
  background-color: transparent;
}
/* Handle */
.lg-living_card ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5) !important;
  /* opacity: 0.5 !important; */
  border-radius: 100px;
}

/* DESKTOP MEDIA QUERY */
@media (max-aspect-ratio: 64/31) and (min-width: 991px) {
  [lg-vid-ratio] {
    width: 130%;
  }
}

@media (max-aspect-ratio: 1.6/1) and (min-width: 991px) {
  [lg-vid-ratio] {
    width: 150%;
  }
}

@media (max-aspect-ratio: 1.4/1) and (min-width: 991px) {
  [lg-vid-ratio] {
    width: 160%;
  }
}

/* TABLET MEDIA QUERY */
@media only screen and (max-width: 991px) {
  [lg-vid-ratio] {
    width: 140%;
  }
}

@media only screen and (max-width: 767px) {
  [lg-vid-ratio] {
    width: 130%;
  }
}