@media(min-width: 1600px) {
.module-quick-apt .module-quick-apt-toggle {
    width: 140px !important;
    height: 140px !important;
	font-size: 12px !important;
}}

@media (max-width: 1600px) {
	.module-quick-apt .module-quick-apt-toggle:before {
		width: 30px !important;
		height: 30px !important;
		margin-right: 15px;
}
	.module-quick-apt .module-quick-apt-toggle {
		height: 70px !important;
		width: 70px !important;
	}
}