.row_partner_project img 
{
	width: 90%;
	height: auto;
	/* width: auto; */
	max-width: 320px;
}
#first_row_partner img
{
	max-height: 80px;
	width: auto;
}

#second_row_partner img
{
	max-height: 80px;
	width: auto;
}


@media only screen and (max-width: 991px) 
{
	.row_partner_project img 
	{
		max-width: 90%;
	}
	#first_row_partner img
	{
		max-height: 80px;
	}
	#second_row_partner img
	{
		max-height: 60px;
		
	}
}