/* 136.0 - remove decorative account background photography */
.customer-welcome--clear,
.customer-account-section{
  background:#fff !important;
  background-image:none !important;
}
@media(max-width:620px){
  .customer-welcome--clear,
  .customer-account-section{
    background:#fff !important;
    background-image:none !important;
  }
}
