.cookie-shield {
  position: relative;
  height: auto;
}

.cookie-shield .cookie-shield__fallback-container {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.cookie-shield .cookie-shield__fallback-container img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.cookie-shield__overlay {
  position: absolute;
  background: rgba(0, 0, 0, .7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: table;
  overflow: auto;
}
.cookie-shield__container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-shield__actions {
  color: #fff;
  vertical-align: middle;
  max-width: 480px;
}
.cookie-shield__actions .cookie-shield__message {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.cookie-shield__actions .cookie-shield__message a {
  color: #efefef !important;
  text-decoration: underline;
}
