#home{
  background-image: url("../img/contact-us-bg-home.png");
  background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  min-height: 500px;
  height: calc(100vh - 60px);
}

#contact-us{
  min-height: 750px;
}
#contact-us-sm .img-hover{
  position: relative;
}
.border-contact-us{
  position: relative;
}
.button-radius:hover, .button-radius:focus{
  background-image: none;
}