@CHARSET "UTF-8";

/*----------------------------------------------------------------------------- 
IDS Screen Stylesheet 
version:		0.3 
date:			24.05.2021 
author:			Kamilla Michele 
email:			kamilla.michele@tiv-consulting.de
for website:	czastka.de
-----------------------------------------------------------------------------*/

/*---matrix-project-page---*/


h2,h3,h4,p {
	font-size: larger;
	line-height: 1.5em;

}

#matrix-project {
 margin-bottom: 50px;
}


#impression1 {
	float: right;
	height:98%;
	width: 300px;
	margin: 30px 0px;
	margin-left: 20px;
}

#impression1 a {
}

#impression1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}



#impression2 {
	float: right;
	height: auto;
	width: 40%;
	margin: 30px 0px;
	margin-left: 20px;
}


#impression2 a {
}

#impression2 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}




/*--------------------*/




@media only screen and (max-width:1024px) {
		
	

}


@media only screen and (max-width: 568px) {


}
































