Utilities & Civils: Benefits of Side Protectors (Video)
.thumbnail-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: none; /* Hide by default (desktop) */
z-index: 10;
}
/* Show and activate only on mobile */
@media (max-width: 768px) {
.thumbnail-overlay {
display: block;
}
}
.blog-article__image ...