div.galeree {
  margin-top: auto;
}

.kp {
  display: inline-block;
  margin: 0 15px;
  font-family: 'PT Sans Caption', sans-serif;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 250px;
  height: 300px;
  vertical-align: top;
}

.kp:hover {
  transform: scale(1.2);
}
					
div.ecrann {
  margin: auto;
  width: auto;
  height: auto;
  margin-top: 50px;
}

.kp a {
  text-decoration: none;
  color: black;
  font-style: italic;
}

@media(max-width:620px) {
  .kp {
    width: 150px;
    height: 200px;
  }
}