/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE 480

=====================================================*/

@media all and (min-width: 481px) {
  body.home-page-wrapper {
    background: #eee;
  }
  .footer-lower .social {
    margin: 10px 50px;
  }
  .footer-lower .information-links.sites li {
    margin: 10px 0;
  }
  .wishlist-content .buttons button,
  .wishlist-content .buttons input {
    width: auto;
    min-width: 124px;
  }
}
