.gallery .gallery-item {
    overflow: hidden !important;
    border-right: 3px solid #fff !important;
    border-bottom: 3px solid #fff !important;
  }
  
  .gallery .gallery-item img {
    transition: all ease-in-out 0.4s !important;
  }
  
  .gallery .gallery-item:hover img {
    transform: scale(1.1) !important;
  }
  