.externalContentBox {
 /*background: #002c50;
 background-size: contain;*/
 position: absolute;
 display: block;
}
.externalContentAccept {
  /*background-color: #002c50;*/
  opacity: 0.7;
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.externalContentWrapper, .externalContentAccept, .externalContentWrapper>:first-child {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.externalContentBox, .externalContentWrapper, .externalContentAccept, .externalContentWrapper>:first-child {
  height: 100%;
  width: 100%;
}
.externalContentAccept > span, .externalContentAccept > p {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}
.externalContentBackground, .rationBox img.externalContentBackground {
  opacity: 0.1;
  height: inherit;
}

@media screen and (max-width: 1100px){
  #dsmcookieconsentwrap {
    flex-direction: column;
  }
}
.ratioBox > .externalContentBox > img {
  height: inherit;
}

.highend360-iframe {

}
