
.thumb-info-wrapper {
    width: 100%;
    height: 200px; /* Görsel yüksekliği */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.thumb-info-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.gallery a {
 flex: 0 0 190px;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.gallery img, .gallery video {
  height: 200px;
  aspect-ratio: 16 / 9; /* Örnek bir oran, kendi oranınızı ayarlayın */
  object-fit: cover;
}
