.gallery_wrap{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 100px;

}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  /* float: left; */
  /* width: 180px; */
  height: 250px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height:100%;
      object-fit: scale-down;
          background: #393e46;
}

div.desc {
  padding: 15px;
  text-align: center;
}