.free-wall {
	width: 100%;
	height: 100%;
    position: relative;
    padding: 0px;
}
.brick {
	background: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-radius: 3px;
    color: #333;
    border: none;
				width: 221.2px;
    background-color: white;
    float: left;
    cursor: default;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;				
			}
.brick img {
	width: 100%;
	max-width: 100%;
	display: block;
				margin: 0px;
				padding: 0px;
				display: block;
			}
.info {
	padding: 2px 15px;
    color: #333;
    font-size: 15px;
    text-decoration: underline;
    overflow: hidden;
    height: 50px;
}	
.info a{ 
	color: var(--colorDarkGreen);
    font-size: 15px;
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
}					

.pdf img,
.imagenew img,
.image-new img,
.image img,
.video img{
	object-fit: cover;
	height: calc(100% - 60px);
	position: relative;
}
.video iframe{
	width: 100%;
	height: calc(100% - 60px);
}

