.paragraph--type--full-viewport-hero-slider .cta-button a {
	display: inline-block;
  position: relative;
  border: 0;
  border-radius: 90px;
  padding: 10px 40px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease;
  z-index: 1;
  background: #f3410e;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 900px) {
  .paragraph--type--full-viewport-hero-slider .cta-button a {
    padding: 15px 50px;
  }
}