/*Sample Image just for tests */
.pf-widget-modal.mlb-background-img .pf-widget-content {
  background: url("http://mlb.mlb.com/mlb/images/lytics/interstitial/atl_sample_600x400.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-width: 600px;
  margin: 0;
  padding: 0;
}

.pf-widget-modal.mlb-background-img .pf-widget-headline {
  margin: 0;
}
.pf-widget-modal.mlb-background-img .pf-widget-footer {
  margin: 0;
}
.pf-widget-modal.mlb-background-img .pf-widget-message {
  margin: 0;
}

.pf-widget.mlb-background-img .pf-widget-btn.pf-widget-ok {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  height: 398px;
  width: 600px;
}

/*Astros Background Image*/
.pf-widget-modal.astros .pf-widget-content {
  background: url("https://storage.googleapis.com/lioservices/3017-mlb/MLB-600x400_HOU_Astros_Modal.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-width: 600px;
  margin: 0;
  padding: 0;
}

.pf-widget-modal.astros .pf-widget-headline {
  margin: 0;
}
.pf-widget-modal.astros .pf-widget-footer {
  margin: 0;
}
.pf-widget-modal.astros .pf-widget-message {
  margin: 0;
}

.pf-widget.astros .pf-widget-btn.pf-widget-ok {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  height: 398px;
  width: 600px;
}

/*Cubs Background Image*/
.pf-widget-modal.cubs .pf-widget-content {
  background: url("https://storage.googleapis.com/lioservices/3017-mlb/MLB_600x400_chc_cubs_customer_journey.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-width: 600px;
  margin: 0;
  padding: 0;
}

.pf-widget-modal.cubs .pf-widget-headline {
  margin: 0;
}
.pf-widget-modal.cubs .pf-widget-footer {
  margin: 0;
}
.pf-widget-modal.cubs .pf-widget-message {
  margin: 0;
}

.pf-widget.cubs .pf-widget-btn.pf-widget-ok {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  height: 398px;
  width: 600px;
}

/*Braves Background Image*/
.pf-widget-modal.braves .pf-widget-content {
  background: url("https://storage.googleapis.com/lioservices/3017-mlb/MLB_Atlanta_Braves_600x400_Lytics.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-width: 600px;
  margin: 0;
  padding: 0;
}

.pf-widget-modal.braves .pf-widget-headline {
  margin: 0;
}
.pf-widget-modal.braves .pf-widget-footer {
  margin: 0;
}
.pf-widget-modal.braves .pf-widget-message {
  margin: 0;
}

.pf-widget.braves .pf-widget-btn.pf-widget-ok {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  height: 398px;
  width: 600px;
}

/* Nationals Background Image */
.pf-widget-modal.nationals .pf-widget-content {
  background: url("https://storage.googleapis.com/lioservices/3017-mlb/nationals.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  max-width: 600px;
  margin: 0;
  padding: 0;
}

.pf-widget-modal.nationals .pf-widget-headline {
  margin: 0;
}
.pf-widget-modal.nationals .pf-widget-footer {
  margin: 0;
}
.pf-widget-modal.nationals .pf-widget-message {
  margin: 0;
}
.pf-widget.nationals .pf-widget-btn.pf-widget-ok {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  height: 398px;
  width: 600px;
  box-shadow: none;
}
.pf-widget.nationals .pf-widget-close {
  top: 10px;
  margin-right: 18px;
}
