.ecommerce-img img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:991px) {
  .eCommHeader {
    padding:0 !important;
    font-size: 24px !important;
    margin-bottom:1em !important;
  }
}


.ecommerce-logo {
    margin-bottom: 40px;
    min-width: 16.666666%;
    padding: 0 20px;
    width: 16.666666%;
}

@media only screen and (max-width:1080px) and (min-width:769px) {
  .ecommerce-logo {
    width:33% !important;
  }
}

@media only screen and (max-width:768px) {
  .ecommerce-logo {
    width:50% !important;
  }
  
