.component-custom-banner-wsj-donate .simple-campaign-close {
  display: none;
}

.component-custom-banner img {
  border: none;
  box-shadow: none;
}

.component-custom-banner-wsj-donate p * {
  font-size: 20px;
}

.component-custom-banner-wsj-donate hr {
  margin-top: 0 !important;
}

.component-custom-banner-wsj-donate .simple-campaign-close {
  color: #fff;
  position: absolute;
  right: 20px;
  font-size: 22px;
  cursor: pointer;
}

.component-custom-banner-wsj-donate .simple-campaign-close i {
  font-size: 36px;
  color: #fff;
}

.component-custom-banner-wsj-donate .campaign-logo {
  margin-top: 40px;
  width: 600px;
  max-width: 100%;
}

.component-custom-banner-wsj-donate .wsj-donate-banner-main-text,
.component-custom-banner-wsj-donate .wsj-donate-banner-secondary-text {
  margin-left: 5%;
  padding: 20px 40px 0px 0;
}
.component-custom-banner-wsj-donate .wsj-donate-banner-secondary-text {
  padding-top: 0;
}

.component-custom-banner-wsj-donate a.button {
  background-color: #fff;
  color: #9a0027;
}

.component-custom-banner-wsj-donate a.button:hover {
  color: #fff;
  background-color: #9a0027;
  border-color: #9a0027;
}

.component-custom-banner-wsj-donate .two-buttons {
  margin-left: 5%;
}

.component-custom-banner-wsj-donate .two-buttons .button:first-child {
  margin-left: 0 !important;
  margin-bottom: 25px !important;
}

@media only screen and (max-width:768px) {
  .component-custom-banner-wsj-donate .campaign-logo {
    max-width: 80%;
  }
}

@media only screen and (max-width:600px) {
  .component-custom-banner-wsj-donate .simple-campaign-close {
    right: 0;
  }
}