picture {     }

picture img { transition: transform 0.2s; width: 250px; height: 188px;}
picture img:hover { transform: scale(1.55); transform-origin: top left;}


@media (min-width: 1120px)
{
    picture { margin: 10px;}
    picture img { margin: 10px; border: 1px solid #006d00; padding: 2px;}
}