.gallery-board {
  position: relative;
  width: 1920px;
  height: 1450px;
  margin: 0 auto;
  background-color: #061d34;
  background-image:
    linear-gradient(rgba(6, 29, 52, 0.68), rgba(6, 29, 52, 0.68)),
    url("../assets/images/bg-display.jpg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 1920px auto;
  overflow: hidden;
  color: #fff;
}

.gallery-kicker {
  position: absolute;
  left: 900px;
  top: 229px;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 30px;
  white-space: nowrap;
  z-index: 5;
}

.gallery-title {
  position: absolute;
  left: 74px;
  top: 259px;
  width: 118px;
  margin: 0;
  padding-top: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #8f834c;
  white-space: nowrap;
  z-index: 5;
}

.gallery-rule {
  position: absolute;
  left: 193px;
  top: 290px;
  width: 1655px;
  height: 2px;
  background: #8f834c;
  z-index: 5;
}

.gallery-frame-wrap {
  position: absolute;
  left: 215px;
  top: 259px;
  width: 728px;
  height: 847px;
  z-index: 2;
}

.gallery-frame-wrap .gallery-photo {
  position: absolute;
  left: 102px;
  top: 103px;
  width: 513px;
  height: 641px;
  max-width: none;
  object-fit: cover;
  z-index: 1;
}

.gallery-frame-wrap .gallery-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 728px;
  height: 847px;
  max-width: none;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.gallery-headline {
  position: absolute;
  left: 1074px;
  top: 422px;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  color: #8f834c;
  z-index: 3;
}

.gallery-copy {
  position: absolute;
  left: 1080px;
  top: 580px;
  width: 647px;
  margin: 0;
  padding-top: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 25px;
  line-height: 31px;
  color: #fff;
  z-index: 3;
}

.gallery-all {
  position: absolute;
  left: 1080px;
  top: 766px;
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #8f834c;
  text-decoration: none;
  z-index: 3;
}

.gallery-board .footer-line {
  top: 1145px;
}

.gallery-board .logo-footer {
  top: 1178px;
}

.gallery-board .ft-col {
  top: 1217px;
}

.gallery-board .ft-pin {
  top: 1178px;
}

.gallery-board .ft-contact {
  top: 1314px;
}

.gallery-board .ft-powered {
  top: 1393px;
}

.gallery-board .ft-legal {
  top: 1415px;
}

.gallery-board .ft-badge-a {
  top: 1385px;
}

.gallery-board .ft-badge-b {
  top: 1385px;
}
