#banner{
  position: relative;
}

#home-banner-headline{
    /*
    position: absolute;
    top: 50px;
    width: 96.66666666666666%;
    color: #fff;
    */
}

#main-body.home-page a.btn{
  text-decoration: none;
}

  #homepage-two dl a{
    text-decoration: none;
  }


/*
MEDIA MAX WIDTH 1200px
*/
@media only screen and (max-width: 1200px) {

}

/*
MEDIA MAX WIDTH 992px
*/
@media only screen and (max-width : 992px){

#home-banner-headline.hero{
width: 80%;
}

  #homepage-two dl{
    margin: 0;
  }

  #homepage-two .practice-areas-btn{
    margin-top: 30px;
  }





}


/*
MEDIA MAX WIDTH 768px
*/
@media only screen and (max-width : 768px) {



}



