.download-container {
  display: flex;
  width: 100%;
  flex: 1;
  position: relative; }

.download {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform 0.5s ease; }
  .download:hover {
    transform: scale(1.25); }
