.product-description {
  max-height: none !important;
  overflow: visible !important;
}

#newsletter {
  background-image: url('/custom/newsletter_bg_madrid.jpg') !important;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  html, body {
    background-color: #ffffff !important;
  }

  .container,
  .main,
  .site,
  .wrapper,
  .page,
  .content,
  .section,
  .mobile-wrapper,
  .mobile-main,
  #newsletter {
    background-color: #ffffff !important;
    background-image: none !important;
  }
}
.header-logo img {
    max-height: 150px !important;
    height: auto !important;
}
body {
  background-color: #ffffff !important;
}