/* Footer image CSS */ 
#footer-img {
    background: url('../images/speak-up-for-inclusion.jpg') no-repeat;
    background-size: cover !important;
    height: 447px!important;
    background-size: 120% !important;
    background-position: center;
  }

  #footer-img .section-inner {
    position: relative;
    height: 447px!important;
  }

  #footer-img .content {
    position: absolute;
    /* bottom: 50%; */
    /* top: 20%; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    color: #f1f1f1;
    padding: 20px;
  }

  #footer-img .content a{
    color: #f1f1f1;
  }

  @media screen and (min-width: 640px) {
    .footer-img-content{
      width: 90%;
    }
  }

