/* Landscape phones and down */
@media (max-width: 480px) { 

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {  

}


/* Large desktop */
@media (min-width: 1200px) {
	.small_3x_blocks .details{ width: 200px !important; margin: 0px 0px 10px 15px !important;}
	.big_2x_blocks .details{ width: 270px !important; margin: 0px 0px 10px 25px !important;}
}
 



