			.free-wall {
				width:95%;
				width:100%;
				margin:auto;
				min-height:1px;
				height:auto;

			}

			.brick
			{
				background-color: white;
			    cursor: pointer;
			    background-repeat: no-repeat;
			    background-size: cover;
			    background-position: center;
			    overflow:hidden;
    			position:relative;
			}
			
			.brick img {
				position:absolute;
			}

			.brick .freewall-hover-portfolio-image
			{
			    position:absolute; 
			    top:0px;
			    width:100%;
			    height:100%;
			    background:rgba(0,0,0,0.7);
			    background: rgba(255, 255, 255, 0.7);
				margin:0px;
				display:none;
			}