@charset "utf-8";


.one_fourth{
    position: relative;
    margin-right: 3%;
    float: left;	
	
}

.one_fourth .last {
    margin-right: 0 !important;
    clear: right;
}

.portfolio_image {
    float: left;
    width: 182px;
	height:194px;
    padding: 0px;
    margin: 0px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.portfolio_image img{
    width: 177px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	opacity:1!important;
 }
 
 .portfolio_image .title{
    width: 100%!important;
    padding: 0px!important;
	text-align:center!important;
 }
