<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.thumb-image &gt; div{
display: flex !important;
align-items: center;
justify-content: center;
height: 100%;
}

.thumb-image &gt; div:hover img {

transition: all .2s ;
width: 50% !important;
margin-top: -3%;
margin-left: -1%;
max-width: unset;
max-height: unset;


}

</pre></body></html>