@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 320px) 
{
	
	.img-intro__left, .img-full__left
	{
		display:inline;
	}

}

@media only screen and (min-width: 321px)and (max-width: 480px)
{
	.img-intro__left, .img-full__left
	{
		display:inline;
	}

}
 
@media only screen and (min-width: 481px)and (max-width: 640px)
{

	.img-intro__left, .img-full__left
	{
		display:inline-flex;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
	
	
	
}
@media only screen and (min-width: 1824px)
{
} 