@media screen and (max-width: 490px)
{
	.projects-list{
		display: block;
		}

	.project{
		width: 80%;
		}
}


@media screen and (max-width: 440px)
{
	.project{
		width: 95%;
		}
}



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

}