﻿.art_item:hover img
{
  transform: scale(2); 
}
.art_item img 
{ 
    transition: 0.5s all ease-in-out; 
    cursor:zoom-in;
} 
