#custom_image_for_events1{
	display:block;
}
#custom_image_for_events2{
	display:none;
}
@media (min-width: 100px) and @media (max-width: 575.98px) {
	#custom_image_for_events1{
    	display:none;
    }
    #custom_image_for_events2{
    	display:block;
    }
}
@media (min-width: 576px) and @media (max-width: 767.98px) {
	#custom_image_for_events1{
    	display:none;
    }
    #custom_image_for_events2{
    	display:block;
    }
}