div#slider div {
    width: 100% !important;
    height: auto !important;
}

.category-bnr {
    background: #F7F4EE;
    padding-top: 15px;
      max-width: 713px;
    margin: 0 auto 30px;
}

.category-bnr a {
    display: block;
    text-align: center;
    border: 1px solid #B59255;
    margin-bottom: 15px;
    background: #FFF;
}

.category-bnr a:hover {
  background: none;
}

.category-bnr a img:hover {
  opacity: 1;
}

@media (max-width: 980px) {
  .category-bnr {
    float: none;
  }
  
  .free-space {
    top: 80px;
  }
  
  .menu-item input[type="text"] {
    width: 100px;
    font-size: 14px;
}
  
}

@media (max-width: 768px) {
 .category-bnr a {
    border: none;
    width: auto;
    display: inline-block;
} 
}