.svg-with-hover{position:relative}.svg-with-hover svg{width:80px}.svg-with-hover .svg-hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .5s}.svg-with-hover .svg-standard{opacity:1;transition:opacity .5s}.svg-with-hover:hover .svg-standard{opacity:0}.svg-with-hover:hover .svg-hover{opacity:1}@media screen and (max-width:991px){.svg-with-hover svg{width:45px}}