.carousel-btn {
  text-decoration: none;
  background: none;
  padding: 0.55em;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.1;
  border-radius: 1.5em;
  font-size: 1.2rem;
  font-weight: normal;
  outline: none;
}

.carousel-btn-navigate{
  color: #ffffff;
  line-height: 1.0;
}

.carousel-btn-navigate-content{
  line-height: 1.0;
}