#eCommerce-superSavings-promotion {
  min-height: 85px;
  display: flex;
  flex-wrap: wrap;
  background: url('https://i8.amplience.net/i/epsonemear/supersavings-0524-banner-small-01') center/cover no-repeat;
}
#eCommerce-superSavings-promotion .container-fluid {
  width: 100%;
  align-self: center;
}
#eCommerce-superSavings-promotion .btn-primary {
  border-radius: 5px;
  white-space: nowrap;
}
#eCommerce-superSavings-promotion .text-row h4 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #353535;
}
#eCommerce-superSavings-promotion .text-row {
  width: 75%;
  padding: 5px 0;
  display: flex;
  margin: 0 -50px;
  flex-wrap: nowrap;
	justify-content: space-between;
}
#eCommerce-superSavings-promotion .text-col {
  padding: 0 50px;
  align-self: center;
}
#eCommerce-superSavings-promotion .d-mob {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
@media (max-width:1023px) {
  #eCommerce-superSavings-promotion {
    background-position: left;
  }
  #eCommerce-superSavings-promotion .text-row {
	  width: 100%;
    margin: 0;
  }
  #eCommerce-superSavings-promotion .text-col {
    padding: 0;
  }
	#eCommerce-superSavings-promotion .text-row h4{
		margin-right: 10px;
	}
}
@media (max-width:577px) {
  #eCommerce-superSavings-promotion .text-row {
    flex-wrap: wrap;
  }
  #eCommerce-superSavings-promotion .btn-primary {
    margin-top: 10px;
  }
}