/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.06.2016, 13:07:43
    Author     : aullrich
*/

.portfolio-page .project-post img {
    transition: all 0.4s;
}

.portfolio-page .project-post:hover img {
    transform: scale(1.05);
}