article.box-square {
	padding-bottom: 100%;
	position: relative;
}

article.box-square figure {
	position: absolute;
	top: 0;
	left: 0;
}

article.box-square .box-square-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFFFFFEE;
	width: 90%;
	border-top-right-radius:2em 2em;
    padding: 1rem 0.5rem 1.5rem 1rem;
}
div.item article.box-square .box-square-content {
    bottom: 0rem;
    padding: 1rem 0.5rem 1.5rem 1rem;
}

article.box-square .box-square-content h2 {
	text-transform: initial;
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
article.box-square .box-square-content h3 {
	color: var(--color-main);
	font-size: 0.875rem;
	margin-bottom: 0.250rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
	 -webkit-box-orient: vertical;
}

article.box-square .box-square-content a:link, 
article.box-square .box-square-content a:visited {
	color: var(--color-black);
}

article.box-square .box-square-content a:hover, 
article.box-square .box-square-content a:active {
	color: var(--color-darkgrey);
}
