    /* ===== AUTOPLAY ===== */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* Above is the Font Awesome CSS to display the Pause and Play buttons! */

.buttondiv {
  cursor: pointer;
  position: fixed;
  height: 36px;
  bottom: 5px;
  width: 36px;
  left: 5px;
  color: white;
  z-index: 1;
}

.autoplayer button {
  background: #4694E1;
  cursor: pointer;
  color: white;
  border: none;
  padding: 2px 4px 0px 10px;
  border-radius: 10px;
  font-size: 18px;
  position: fixed;
  height: 36px;
  bottom: 5px;
  width: 36px;
  left: 5px;
}

.autoplayer a {
  background: #4694E1;
  color: white;
  text-decoration: none;
  padding: 2px 10px;
  border-radius: 10px;
  position: fixed;
  font-size: 15px;
  height: 36px;
  bottom: 5px;
  z-index: 1;
  left: 50px;
  color: white;
}