:root { 
	--mb-button-size: 10vw;
	--mb-bar-width: 1;
	--mb-bar-height: .5vw;
	--mb-bar-spacing: 1.5vw;
	--mb-animate-timeout: 0s;
	--currentColor: #fff;
}

@media only screen and (max-width: 980px) {
	:root {
		--mb-button-size: 50px;
		--mb-bar-height: 5px;
		--mb-bar-spacing: 12px;
	}
}

@media only screen and (max-width: 768px) {
	:root {
		--mb-button-size: 45px;
		--mb-bar-height: 1.25vw;
		--mb-bar-spacing: 2.85vw;
	}

	.mm-btn_close:after,
	.mm-btn_close:before {
		width: 15px;
		height: 15px;
		border-color: #fff;
		border-width: 4px;
	}

		.mm-btn_close:before {
			right: 3px;
		}

		.mm-btn_close:after {
			right: 25px;
		}
}