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

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

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

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

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

.component-custom-banner-coronavirus .coronavirus-banner-main-text p {
  padding: 10px;
}

/*.component-custom-banner-coronavirus .coronavirus-banner-main-text {
  background: rgb(154, 0, 39, .8);
}*/

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

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

.component-custom-banner-coronavirus img, 
.component-custom-banner-coronavirus .two-buttons, 
.component-custom-banner-coronavirus div.coronavirus-banner-main-text p {
  margin-left: 10%;
}

@media only screen and (min-width:1000px) {
  .component-custom-banner-coronavirus {
    height: 425px;
  }
}

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

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

.component-custom-banner-coronavirus .coronavirus-banner-main-text p {
  font-size: 16px;
  margin-bottom: 30px;
}

.component-custom-banner-coronavirus img, 
.component-custom-banner-coronavirus .two-buttons, 
.component-custom-banner-coronavirus div.coronavirus-banner-main-text p {
  margin-left: 20px;
}