.screen-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 400px;
  background-image: radial-gradient(
    at 10% top,
    rgba(0, 47, 99, 0.95) 0%,
    rgba(0, 47, 99, 0.75) 25%,
    rgba(0, 0, 0, 0.4) 45%,
    rgba(0, 0, 0, 0) 70%
  );
  mix-blend-mode: multiply;
}
.screen-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 25vh;
  background-image: radial-gradient(
    at 80% bottom,
    #6968b0,
    #6990b0,
    rgba(0, 0, 0, 0) 50%
  );
  mix-blend-mode: multiply;
}
.blueprints img.plans {
  max-width: 90vw;
  height: auto;
}
.banner-box {
  padding-top: 90vh;
  position: relative;
}
.banner.home {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80vh;
  padding-top: 80vh;
  overflow: hidden;
  text-align: center;
}
.banner.home img,
.banner.home video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner.home img.screen,
.banner.home video.screen {
  mix-blend-mode: multiply;
}
.video-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100px;
  position: absolute;
  right: 2vw;
  bottom: 2vh;
  z-index: 100000;
}
.video-controls button {
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}
.video-controls .play-play-pause.inactive {
  opacity: 0.5;
}
.video-controls .pause-play-pause.inactive {
  opacity: 0.5;
}
.icon-down {
  position: relative;
  top: -26px;
  width: 100%;
  text-align: center;
}
.icon-down a {
  background-color: #fff;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.icon-down a img,
.icon-down a svg {
  width: 24px;
  height: 27px;
}
.info-block {
  padding-top: 180px;
  position: absolute;
  bottom: 0;
  z-index: 20;
}
.info-block .hide-phone {
  display: none;
}
.info-block h1 > span:first-child {
  color: #fff;
}
.info-block h1 > span:last-child {
  color: #a7cae8;
}
.info-block .property-summary {
  padding: 1rem;
  width: 315px;
}
.info-block .property-summary ul {
  margin: 0;
  padding: 0;
}
.info-block .property-summary ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .banner-box {
    padding-top: 65vh;
  }
  .banner.home {
    height: 60vh;
    padding-top: 60vh;
  }
}
@media screen and (min-width: 1200px) {
  .blueprints img.plans {
    max-width: 90vw;
    height: auto;
  }
  .info-block {
    padding-top: 180px;
    position: absolute;
    bottom: 0;
    z-index: 20;
  }
  .info-block .hide-phone {
    display: block;
  }
  .info-block h1 > span:first-child {
    color: #404046;
  }
  .info-block h1 > span:last-child {
    color: #404046;
  }
  .info-block .property-summary {
    background-color: #fff;
    padding: 1rem;
    width: 315px;
  }
  .info-block .property-summary ul {
    margin: 0;
    padding: 0;
  }
  .info-block .property-summary ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .banner-box {
    padding-top: 95.5vh;
  }
  .banner-box.page {
    height: 600px;
    padding-top: 600px;
  }
  .banner.home {
    height: 90.5vh;
    padding-top: 90.5vh;
  }
  .banner.home .message h1 {
    font-size: 1.5em;
  }
  .banner.home .message h2 {
    font-size: 4.5em;
  }
  .banner.home.page {
    height: 600px;
    padding-top: 600px;
  }
}
@media screen and (min-width: 1536px) {
  .banner-box {
    padding-top: 95.5vh;
  }
  .banner-box.page {
    height: 600px;
    padding-top: 600px;
  }
  .banner.home {
    height: 90.5vh;
    padding-top: 90.5vh;
  }
  .banner.home.page {
    height: 600px;
    padding-top: 600px;
  }
}
.section-banner {
  padding-top: 70.5vh;
  overflow: hidden;
  position: relative;
}
.banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-content img,
.banner-content picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.text-box-home {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #fff;
  position: absolute;
  top: 8vh;
  right: 10vw;
  width: 340px;
  padding: 45px;
}
.text-box-home p {
  margin: 0 0 45px 0;
}
.banner-comment {
  position: absolute;
  bottom: 5vh;
  text-align: center;
  width: 100%;
}
.banner-comment h3 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid thin #fff;
  margin: auto;
  margin: 0;
  padding: 1.5rem;
}
.center-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-title {
  background-color: rgba(0, 36, 89, 0.75);
  display: inline-block;
  color: #fff;
  margin: 200px 0 0 20px;
  padding: 0.375em 1em 0.25em 1em;
  position: relative;
  text-align: left;
}
.page-title > span {
  display: block;
  padding: 0.5rem 0 0.75rem 0;
  margin-bottom: 0.5rem;
}
.blueprints {
  padding: 3rem 1rem 3rem 1rem;
  background-color: #091744;
  position: relative;
}
.blueprints h3 {
  position: absolute;
  top: 3rem;
  left: 20vw;
  display: inline-block;
  background-color: rgba(9, 23, 68, 0.75);
  padding: 0.5rem 1rem 0.5rem 1rem;
  text-align: left;
}
.blueprints h3 > span {
  display: block;
}
.blueprints h3 legend {
  display: flex;
  align-items: center;
  color: #f0d2b8;
  font-size: 1rem;
}
.blueprints h3 legend:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #f0d2b8;
  margin-right: 0.75rem;
}
.pins {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.pins li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pins li span.point {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pins li span.point img {
  margin-right: 1rem;
}
.pins li span.distance {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  color: #707070;
  font-size: 100px;
  line-height: 1.125em;
}
.pins li span.label {
  color: #1c547d;
  text-transform: uppercase;
}
.gallery-header {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: solid thin #fff;
  height: 25vh;
  text-align: center;
}
.gallery-header h1 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.25);
  border: solid thin #fff;
  margin-top: 14vh;
  padding: 0.375em 2em 0.25em 2em;
  color: #fff;
}
.zoom-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 239px;
  height: 100px;
}
.bio h2 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 44px;
}
.bio h3 {
  display: flex;
  color: #fff;
  font-size: 42px;
  line-height: 44px;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  background-color: #81d2e8;
  padding: 2px;
}
.bio h5.title {
  font-size: 1.125em;
  margin: 0 0 1rem 0;
  padding: 0;
}
.bio .desc {
  font-weight: 200;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.bio .more-link {
  display: inline-block;
  padding: 0.75em 0 0.75em 0;
}
@media screen and (min-width: 1200px) {
  .gallery-banner-grid {
    display: grid;
    position: relative;
    overflow: hidden;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    height: 60vh;
  }
  .gallery-banner-grid .col-1 {
    grid-column: 1;
    height: 60vh;
  }
  .gallery-banner-grid .col-2 {
    grid-column: 2;
    padding: 0 0.5rem 0 1rem;
    height: 60vh;
  }
  .gallery-banner-grid .col-2-2 {
    grid-column: 3;
    padding: 0 0.5rem 0 1rem;
    height: 60vh;
  }
  .gallery-banner-grid .col-3 {
    grid-column: 3;
    height: 60vh;
    display: grid;
    grid-template-columns: 15vh 15vh 15vh 15vh;
    grid-template-rows: 25% 25% 25% 25%;
  }
  .gallery-banner-grid .col-3 > div {
    position: relative;
    overflow: hidden;
  }
  .gallery-banner-grid .col-3 .im-1 {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding: 0 0.5rem 0.5rem 0.5rem;
  }
  .gallery-banner-grid .col-3 .im-2 {
    grid-column: 1 / span 2;
    grid-row: 2;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  .gallery-banner-grid .col-3 .im-3 {
    grid-column: 3 / span 2;
    grid-row: 1 / span 4;
    padding: 0 1rem 0 0.5rem;
  }
  .gallery-banner-grid .col-3 .im-4 {
    grid-column: 1 / span 2;
    grid-row: 3 / span 4;
    padding: 0.5rem 0.5rem 0 0.5rem;
  }
  .gallery-banner-grid .col-4 {
    grid-column: 4;
    height: 60vh;
  }
  .two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .one-over-one {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50% 50%;
    position: relative;
    overflow: hidden;
  }
  .one-over-one > div:first-child {
    padding: 0 0 0.5rem 0;
  }
  .one-over-one > div:last-child {
    padding: 0.5rem 0 0 0;
  }
  .gap-left {
    padding: 0 0 0 1rem;
  }
}

.home.page .grid-row, .home.page .grid-col {

  height: 600px;
  position: relative;

}

.page-title {

  position: absolute;
  bottom:0;
  left:0;

}
