@media screen and (min-width: 981px) {

}
@media screen and (max-width: 980px) {
	.stackable {
		display: block !important;
		float: none !important;
		margin: 1% auto 1% auto !important;
		width: 96% !important;
	}
}

@media screen and (max-width: 640px) {
	.stackable2 {
		display: block !important;
		float: none !important;
		margin: 1% auto 1% auto;
		width: 96% !important;
	}
}