#property {
  font-family: IBM Plex Sans;
  font-style: normal;
}
#property .section3 ul {
  list-style-position: outside;
  padding-left: 1.5em;
}
#property #hero {
  position: relative;
}
#property #hero .overlay {
  background: linear-gradient(
    0deg,
    rgba(51, 51, 51, 0.7),
    rgba(51, 51, 51, 0.7)
  );
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 100;
}
#property #hero .hero-copy {
  position: absolute;
  top: 0;
  bottom:0;
  width: 100%;
  height: 60vh;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
#property #hero #propertyTitle {
  z-index: 200;
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  letter-spacing: 1px;
  top: 46%;
  padding: 1rem;
  margin-bottom: 1rem;
}
#property #hero .details {
  z-index: 200;
  margin: auto;
  color: #fff;
  top: max(66%, calc(46% + 70px));
  left: 0;
  right: 0;
}
#property #hero .details ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
#property #hero .details ul li {
  list-style: none;
  float: left;
  color: #fff;
  padding: 1rem 2rem;
}
#property #hero .details ul li svg {
  display: block;
  margin: 0 auto 5px;
  fill: #fff;
}
#property #hero .details .price {
  clear: both;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-top: 55px;
}
#property .contentContainer {
  width: 750px;
  max-width: 100vw;
  text-align: left;
  margin: 10px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
#property #hero .address {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  z-index: 200;
  width: 100%;
  top: 58%;
}
#property .detailsRepeat ul li {
  list-style: none;
  display: block;
  text-align: left;
}
#property .detailsRepeat ul li svg {
  fill: #000 !important;
  margin-right: 15px;
}
#property .detailsRepeat .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}
#property .detailsRepeat .price {
  clear: both;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  margin-top: 25px;
}
#property #bottomSection {
  background: #eaeef0;
  padding-bottom: 75px;
  padding-top: 75px;
  width: 100% !important;
  margin-top: 70px;
  text-align: left;
}
#property #bottomSection .section3,
#property #bottomSection .agent {
  width: 750px;
  max-width: 100vw;
  margin: 0 auto;
  padding: 40px 0;
}
#property #bottomSection .agent {
  height: 290px;
  padding: 20px;
}
#property #bottomSection .agent > div:first-child {
  text-align: right;
}
#property #bottomSection .agent img {
  height: 240px;
  width: 240px;
  border-radius: 50%;
}
#property #bottomSection ul {
  list-style-position: outside;
  margin-left: 15px;
}
#property .contentContainer .text ul li {
  list-style-type: disc;
}
#property .contentContainer .text ul {
    line-height: 18px;
}
#property #bottomSection .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}
.glide-peak-before {
    background-color: rgba(0,0,0,.5);
    height: 89%;
    width: 40px;
    position: absolute;
    z-index: 201;
    margin-top: 41px;
}
.glide-peak-after {
    background-color: rgba(0,0,0,.5);
    height: 89%;
    width: 40px;
    position: absolute;
    z-index: 201;
    margin-top: 41px;
    right: 0;
}
#property #hero .heroBackground {
    background-position: center center;
    background-size: cover;
    height: 78vh;
    max-height: 650px;
    overflow: hidden;
    position: relative;
}
#property #hero .heroBackground img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.slider-container {
  width: calc(80vw - 80px);
  margin: auto;
  max-width: 750px;
}
.slider-controls {
  position: absolute;
  right: -90px;
  width: 80px;
  text-align: center;
}
.slider-controls > div {
  white-space: nowrap;
}
.slider-controls .slider-button {
  margin-bottom: 1rem;
}
.slider-controls .slider-button .slider-button-label {
  white-space: nowrap;
}
.glide__track {
  height: 750px;
  max-height: 80vw;
}
#image-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  place-content: flex-start;
  justify-content: space-between;
}
#image-grid .image-grid-image {
  width: 28%;
  margin: 5px;
}
#video-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
}
#video-grid iframe {
  max-width: 100%;
}
.hide {
  display: none !important;
}

@media (max-width: 1024px) {
  #property #hero #propertyTitle {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

@media (max-width: 414px) {
  .mobilePadding {
    padding: 1rem;
  }
  #property #hero #propertyTitle {
    font-size: 3rem;
    white-space: wrap !important;
  }
  #property #bottomSection .agent > div:first-child {
    text-align: center;
  }
  #property #bottomSection .agent > div:last-child > div {
    text-align: center;
    width: 100%;
    padding-top: 1rem;
  }
  .glide__track {
    height: 80vw;
    margin-top: 20vw;
  }
  #image-grid {
    min-height: 80vw;
    margin-top: 20vw;
    padding-top: 3rem;
  }
  #image-grid .image-grid-image {
    width: 28%;
    margin: 0.5rem;
  }
  #video-grid {
    min-height: 80vw;
    margin-top: 20vw;
  }
  .slider-container {
    width: 80vw !important;
  }
  .slider-controls {
    position: absolute;
    right: inherit;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    top: -50px;
  }
}
