Skip to content
Collection: Dental Health
- Choosing a selection results in a full page refresh.
- Opens in a new window.
@media (hover: none) {
.media--hover-effect .media--hover {
opacity: 0;
position: absolute;
inset: 0;
z-index: 1;
transition: opacity 0.3s ease;
}
.media--hover-effect.is-hovered .media--hover {
opacity: 1;
z-index: 2;
}
.media--hover-effect.is-hovered img:not(.media--hover) {
opacity: 0;
}
.media--hover-effect {
position: relative;
}
}