div.frame
{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

div.child
{
	
}

div.buch
{
	max-width:440px;
}