.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  height: 50vh;
}
.box {
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 2%;
  box-shadow: 0 20px 30px rgba(0,0,0,.1);
  line-height: 0;
}

.box > img {
  width: 200%;
  height: calc(140% - 10vh);
  object-fit: cover; 
  transition: .5s;
}

.box > span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box:hover { flex: 1 1 50%; }
.box:hover > img {
  width: 100%;
  height: 100%;
}
 
/*
     FILE ARCHIVED ON 17:11:20 Jan 11, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:38:27 Jul 05, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.333
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.025
  esindex: 0.005
  cdx.remote: 10.343
  LoadShardBlock: 70.705 (3)
  PetaboxLoader3.datanode: 93.65 (4)
  PetaboxLoader3.resolve: 110.713 (2)
  load_resource: 153.141
*/