.Picture1 {
  background: url("../../_img/slideshow/Normandy2/Normandy1.jpg");
}

.Picture2 {
  background: url("../../_img/slideshow/Normandy2/Normandy2.jpg");
  background-size: cover;
  background-position: center;
}

.Picture3 {
  background: url("../../_img/slideshow/Normandy2/Normandy3.jpg");
  background-size: cover;
  background-position: center;
}

.Picture4 {
  background: url("../../_img/slideshow/Normandy2/Normandy4.jpg");
  background-size: cover;
  background-position: center;
}

.Picture5 {
  background: url("../../_img/slideshow/Normandy2/Normandy5.jpg");
  background-size: cover;
  background-position: center;
}

.Picture6 {
  background: url("../../_img/slideshow/Normandy2/Normandy6.jpg");
  background-size: cover;
  background-position: center;
}

.Picture7 {
  background: url("../../_img/slideshow/Normandy2/Normandy14.jpg");
  background-size: cover;
  background-position: center;
}

.Picture8 {
  background: url("../../_img/slideshow/Normandy2/Normandy8.jpg");
  background-size: cover;
  background-position: center;
}

.Picture9 {
  background: url("../../_img/slideshow/Normandy2/Normandy9.jpg");
  background-size: cover;
  background-position: center;
}

.Picture10 {
  background: url("../../_img/slideshow/Normandy2/Normandy10.jpg");
  background-size: cover;
  background-position: center;
}
.Picture11 {
  background: url("../../_img/slideshow/Normandy2/Normandy11.jpg");
  background-size: cover;
  background-position: center;
}

.Picture12 {
  background: url("../../_img/slideshow/Normandy2/Normandy12.jpg");
  background-size: cover;
  background-position: center;
}

.Picture13 {
  background: url("../../_img/slideshow/Normandy2/Normandy13.jpg");
  background-size: cover;
  background-position: center;
}

.Picture14 {
  background: url("../../_img/slideshow/Normandy2/Normandy14.jpg");
  background-size: cover;
  background-position: center;
}

.Picture15 {
  background: url("../../_img/slideshow/Normandy2/Normandy1.jpg");
  background-size: cover;
  background-position: center;
}
.photo-grid {
  display: grid;
  gap: 1rem;

  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
}

/* Medium screens */
@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}
