@charset "UTF-8";

/* Mobile Layout: 480px and below. */

.article2pics
{
	
}

.section2pics
{
	clear: both;
	float: left;
	display: block;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.article2pics
{
	
}

.section2pics
{
	clear: none;
	float: left;
	display: block;
	width: 49%;
	margin-right: 2px;
	margin-bottom: 2px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.article2pics
{
	
}

.section2pics
{
	clear:none;
	float: left;
	display: block;
	width: 382px;
	margin-right: 2px;
	margin-bottom: 2px;
}


}
