#CovidModalCenter{
	z-index:9999;
}

modal-backdrop

@media only screen and (min-width:620px){
    .imagen{
		display:inline; 
		margin-top:10px; 
		height: auto; 
		width:35%
	}

}

@media only screen and (max-width:620px){
    .imagen{
		display:inline; 
		margin-top:10px; 
		height: auto; 
		
	}

}