.jupix-properties .properties .panel.more-info {
  display: block !important;
}

.jupix-properties .properties .panel.more-info .tabs,
.jupix-properties .properties .panel.more-info #map {
  display: none !important;
}

/* Individual surround */
/* Individual surround */
.jupix-properties .properties .property {
  position: relative;
}
.jupix-properties .properties .property .image {
  max-width: 298px;
}
.jupix-properties .properties .property .image img {
  max-width: 298px;
}
.jupix-properties .properties .property .info button {
  display: none !important;
}
.jupix-properties .properties .property .tab-content .images.panel-body {
  padding: 0 !important;
  max-width: 300px;
  position: absolute;
  top: 50px;
  left: 33px;
}
.jupix-properties .properties .property .tab-content .images.panel-body > p {
  display: none !important;
}
.jupix-properties .properties .property .tab-content .images.panel-body ul {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 60px 0px 60px 0px 60px 0px 60px 0px 60px !important;
  grid-template-columns: repeat(5, 60px) !important;
  gap: 0px !important;
  width: 300px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}
.jupix-properties .properties .property .tab-content .images.panel-body ul li {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.jupix-properties .properties .property .tab-content .images.panel-body ul li:nth-child(n+7) {
  display: none !important;
}
.jupix-properties .properties .property .tab-content .images.panel-body ul li:nth-child(1) {
  -ms-grid-column-span: 5 !important;
  grid-column: span 5 !important;
  width: 302px !important;
  height: 230px !important;
  border: 2px solid white;
}
.jupix-properties .properties .property .tab-content .images.panel-body ul li:nth-child(1) img {
  width: 302px !important;
  height: 230px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
  border: 2px solid white;
}
.jupix-properties .properties .property .tab-content .images.panel-body ul li:not(:first-child) {
  width: 60px !important;
  height: 60px !important;
  border: 2px solid white;
}
.jupix-properties .properties .property .tab-content .images.panel-body ul li:not(:first-child) img {
  min-height: 60px !important;
  height: 60px !important;
  max-height: 60px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
}

/* Lightbox */
/* Lightbox */
/* Lightbox */
.property-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
}

.property-lightbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.property-lightbox-image {
  max-width: 90vw;
  max-height: 90vh;
}

.property-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.property-lightbox-prev,
.property-lightbox-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 60px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.property-lightbox-prev {
  left: 30px;
}

.property-lightbox-next {
  right: 30px;
}

@media only screen and (max-width: 1200px) {
  .jupix-properties .properties .property .description {
    width: 100% !important;
    max-width: 520px !important;
    margin-left: 45px !important;
  }
}
@media (max-width: 980px) {
  .jupix-properties .properties .property .image {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  /* Styles applied when the screen width is 980px or less */
  .jupix-properties .properties .property .info {
    width: 100%;
    min-width: 100%;
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: 20px !important;
  }
  .jupix-properties .properties .property .description {
    margin-left: 20px !important;
    width: 100% !important;
    max-width: 95% !important;
    padding-top: 0 !important;
  }
  .jupix-properties .properties .property .tab-content .images.panel-body {
    padding: 0 !important;
    max-width: 100%;
    position: absolute;
    top: 85px;
    left: 33px;
  }
  .jupix-properties .properties .property .image {
    max-width: 100%;
    width: 100%;
  }
}
.mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 667px) {
  .jupix-properties .properties .property .image img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 50%;
    height: 285px;
  }
  .jupix-properties .properties .property .info {
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px !important;
  }
  .jupix-properties .properties .property .tab-content .images.panel-body {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}