/* FIX OOKLA / AWARDS OVERFLOW */
[class*="award"],
[class*="ookla"],
[class*="speedtest"],
[class*="badge"] {
  max-width: 100% !important;
  overflow: hidden !important;
}

[class*="award"] img,
[class*="ookla"] img,
[class*="speedtest"] img,
[class*="badge"] img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}
