.mc-layout__modalContent{background-color:#ffffff;}
.modalContent__content{padding:30px;}
.modalContent__content {
  float: left;
  width: 530px;
  padding: 30px;
}
.modalContent__image {
  float: right;
  min-height: 400px;
  width: 450px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.modalContent__image {
  background-image: url(https://gallery.mailchimp.com/8cd6935f7cedfd119df920155/images/b65558c8-ceeb-4cab-90f5-018459c07886.png);
}
.modalContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  background: #FFFFFF;
}