/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.conntected-product-img{
    display: block;
    line-height: 0px;
    background-position: 50% 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    transition: all 0.5s ease; /* animáció a nagyításra */
    
}

.conntected-product-img:hover{

}