.column {
  float: center;
  width: 16.66%;
  padding: 5px;
  
  height: auto;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.4; 
  cursor: pointer; 
  border-radius: 0.6rem;
  border: 0.100rem solid #c8c8c8;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.column img:hover {
  opacity: 1;
}

/* The expanding image container */
.galery {
  float: center;
  padding: 5px;
  cursor: pointer;
  position: relative;
  display: block;
  line-height: 1rem;
  border: 0.100rem solid #c8c8c8;
  border-radius: 0.6rem;
  
width: 100%;
  height: 100%;

}


.galery img {
  float: center;
  
width: 100%;
  height: 500px;

}

/* Expanding image text */
#imgtext {
  position: relative;
  bottom: 0px;
  color: white;
  font-size: 15px;
  text-align: center;
  background-color: #212121;
  border-radius: 0.4rem;
  border: 0.100rem solid #c8c8c8;
  line-height: 1rem;
  padding: 10px;
  
  display: inline-flex;
  width: 100%;
  height: auto;
 line-height: 1rem;
 justify-content: center;
}