        body{
			background: #F8F8F8;
		}

		.image-wrap {
        width: 250px;
	    height: 340px;
	    overflow: hidden;
	    box-shadow: 0px 2px 25px rgba(0,0,0,0.1);
	    border-radius: 5px; 
	}
.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 3s ease-in-out;

}
.image-wrap:hover img {
    object-position: bottom center;
}
section.project_section {
    margin-top: 100px;
    margin-bottom: 100px;
}        body{
			background: #F8F8F8;
		}

		.image-wrap {
        width: 250px;
	    height: 340px;
	    overflow: hidden;
	    box-shadow: 0px 2px 25px rgba(0,0,0,0.1);
	    border-radius: 5px; 
	}
.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: all 3s ease-in-out;

}
.image-wrap:hover img {
    object-position: bottom center;
}
section.project_section {
    margin-top: 100px;
    margin-bottom: 100px;
}