i:hover {
  cursor: pointer;
}

#bigScreenDownload {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

#bigScreenDownload a {
  color: black;
}

#bigScreenDownload a:hover {
  color: #0000ee;
}

@media (min-width: 870px) {
  #smallScreenDownload {
    display: none;
  }
}

@media (max-width: 870px) {
  #bigScreenDownload {
    display: none;
  }

  #smallScreenDownload {
    position: absolute;
    bottom: 100px;
    right: 5px;
  }

  #smallScreenDownload a {
    color: black;
  }
}
