#last_post{
	margin-bottom: 100px;
}
#last_post .singlePost:first-child{
	padding-right: 25px;
}
#last_post .singlePost:last-child{
	padding-left: 25px;
}
#last_post .img_cont{
	height: auto;
     position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 388px;
}
#last_post img{
	height: 100%;
    width: auto;
	    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);

}
#last_post .title_last_post{
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 18px;
}