.adcontainer-min-width {
  min-width: 310px;
}

.adcontainer-medium-rectangle {
  margin-top: 20px;
  background-color: #FCDED4;
  width: 300px;
  height: 250px;
}

.adcontainer-large-rectangle {
  margin-top: 20px;
  background-color: #FCDED4;
  width: 336px;
  height: 280px;
}

.adcontainer-half-page {
  margin-top: 20px;
  background-color: #FCDED4;
  width: 300px;
  height: 600px;
}


.adcontainer-dash-ad-identifier {
  color: #6D6E70;
  font-size: 10px;
}

.adcontainer-dash-ad-content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.adcontainer-dash-ad {
  align-self: center;
  justify-self: center;
}

.adcontainer-dash-ad-identifier {
  margin: 20px;
}
