* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.mobile {
  display: none !important;
}
.desktop {
  display: flex !important;
}

body .cursor {
  pointer-events: none !important;
  display: flex;
  align-items: center;
  justify-content: center;

}
.wave-area {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  z-index: 88;
  height: 2.5vw;
  width: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  padding-bottom: 0.1vw;
}
@keyframes wave {
  0%,
  100% {
    height: 10px;
  }
  50% {
    height: 60px;
  }
}
.wave-area > svg {
  height: 100%;
  width: 100%;
  transform: rotateX(180deg) translateY(0.2vw);
  scale: 300%;
}
.rect-line {
  animation: wave 1s infinite ease-in;
  animation-play-state: running;
  fill: #000;
}
.rect-line-pause {
  animation-play-state: paused;
}
rect:nth-child(2) {
  animation-delay: 0.3s;
}
rect:nth-child(2) {
  animation-delay: 0.1s;
}
rect:nth-child(3) {
  animation-delay: 0.5s;
}
rect:nth-child(4) {
  animation-delay: 0.3s;
}
rect:nth-child(5) {
  animation-delay: 0.55s;
}
rect:nth-child(6) {
  animation-delay: 0.1s;
}
rect:nth-child(7) {
  animation-delay: 0.32s;
}
rect:nth-child(8) {
  animation-delay: 0.7s;
}
rect:nth-child(8) {
  animation-delay: 0.8s;
}
rect:nth-child(9) {
  animation-delay: 0.6s;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  background: #fff;
}

body .cursor__ball {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3vw;
  height: 3vw;
  mix-blend-mode: difference;
  z-index: 999999999999999;

}

body .cursor__ball circle {
  fill: #f7f8fa;
  background-position: center center;
}
/* New Update */
.cursor-content{
  color:rgb(0, 0, 0);
  font-size: 0.25vw;
  text-wrap: wrap;
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  left: 0%;
  width: 65%;
  text-align: center;
  font-family: "neue-haas-grotesk-display";

}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #000;
}

.photo999-header {
  height: 5vw;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 0.1vw solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  z-index: 99999;
}
.photo999-logo {
  width: 8%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo999-logo svg {
  height: 100%;
  width: 35%;
}
.photo999-logo svg g,
.photo999-logo svg g,
.photo999-logo svg rect,
.photo999-logo svg path{
  stroke-width: 2;
  stroke:#000;
}
.photo999-logo svg path{
  stroke-width: 1;
  stroke:#000;
}
.photo999-center {
  height: 100%;
  width: 85%;
  border: 0.1vw solid #000;
  border-bottom: 0;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.photo999-center-left {
  width: 10%;
  height: 100%;
  border-right: 0.1vw solid #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1vh;
}
.photo999-center-left p {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 0.8vw;
  width: 50%;
  text-align: end;
}

.photo999-center-center {
  width: 80%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.photo999-center-hovarable-container {
  position: absolute;
  /* top: 0%;
    left: 0; */
  width: 0%;
  /* clip-path: inset(100% 100% 100% 100%); */
  background: #ffffff;
  height: 100%;
  transition: width 0.7s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}
.photo999-center-hovarable-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  list-style: none;
  gap: 4.5vw;
}
.photo999-center-hovarable-container ul li a {
  text-decoration: none;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-size: 0.75vw;
  color: #000;
}

.expertise-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.expertise-container:hover .photo999-center-hovarable-container {
  /* clip-path: inset(0% 0% 0% 0%); */
  width: 100%;
}
.expertise-container:hover .text {
  letter-spacing: 2.6vw;
}

.text {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 0.8vw;
  color: #000;
  margin: 0 1vw;
  transition: letter-spacing 0.5s ease-in-out;
}

.square {
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background-color: #000000;
}

.photo999-center-right {
  width: 10%;
  height: 100%;
  border-left: 0.1vw solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo999-center-right a {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 0.8vw;
  color: #000;
  text-decoration: none;
}
.photo999-right {
  width: 8%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo999-right svg {
  height: 100%;
  width: 35%;
}
.foto999-drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  stroke-width: 1vw;
  background-color: #000;
  padding: 0 1.5%;
  /* opacity: 0; */
  z-index: 1;
  display: none;
}
.foto999-drawer.active {
  display: block;
}

.foto999-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10vh;
  width: 100%;
  border-bottom: 0.1vw solid #545454;
}

.foto999-drawer-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 5%;
  padding-right: 1vw;
  cursor: pointer;
}

.foto999-drawer-right .d-c {
  position: absolute;
  height: 100%;
  width: 45%;
  margin-top: -0.5vw;
  z-index: -1;
}

.foto999-drawer-center {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10vh 1.5% 30vh;
  list-style: none;
}
.foto999-drawer-center ul.foto999-drawer-title li a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 4.25vw;
  color: #000000;
  -webkit-text-stroke-color: #afafaf;
  -webkit-text-stroke-width: 0.05vw;
}
ul.foto999-drawer-menu {
  list-style: none;
  padding: 0 15vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 3vh;
}
ul.foto999-drawer-menu li a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  font-size: 4vw;
  color: #ffffff;
}

.foto999-drawer-bottom {
  display: flex;
  align-items: center;
  height: 10vh;
  padding: 0 1.5%;
}
.i-menifest {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.i-menifest h3 {
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2vw;
}

.i-menifest a {
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9vw;
  text-decoration: none;
  margin: 1vh 0;
}
.c-n-t-l {
  width: 50%;
  height: 100%;
}

.c-n-t-l h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 2.1vw;
}
.c-n-t-l h3 span {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 200;
  font-style: italic;
  color: #fff;
}

/* 999foto header end */

/* 999foto hero-seciton start */

.photo999-hero-section {
  height: 100vh;
  width: 100%;
}
.photo999-anime-svg-container {
  position: absolute;
  top: 13vh;
  right: 9vh;
  width: 30%;
  height: 58%;
  overflow: hidden;
}

.foto999-animation-content {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: circal-1 2e3ms cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes circal-1 {
  0% {
    transform: translateX(200%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes tiltAnimation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
@keyframes tiltAnimation2 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-60deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.photo999-svg-circle {
  height: 75%;
  width: auto;
}
.s1 {
  animation: tiltAnimation 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
.s2 {
  animation: tiltAnimation2 2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}
.p1 {
  position: absolute;
  top: 0;
  left: 0;
}
.p2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.foto999-hero-content {
  position: absolute;
  bottom: 10vh;
  left: 3vw;
}
.foto999-hero-content h2 {
  font-family: "neue-haas-grotesk-display";
  font-weight: 700;
  font-style: normal;
  color: #000;
  /* color: #fff; */
  /* mix-blend-mode: difference; */
  font-size: 4.2vw;
  line-height: 1.1;
}
.trans2 {
  transform: translateY(15vh);
}
.trans3 {
  transform: translateY(15vh);
}
.trans1 {
  animation: text1 2e3ms cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left;
}
.trans2 {
  animation: text1 2e3ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
  transform-origin: left;
}
.trans3 {
  animation: text1 2e3ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
  transform-origin: left;
}
@keyframes text1 {
  from {
    transform: skewY(0.502rad) translateY(15vh);
    opacity: 0;
  }
  to {
    transform: skewY(0) translateY(0);
    opacity: 1;
  }
}
.trans {
  overflow: hidden;
}
.foto999-hero-content h2 span {
  font-family: "neue-haas-grotesk-display";
  font-weight: 400;
  font-style: normal;
  /* color: #fff; */
  color: #000;
}

/* 999foto hero-seciton end */

/* 999foto-video section start */
.foto999-video-section {
  height: 100vh;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff8a 10%,
    #fef3ff91 30%,
    #b905c63d 70%,
    #ffffff 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.foto999-video-content {
  width: 50%;
  height: 60%;
  animation: appear 1s linear;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
  transition: all 0.3s ease;
}
@keyframes appear {
  from {
    scale: 0.4;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
.foto999-video-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
}
.open-video{
  height: 100%;
  width: 100%;
  z-index: 999999;
  opacity: 1;
  position:relative
}
.open-video::after{
  position: absolute;
  content: "CLOSE";
  font-family: "neue-haas-grotesk-display";
  right: 3vw;
  top: 3vw;
  font-size: 0.85vw;
  color: white;
  pointer-events: none;
}
.video-ruler {
  position: relative;
  width: 100%;
  height: 3.25vw;
  margin-top: 1.25vw;
}

.ruler-lines {
  width: 100%;
  height: 0.67vw;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
}

.ticks {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.ticks::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    90deg,
    #a2a2a2,
    #a2a2a2,
    transparent 0.065vw,
    transparent 1.019vw
  );
}

.ruler-numbers {
  display: flex;
  justify-content: space-between;
  padding-top: 1.25vw;
  font-size: 0.7vw;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  cursor: pointer;
  color: #0007;
}

.ruler-numbers span {
  color: #6e6e6e;
  transition: color 0.3s;
}

.ruler-numbers span:hover {
  color: purple;
}

/* 999foto-video section end */

/* 999foto-expertises-section start */
.foto999-expertise-section {
  height: 75vh;
  width: 100%;
  padding: 25vh 0 0 0;
  animation: appear1 2s ease-in;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}
/* @keyframes appear1{
    from{
     scale: 0.4;
     opacity: 0;
    }
    to{
    scale: 1;
    opacity: 1;
    }
  } */
.foto999-expertise-content {
  width: 100%;
  height: 20vh;
  display: flex;
  padding: 0 0% 0 5%;
  align-items: center;
  justify-content: space-between;
}
.foto999-expertise-title {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.ml13 .letter {
  display: inline-block;
  line-height: 1px;
}
.text-slide-animate1 {
  animation: text-slide1 1s linear forwards;
  animation-timeline: view();
  animation-range: entry 10% cover 50%;
  transform-origin: left;
  max-width: fit-content;
  overflow: hidden;
  white-space: nowrap;
}
@keyframes text-slide1 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60vw;
    opacity: 1;
  }
}

.foto999-expertise-title h2 {
  font-family: "neue-haas-grotesk-display";
  font-weight: 700;
  font-style: normal;
  font-size: 3.5vw;
  line-height: 1;
}

.anime-list .hover-img {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 24vw;
  height: 24vw;
}
.anime-list .hover-img img {
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1vw;
}
.anime-list li:hover .hover-img img {
  opacity: 1;
}
.foto999-expertise-title h4 {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 1.6vw;
}
.foto999-expertise-menu {
  width: 50%;
  height: 100%;
}
.foto999-expertise-menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.foto999-expertise-menu ul li {
  height: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.foto999-expertise-menu ul li a {
  color: #000;
  text-decoration: none;
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-size: 0.8vw;
}
.foto999-expertise-menu ul li a span {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-size: 1.5vw;
  margin-right: 0.5vw;
}

/* 999foto-expertises-section end */

/* 999FOTO-PROCESS-SECTION START */
.foto999-process-section {
  padding: 0 5% 20vh;
}
.foto999-process-title {
  padding: 10vh 0 20vh;
}
.foto999-process-title h2 {
  font-family: "neue-haas-grotesk-display";
  font-weight: 700;
  font-style: normal;
  font-size: 4vw;
  line-height: 1.5;
}
.foto999-process-title p {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 1.3vw;
}
.foto-process-content {
  width: 100%;
}
.foto-process-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.foto-process-content ul li {
  width: 25%;
  padding: 3vh 4vw;
  position: relative;
}
.foto-process-content ul li.b1 {
  border-left: 0.1vw solid #0005;
}
.foto-process-content ul li p {
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 1vw;
  padding: 1vh 0 3vh;
}
.foto-process-content h3 {
  font-family: "neue-haas-grotesk-display";
  font-style: italic;
  font-weight: 700;
  font-size: 1.65vw;
}
.foto-process-content {
  position: relative;
}

.tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.55vw 0.8vw;
  border-radius: 0.25vw;
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 0.7vw;
  line-height: 1.5;
  text-transform: uppercase;
  /* white-space: nowrap; */
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  top: -8vh;
  left: 10%;
  width: 75%;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
/* Tooltip Arrow */
.tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.55vw solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

li:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* 999FOTO-PROCESS-SECTION END */

/* 999foto-prpoduct-section start */

.foto999-product-section {
  width: 100%;
  position: relative;
}
.foto999-product-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  gap: 0.5vh;
  row-gap: 0.5vh;
}
.foto999-product-ul li {
  min-width: 24.8%;
  max-width: 24.8%;
  aspect-ratio: 9 / 13;
}
.foto999-product-ul li a {
  height: 100%;
  width: 100%;
}
.foto999-product-ul li a img ,
.foto999-product-ul li a video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* 999foto-prpoduct-section end */

/* 999foto-footer start */
.foto999-footer {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff8a 10%,
    #fef3ff91 57%,
    #b905c63d 83%
  );
}
.foto999-title-container h2 {
  color: #000;
  font-family: "neue-haas-grotesk-display";
  font-weight: 700;
  font-size: 12vw;
  z-index: 9;
  line-height: 1;
  width: 99vw;
  position: relative;
}
.text-slide-animate2 {
  animation: text-slide2 1s linear forwards;
  animation-timeline: view();
  animation-range: entry 5% cover 50%;
  transform-origin: left;
  max-width: fit-content;
  overflow: hidden;
  z-index: 9999;
  position: relative;
}
@keyframes text-slide2 {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100vw;
    opacity: 1;
  }
}
.foto999-title-container {
  padding: 20vh 2%;
  position: relative;
}
.foto999-title-container h2 span {
  background: linear-gradient(to top, #818181 0%, #e6e6e6d9 77%, #cfcfcf);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.photo999-anime-svg-container.foto999-animation-footer {
  position: absolute;
  top: 13vh;
  right: 5vh;
  width: 32%;
  height: 65%;
}
.foto999-menu {
  width: 100%;
  padding: 0 5% 5% 10%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.foto999-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
}
.foto999-menu ul p {
  margin: 0 0 3vh 0;
  font-family: "neue-haas-grotesk-display";
  font-weight: 500;
  font-style: normal;
  font-size: 1.1vw;
}
.foto999-menu ul li a {
  text-decoration: none;
  font-family: "neue-haas-grotesk-display";
  font-weight: 700;
  color: #000;
  font-size: 1vw;
}
.foto999-footer-svg-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foto999-menu ul div {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
}
.foto999-drawer-top .foto999-drawer-logo {
  width: 5%;
  height: 65%;
}
.foto999-drawer-top .foto999-drawer-logo svg {
  height: 100%;
  width: 100%;
}
.drawer-animate-left {
  opacity: 1;
  transform: translateX(-150%);
  animation: drawer-animate 0.75s ease forwards;
  animation-timing-function: cubic-bezier(0.1,0.5,0.5,1);
}
.drawer-animate-right {
  opacity: 0;
  transform: translateX(100%);
  animation: drawer-animate 0.75s forwards;
  animation-timing-function: cubic-bezier(0,0.5,0.5,1);
}
@keyframes drawer-animate {
  0% {
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.drawer-animate-bottom-left {
  transform: translateY(200%);
  animation: drawer-animate-bottom 0.5s forwards;
  animation-timing-function: cubic-bezier(0,0.5,0.5,1);
  animation-delay: 0.25s;
}
.drawer-animate-bottom-right {
  transform: translateY(100%);
  animation: drawer-animate-bottom 0.5s forwards;
  animation-timing-function: cubic-bezier(0,0.5,0.5,1);
  animation-delay: 0.25s;
}

@keyframes drawer-animate-bottom {
  0% {
  }
  100% {
    /* opacity: 1; */
    transform: translateY(0%);
  }
}
/* 999foto-footer end */

.circle-to-x {
  cursor: pointer;
}

.circle {
  transition: transform 0.3s, opacity 0.3s;
}

.cross-line {
  transition: opacity 0.3s, transform 0.3s;
}

/* masory grid */

.grid-wrapper img ,.grid-wrapper img {
	max-width: 100%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
  will-change: transform;

}
.grid-wrapper > div > img,video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
  will-change: transform;

}
.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 275px;
	/* grid-auto-flow: dense; */
  will-change: transform;
}
.grid-wrapper .small{
	grid-column: span 1;
	grid-row: span 1;
}
.grid-wrapper .tall {
	grid-column: span 1;
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.grid-wrapper .tall-video {
	grid-row: span 4;
	grid-column: span 1;
}
.grid-wrapper .wide-video {
	grid-row: span 3;
	grid-column: span 2;
  object-fit: contain;
}

