.text-video-information-button a {
  position: relative;
  display: inline-block;
  padding: .6em 2em;
  margin-top: 22px;
  background-color: #da3c1d;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
@media (max-width:767px) {
  .text-video-information-button a {
    font-size: 12px;
  }
}
.text-video-information-button a::after {
  position: absolute;
  content: '\f054';
  height: 1em;
  line-height: 1;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -.5em;
  width: 1em;
  font-size: 10px;
}