悬停时背景图像消失

Background-image disappear on hover

我在可扩展部分中有一个背景图像(红色加号)。

见此 link : http://www.eborrelli.com/clients/RC-site/media/

悬停就消失了,不知道怎么解决

我的编程技能很基础。

非常感谢任何帮助,谢谢。

它不是很漂亮,但是这个很管用。

.ult_exp_section {
    background-image: url(http://www.eborrelli.com/clients/RC-site/wp-content/uploads/2016/11/plus-red-30px.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}