.btn--small {
  width: 300px;
  height: 30px;
  padding: 3px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .btn--small {
    width: 100%;
  }
}

@media screen and (max-width: 300px) {
  .btn--small {
    width: 77%;
  }
}

.annotation {
  font-size: 10px;
}
