
@media screen and (max-width: 899px) 
{
	img.leaves {
	    height: 250px;
	    max-width: 80%;
	    top: 44px;
	}
}

@media screen and (max-width: 599px) 
{
	img.leaves {
		height: 150px;
		top: 29px;
		max-width: 90%;
		width: 400px;
	}
}