/* LOCAL CSS UPDATES */
.cstm-mobile-break{
	display: none;
}

@media (max-width: 480px) {
	.cstm-mobile-break{
		display: initial ;
	}
}