@media screen and (max-width: 425px) {

/*-----------------------------------------------------	*/
/* Breadcrumb
/*-----------------------------------------------------	*/

section.breadcrumb ul {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*-----------------------------------------------------	*/
/* Main
/*-----------------------------------------------------	*/

main section div.relation-card ul li {
	width: calc(100% - 16px);
}

/* Markup html tags and formatting -------------------- */

main section.content div.gallery figure.gallery-item {
	display: inline-block;
	margin: 4px;
	text-align: center;
	vertical-align: top;
	width: calc(50% - 8px);
}

}