/* Add here all your CSS customizations */
@media screen and (max-width: 600px) {
 .custom-section-background .container:before {
    visibility: hidden;    
    display: none;
  }
}

.modal {
	z-index : 9999;
}
