#restore-local-stories{
max-width: 80%;
margin: 0 auto;
}

#restore-local-stories div{
display: inline-block;
width: calc(33% - 25px);
height: 250px;
background-size: cover;
background-position: center;
vertical-align: top;
margin-left: 25px;
background-color: rgba(0, 0, 0, 0.6);
background-blend-mode: multiply;
}

#restore-local-stories h5{
color: white;
text-align: center;
padding: 0 10px;
cursor: pointer;
}

.story-1{
background-image: url('https://files.wri.org/d8/s3fs-public/2025-07/women-planting-trees_0.jpg');
background-color: rgba(0, 0, 0, 0.3) !important;
}

.story-2{
background-image: url('https://files.wri.org/d8/s3fs-public/2025-07/community-photo-ghana-volta-region_0.jpg');
filter: grayscale(1);
}

.story-3{
background-image: url('https://files.wri.org/d8/s3fs-public/2025-07/restoration-champions-lake-kivu_0.jpg');
/*filter: grayscale(1);*/
}

.story-2 h5::after {
content: 'COMING SOON';
display: block;
margin-top: 25px;
font-style: italic;
font-size: 12px;
}

/*.story-3 h5::after {
content: 'COMING SOON: SEPTEMBER';
display: block;
margin-top: 25px;
font-style: italic;
font-size: 12px;
}*/

@media (max-width: 850px){

#restore-local-stories{
max-width: unset;
margin: 0 15px;
}

#restore-local-stories div{
width: 100%;
margin: 10px 0;
}

#restore-local-stories h5{
margin-top: 15%;
}
}