
	
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  padding: 20px;
  overflow-x: hidden;
}


/* LIGHTBOX IMAGES FOR CITY SCENES */

  .img {
  
  width:100%;
  min-height: 275px;
  background-position: center;
  background-size: cover;
}

  .img:nth-child(1) {
    background-image: url(../../images/portfolio/city-scenes/2025-02-16_Main-and-Ottawa-Hamilton_6x8_gouache_paper.jpg);
  }
  .img:nth-child(2) {
    background-image: url(../../images/portfolio/city-scenes/2025-01-04_High-Street-Tupper-Lake_6x6_gouache_paper_mounted_to_panel.jpg);
  }
  .img:nth-child(3) {
    background-image: url(../../images/portfolio/city-scenes/2025-01-01_Woodland-Street-Vancouver-at-Sunset_12x12_gouache.jpg);
  }
  .img:nth-child(4) {
    background-image: url(../../images/portfolio/city-scenes/2025-01-01_Montreal-Street-in-Winter_12x12_gouache.jpg);
  }
  .img:nth-child(5) {
    background-image: url(../../images/portfolio/city-scenes/2024-09-16_Cambridge-and-Christie-Ottawa-Autumn_8x8_gouache_panel.jpg);
  }
  .img:nth-child(6) {
    background-image: url(../../images/portfolio/city-scenes/2024-08-11_Beachconers_5x8_gouache.png);
  }
  .img:nth-child(7) {
    background-image: url(../../images/portfolio/city-scenes/2023-08-23_Tree-by-Chamberlain_12x12_gouache.jpg);
  }
  .img:nth-child(8) {
    background-image: url(../../images/portfolio/city-scenes/2023-08-23_Deliveries-on-Fifth-Avenue_12x12_gouache.jpg);
  }
  .img:nth-child(9) {
    background-image: url(../../images/portfolio/city-scenes/2023-06-19_Lyon-Street-Heading-North_8x10_gouache.jpg);
  }
  .img:nth-child(10) {
    background-image: url(../../images/portfolio/city-scenes/2022-08-24_Findlay-and-Broadway-in-the-Glebe_7.5x10_gouache.jpg);
  }
  .img:nth-child(11) {
    background-image: url(../../images/portfolio/city-scenes/2022-01-06_Howe-Street-in-the-Rain_8x8_gouache.jpg);
  }
  .img:nth-child(12) {
    background-image: url(../../images/portfolio/city-scenes/2021-06-23_Roy-et-Mentana_6x12_gouache.jpg);
  }
  .img:nth-child(13) {
    background-image: url(../../images/portfolio/city-scenes/2021-05-31_Logan-and-Alexandre-de-Seve5.75x12.5_gouache.jpg);
  }
  .img:nth-child(14) {
    background-image: url(../../images/portfolio/city-scenes/2021-04-21_Hallam-Looking-West_5x7_gouache.jpg);
  }
  .img:nth-child(15) {
    background-image: url(../../images/portfolio/city-scenes/2021-04-05_Depanneur-Z&Z_4x8_gouache.jpg);
  }
  .img:nth-child(16) {
    background-image: url(../../images/portfolio/city-scenes/2020-11-25_AKKC.jpg);
  }
  .img:nth-child(17) {
    background-image: url(../../images/portfolio/city-scenes/2020-11-08_Edge-of-the-Park_3.5x7_gouache.jpg);
  }
  
