
    .thumb{
        margin-bottom: 30px;
    }

    .gallery{
        margin-top:4em;
    }

     
  img.zoom {
      width: 100%;
      height: 9em;
      border-radius:5px;
      object-fit: cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
          
   
  .transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
  }
      .modal-header {
     border-bottom: none;
     background-color: #dfe318;
  }
      .modal-title {
          color:#000;
      }
 

.thumb {
    /* background-color: #e4e4e4; */
    /* padding: 0.2em; */
    /* border: solid 1px #ccc; */
    /* margin: 0.5em; */
    /* border-radius: 0.5em; */
}

.addnew {
    /* background-color: #e8e8e8; */
    /* border-radius: 0.5em; */
    /* max-width: max-content; */
    /* vertical-align: middle; */
}

label.btn.btn-primary.btn-sm {
    margin: 4em 6em;
}