div#modal_general_ads,
div#modal_general_ads_onload{
z-index: 999999;
}
.pop_retrato{
height: 50vh;
width: auto;
}

div#modal_general_ads a {
display: flex;
}
  
@media only screen and (max-width: 600px) {
  .pop_retrato{
    height: auto !important;
    width: auto;
  }
}