.modal button.close {
    right: 0;
    outline: 0;
  }
    
  #gallery-lightbox img {
    height: 350px;
    object-fit: cover;
    cursor: pointer;
  }
  
  #gallery-lightbox img:hover {
    opacity: 0.9;
    transition: 0.5s ease-out;
  }