/*########################################################################################
 Simple Web Template, (c) 2021 webapps@cjpj, P. Janko
 MIT License: https://www.cjpj.de/contact.htm#terms
 https://github.com/cjpjwa/simple-web-template
########################################################################################*/

/* standard size */
.screenshot_img2		{border: 1px solid #999999; padding: 0px;  margin: 18px 1% 0px 1%; width: 450px; height:auto; aspect-ratio:803/557; box-shadow: 0 2px 4px 0 rgba(51,51,51,0.1),0 2px 10px 0 rgba(51,51,51,0.1);}
.screenshot_img3		{border: 1px solid #999999; padding: 0px;  margin: 25px 1% 0px 1%; width: 213px; height: 379px; aspect-ratio:213/379; box-shadow: 0 2px 4px 0 rgba(51,51,51,0.1),0 2px 10px 0 rgba(51,51,51,0.1);}
div.col0 hr			{padding:0px; margin:10px 40px 10px 40px;}
main div.svgdev	{text-align:center; padding:10px 0px 0px 0px;} 

/* smart phone size */
@media (max-width: 800px) {
	div.col0 hr			{margin:10px 20px 10px 20px;}
	.screenshot_img2	{width: 87%;}
}