.album-photos {
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #BBBEFE;
  justify-content: center;
  align-items: center;
  width: 100%;
  border:10px solid black;
  padding: 10px;
  margin: 20px;
  position: relative;
}
.photo-image img {
    height: 500px;
}
@media only screen and (max-width: 1020px) {
  .photo-image img {
    width: 100%;
    height: 350px;
  }
}