/* Responsive styles */

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

}
@media screen and (max-width: 768px)
{
	.home .sow-blog-posts article 
	{
		width: 100% !important;
	}
	.ue img 
	{
		width: 100%;
	}
}
@media screen and (max-width: 640px)
{

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

}