@media only screen and (min-width:768px) and (max-width:1366px){
	.row {
		width:100% !important;
	}
	
	.bod-first-row {
		width:50% !important;
	}
	
	.col-md-2 {
		width:33% !important;
		margin-bottom:10px;
		float:left;
	}	
}

@media only screen and (min-width:480px) and (max-width:767px){
	.row {
		width:100% !important;
	}
	
	.bod-first-row {
		width:100% !important;
	}
	
	.col-md-2 {
		width:25% !important;
		margin-bottom:10px;
		float:left;
	}	
}

@media only screen and (min-width:320px) and (max-width:479px){
	.row {
		width:100% !important;
	}
	
	.bod-first-row {
		width:100% !important;
	}	
	
	.rose-image-property {
		display:none !important;
	}	
	
	.col-md-2 {
		width:50% !important;
		margin-bottom:10px;
		float:left !important;
	}	
}