.image-cta-snapshots {
	margin: 2em auto 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	color: #fff;
}

@media only screen and (max-width: 800px) {
   .image-cta-snapshots {
   	grid-template-columns: 1fr;
   }
}

.image-cta-snapshots a {
	text-decoration: none !important;
	color: #fff;
}

.grid-item {
  background-color: #32864B; /* fallback color */
}

.grid-item {
  height: 250px;
 	background-size: cover;
	background-repeat: no-repeat;
  background-position: center;
}

.grid-item h3 {
	position: relative;
	top: 40%;
	text-align: center;
}

/* background image */

#image-wrapper {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://files.wri.org/d8/s3fs-public/2024-11/solar-panels-parking-lot.jpg);
}
#image-wrapper:hover{
	background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url(https://files.wri.org/d8/s3fs-public/2024-11/solar-panels-parking-lot.jpg);
}


#snapshots-image-wrapper {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://files.wri.org/d8/s3fs-public/2024-11/solar-panels-parking-lot.jpg);
}
#snapshots-image-wrapper:hover{
	background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url(https://files.wri.org/d8/s3fs-public/2024-11/solar-panels-parking-lot.jpg);
}

#database-image-wrapper {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://files.wri.org/d8/s3fs-public/2025-03/akron-ohio-bike-lane-jpg_0.jpg);
}
#database-image-wrapper:hover{
	background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url(https://files.wri.org/d8/s3fs-public/2025-03/akron-ohio-bike-lane-jpg_0.jpg);
}
