/*photo wall*/

.va-photo-wall-container{
	height: 235px !important;
	margin: 2px;
}

.va-photo-wall-img-container{
	max-height: 235px !important;
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.va-photo-wall-img{
	min-height: 235px;
    display: block;
    margin: auto;
}

.va-photo-wall-text{
	margin-top: -50px;
    text-align: center;
    font-weight: 600;
    color: #ffffff !important;
}


.va-photo-wall-container:hover{
    opacity: 75%;
}



/*photo wall*/
