/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 767px) {

}
/*iPad in portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  ul.authorized-vendors-items li {
    margin-left: 0;
    margin-bottom: 30px;
    width: 48%;
  }
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
  ul.authorized-vendors-items li {
    margin-left: 0;
    margin-bottom: 30px;
    width: 48%;
  }
}

@media only screen and (max-width : 479px) {
  ul.authorized-vendors-items li {
    margin-left: 0;
    margin-bottom: 30px;
    width: 98%;
  }
}