I’m not sure what I had to do with the link that Eric gave me I copied this to my child theme:
.widget-front.hover .round-div, article.hover .round-div {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}
but it still didn’t work.