body {
  overflow-x: hidden;
}
/* .gallary-grid{background-color:silver; height:100vh; width:100%; padding:60px;} */
/* .gallary-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(10vw / var(--context));
  transition: 0.6s ease-in-out;
  position: relative;
} */
.gallary-grid .row {
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
  margin-left: calc(-15vw / var(--context));
  margin-right: calc(-15vw / var(--context));
}
.gallary-grid .row .image-column {
  width: 33.33%;
  padding: 0 calc(15vw / var(--context));
}
.card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: calc(66vw / var(--context));
}
.gallary-grid .row .image-column:nth-child(odd) .image-top {
  height: 60%;
  /* left: 500px; */
}
.gallary-grid .row .image-column:nth-child(odd) .image-bottom {
  height: 35%;
}
.image-top {
  transition: 1s ease;
}
.image-bottom {
  transition: 1s ease;
}
.gallary-grid .row .image-column:nth-child(even) .image-top {
  height: 35%;
}
.gallary-grid .row .image-column:nth-child(even) .image-bottom {
  height: 60%;
}
.moveList {
  transform: translateY(0px) scale(1) !important;
}
