// padding for image
.lg-image{
  padding-bottom: 20vh !important;
}

// zoom for images
.zoomable {
  transform-origin: center center;
  transition: transform 0.3s ease;
  touch-action: none;
}