.lcb-simplelbgallery-col {
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

.lcb-simplelbgallery-a {
  display: block;
  height: 300px;
}
.lcb-simplelbgallery-a:hover .lcb-simplelbgallery-img {
  transform: scale(1.3);
}

.lcb-simplelbgallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}