.gallery {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallerycontainer {
  text-align: center;
  width: 70%;
  height: 100%;
}

.galleryimagebox {
  margin-top: 50px;
  position: relative;
  height: 250px;
  width: 250px;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  vertical-align: top;
}

.galleryimage {
  height: 100%;
}

/*  Created, Managed, and Owned by Gabrielius Gintalas */