.breadcrumb
{
	display: none !important;
}
.card-container
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
				
}

.card-container a
{
	font-size: 1.2rem !important;
}

.square-box{
	position: relative;
				
	overflow: hidden;
	background: #F5F5F5;
	margin-top:0 !important;
	color: black;
	background-position:center;
	background-size: cover !important;
}
			
.square-box:nth-child(4n-1), .square-box:nth-child(4n-2)
{
	background: #e8e8e8;
}
			
.square-box:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.square-content{
				
	/*bottom: 0;
	right: 0;*/
	color: black;
	text-align: center;
	padding-bottom:2.5rem;
}