@media (max-width: 992px) {
    
    .defil_r a, .defil_l a{
    
    font-size:60px;
    

    }
    
    .modal_content {
  border-radius: 4px;
  
  top:150px;
  margin: 0 auto;
/*  width: 500px;*/
  max-width: 90%;
  background: white;
  /*padding: 1.5em 2em;*/
  padding:10px;
}
    
    .modal_close {
  position: absolute;
  top: 00px;
  right: 10px;
  color: grey;
  text-decoration: none;
  font-size:50px;
  font-weight:bold;
}
    
    
}