.element:not(:hover) {
/*Your code here*/
}
/*Set picture not hover*/
.element:not(:hover) {
/*Your code here*/
}
section{
font-size:3em;
}
div:not(:hover) + section{
display:none;
}
/*Set picture not hover*/
section{
font-size:3em;
}
div:not(:hover) + section{
display:none;
}