/* @override 
	https://www.ainsworth.fr/quote.css
/*
img {
	clip-path: circle();
	width: 50px;
	height: 50px;
}
*/

#quote {
	/*background-color: yellow;*/
	padding: 5%;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
	box-sizing: border-box;
	max-height: 50%;
}


#quote_photo {
	clip-path: circle();
	width: 50px;
	/*height: 50px;*/
	float: left;
	margin: 1%;
}

#quote_author {
	/*display: none;*/
	text-align: right;
	font-size: 3vmin;
	margin-right: 5%;
	
}

#quote_text {
	/*display: none;*/
	font-size: 3vmin;
	text-align: justify;
}