/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

.brands li {
  width: 40px;
  height: auto;
}

.hidden-xs {
  display: none;
 }

}