a, a:visited, a:hover, a:active {
  color: inherit;
}
.table-binsback{
  background: #000 url('images/background.jpg') no repeat;
  height: 100%;
  border: none;
  margin: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; 
}
.hover-contact {
        width: 158px;
        height: 56px;
        background: url('images/contact-red.png') no-repeat;
        display: inline-block
    }
.hover-contact:hover {
        background: url('images/contact-grey.png') no-repeat;
    }
 .hover-readmore {
        width: 165px;
        height: 41px;
        background: url('images/read-more-red.png') no-repeat;
        display: inline-block
    }
 .hover-readmore:hover {
        background: url('images/read-more-grey.png') no-repeat;
    }
.hover-bullets {
        width: 34px;
        height: 32px;
        background: url('images/bullet-red.png') no-repeat;
        display: inline-block
    }
.hover-bullets:hover {
        background: url('images/bullet-grey.png') no-repeat;
    }