.products {
  height: 400px;
}
.products img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.products-btn {
  margin-top: 30px;
  width: 100%;
}
.ters {
  display: flex;
  flex-wrap: wrap-reverse;
}
.yatay img {
  height: 200px;
  margin-bottom: 10px;
  border: solid 5px burlywood;
  border-radius: 15px;
}
.dikey img {
  height: 300px;
  margin-bottom: 10px;
  border: solid 5px burlywood;
  border-radius: 15px;
}
.lightboxOverlay,
.lightbox {
  position: fixed;
}
@media (max-width: 576px) {
  .yatay img {
    height: 150px;
  }
  .dikey img {
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .yatay img {
    height: 200px;
  }
  .dikey img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .yatay img {
    height: 130px;
  }
  .dikey img {
    height: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .yatay img {
    height: 150px;
  }
  .dikey img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .yatay img {
    height: 200px;
  }
  .dikey img {
    height: 300px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .products {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .ters h4 {
    padding-top: 24px;
  }
}
/* tane ürünler */

/* geleri menu */
.galeri-menu {
  position: sticky;
  top: 20px;
}
.ceviz-fidanlari-galeri a:hover {
  color: rgb(255, 193, 7) !important;
}
.galeri-menu a {
  color: black;
}

.galeri-menu-xs a {
  color: black;
}
.galeri-menu-xs a:hover {
  color: rgb(255, 193, 7) !important;
}
