.firstImage {
  height: 90vh;
  width: 100vw;
  background-image: url("/assets/img/photos/0-sfondo-min.jpg");
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
.container-button {
  background: white;
  display: flex;
  align-items: center;
  justify-items: center;
  padding: 5px;
  border-radius: 100px;
}
.overlay-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 5%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
}

.gallery,
.slider-container,
.carousel {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  height: 100%;
  width: unset !important;
}

.btn-close-container {
  position: absolute;
  top: 10px;
  /* bottom: 0; */
  right: 20px;
  z-index: 10;
  /* display: flex;
  align-items: baseline;
  justify-content: center;
  width: 15%;
  height: 15%; */
  padding: 0;
  color: #fff;
  /* text-align: center;
  background: 0 0;
  border: 0; */
}
.btn-x {
  /* position: absolute;
  top: 60px;
  right: 60px; */
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  color: black;
  opacity: 0.5;
}

.gallery .carousel-item {
  height: 100%;
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.gallery-btn {
  position: absolute;
  top: 5vh;
  right: 2.5vw;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 100%;
  cursor: pointer;
}

.gallery-btn i {
  color: #b26b62;
  font-size: 1.5rem;
}

.gallery-btn:hover {
  background-color: #b26b62;
}
.gallery-btn:hover i {
  color: white;
}

@media screen and (max-width: 767px) {
  .firstImage {
    height: 90vh;
    background-image: url("/assets/img/photos/0-sfondo-min.jpg");
    background-position: 10% 40%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .gallery-btn {
    position: absolute;
    top: 5vh;
    right: 5vw;
  }
}

/* .VueCarousel,
.VueCarousel-inner,
.VueCarousel-slide {
  width: 100%;
  height: 100% !important;
}

.firstSlide {
  flex-basis: 685px;
  visibility: visible;
}

.VueCarousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */
