@media screen {
  /* Adjust the position of the podium-bubble */
  #podium-bubble {
    bottom: 40px !important;
  }

  /* Adjust the position of the podium-prompt */
  #podium-prompt {
    bottom: 110px !important;
  }
}