.section1{
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/hikes-landscape-redo.avif?v=1723920691927");
}
.section2{
  background-color: white;
}
.section2 .secondaryImg{
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/landscape-hikes-hero-one.avif?v=1722816557374");
}
.section3{
  grid-template-areas: "righty lefty";
}
.section3 .secondaryImg{
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/stoos.avif?v=1723919982360");
}

.section4{
  grid-template-areas: "lefty righty";
}
.section4 .secondaryImg{
  background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/pilatus.avif?v=1723920135868");
}
@media (orientation: portrait){
  .section1{
    background-image: url("https://cdn.glitch.global/449459a3-e84d-4ba6-971d-d6471b301fea/hikes-portrait-redo.avif?v=1723920695708");
  }
}