
@media screen and (max-width: 480px), screen and (max-device-width: 480px) {
	[class~="divider"] {
		width: 100% !important;
	}

	[class~="divider__wrapper"] {
		width: auto !important;
	}
}