/* local override */
.custom-wrap {
	white-space: nowrap;
}

@media only screen and (max-width: 364px) {
	.custom-wrap {
		white-space: normal;
	}
}
