@media all and (min-width:768px) {
  .top-news-items .top-news-img { height: 80px; }
}

@media all and (max-width:767px) {
  .top-news-items .top-news-img { height: auto; }
}

@media all and (min-width:992px) {
  #footer .footer-top .footer-contact {
    margin: -60px 0 -30px 0;
    background: #455A64;
    padding: 60px 30px 30px 30px;
  }
  
}