
.us-distributor img{
 height: 100px;
 width: auto;
}

.us-distributor{
 width: 200px;
 background: white;
}

.brand-container .brand-1, .brand-container .brand-2{
 max-width: 18%;
}

.brand-container .brand-3, .brand-container .brand-4, .brand-container .brand-5, .brand-container .brand-6{
  max-width: 16%
}

.brand-container .brand-1, .brand-container .brand-2, .brand-container .brand-3, .brand-container .brand-4, .brand-container .brand-5, .brand-container .brand-6{
  padding: 5px;
}

@media (max-width: 48em){
 .brand-container .brand-1, .brand-container .brand-2, .brand-container .brand-3, .brand-container .brand-4, .brand-container .brand-5, .brand-container .brand-6{
  max-width: 100%;
  height: auto;
 }
}

@media (max-width: 48em){
 div#image-fixed{
  display: none;
 }

 #image-fixed-mobile{
  position: fixed;
  top: 8%;
  z-index: 500;
 }
}

@media (min-width: 48em){
  #image-fixed-mobile{
   display: none;
  }
}

#image-fixed {
  top: 5px !important;
}


#image-fixed img{
 height: 70px;
 width: auto;
}

#wow-modal-window-11{
 height: 600px !important;
}
