@media (max-width: 1200px) {
  .izq {
    display: none !important;
  }

  #header {
    min-height: 70px !important;
    padding-bottom: 24px !important;
  }

  #ranking {
    position: relative !important;
    right: 0px;
    top: 0px;
    width: 90%;
    margin-left: 5%;
    background: white;
  }
/*
  #userCountry {
    position: relative !important;
    margin-top: -163px !important;
    margin-bottom: 90px !important;
  }*/

  #imgCatOff,
  #imgCatOn {
    margin-top: 40px !important;
  }
}

@media (max-width: 768px) {
  .address {
    font-size: 0.7rem !important;
    padding: 8px !important;
  }

  .statsDiv {
    width: 100% !important;
  }

  .enlace {
    margin-right: 18px !important;
  }

  .address strong {
    display: none !important;
  }

  #chart1,
  #chart2 {
    margin-bottom: 24px !important;
  }
}
