
.photography {
  height: 100%;
  padding-top: 80px;
  background-image: url('../img/bg-blue.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
















/*
.gallery-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-item .gallery-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-item .gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/

/*
.fotobox {
  padding: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
*/

/*
.fotocard {
  margin: 12px 6px;
  width: 300px;
  height: 380px;
  border: 1px solid white;
  border-radius: 0.84rem;
  background: url(../img/thmb-photography.jpg) center center no-repeat;
  background-size: 680px;
  box-shadow: 0 60px 60px -60px black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: background 0.4s ease;
}
.fotocard:hover {
  background: url(../img/thmb-photography.jpg) center center no-repeat;
  background-size: 700px;
}

.border {
  padding: 10px;
  width: 286px;
  height: 366px;  
  border: 1px solid white;
  border-radius: 0.62rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
*/

/*.border:hover {
  border: 1px solid white;
}*/