/**
 * (./) home.css
 * (by) cousot stéphane @ http://www.ubaa.net/
 * (cc) some right reserved
 *
 * Locus Sonus Lion wiki design
 * locusonus-minimal design: Home page
 * version 0.1
 *
 *
 * -------------------------------------------------------------------------------------------------
 *
 *  THIS CODE ARE RELEASED UNDER A CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
 *  @ http://creativecommons.org/licenses/by/4.0/
 *
 * -------------------------------------------------------------------------------------------------
 */


article p:first-of-type
{
	margin-top: 0;
}

article img
{
	width: 100%;
	height: 140px;
	object-fit: cover;
	filter: grayscale(1);
	display: block;
}

article img:hover
{
	filter: none;
}

article p.last-changed
{
	display: none;
}

@media only screen and (max-device-width: 780px)
{
/*	#container { padding: 0px; }
	main { margin-top: 0px; }
	footer { padding: 0 10px; }*/
	article p:first-of-type br { display: none; }

	article p:first-of-type span.label
	{
		position: absolute;
		display: block;
		margin-top: -26px;
		padding: 3px 10px;
		width: calc(100% - 40px);
		background-color: rgba(255,255,255,0.8);
	}

	article p:first-of-type img
	{
		margin-bottom: 3px;
	}
}