/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.mobile_br {
  display: none;
}
@media (max-width: 576px) {
  .mobile_br {
    display: block;
    /* Add other properties here */
  }
}

