Is it possible to assign the same code to a single page or section within a site and not ALL instances? I am wanting to have a few image blocks on the homepage have a hidden hover in one color, but have the same code on a different page with another color and hidden hover. Is that possible? Below is the code I have thus far (which is applied to ALL instances of the poster image block..)
/* Image poster hover */
.design-layout-poster:hover .image-card-wrapper {
visibility: visible;
opacity: 1;
background-color:#37C578;
}