#pages_home .hero-section {
  background-image: url("/images/home/wfx-hero.jpg");
  background-position: bottom;
  box-shadow: none;
  color: #fff; }
  #pages_home .hero-section .hero-blurb {
    margin-top: 100px; }
  #pages_home .hero-section .cta {
    font-size: 18px;
    padding: 5px 20px; }

@media (max-width: 480px) {
  #pages_home .hero-section {
    height: auto; }
    #pages_home .hero-section .hero-blurb {
      margin-top: 0; } }
