/*no alt style available*/

/*
The very first line of this stylesheet MUST be used only for alternate styling classes.
Add the classes between the asterisks and separate each class with a comma
Add alt styles classes prepended with the ID in the format as
#lead-left.altclass .mtitem {}
*/

#grid.cmse-latest .item {
	float: left;
	box-sizing: border-box;
	margin-bottom: 15px;
	text-align: center;
}
#grid.cmse-latest .item .item-inner {padding: 5px;}

#grid.cmse-latest span.title {}
#grid.cmse-latest span.mask {border: 4px solid #dddddd;}
#grid.cmse-latest span.text {display: block;}

#grid.cmse-latest .leadwrap {clear: both; float: none; display: block;}
#grid.cmse-latest .leadwrap .item {
	
}

@media (max-width: 979px) {

}

@media (max-width: 640px) {
	#grid.cmse-latest .item, #grid.cmse-latest .item span.mask {
		float: none; 
		width: auto !important; 
		clear: both; 
		height: auto !important;
		}
		
	#grid.cmse-latest .item {
		margin: 0; 
		margin-bottom: 20px;
	}
}