.autoplay-button{
  outline: none;
}
.autoplay-button:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f204";
    font-size: 1.2em;
    line-height: 1.0em;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}
.autoplay-button.checked:before {
    content: "\f205";
}