
body {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0px;
  background-color: #FFF;
}

#main-container {
  /* ---------------------------------------------------
Comment out before supplying!
--------------------------------------------------- */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* --------------------------------------------------- */
  position: absolute;
  width: 970px;
  height: 250px;
  border: 1px solid #002887;
  box-sizing: border-box;
  background: #000;
  overflow: hidden;
}

#content_dc {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

#exit {
  cursor: pointer;
}

.fullsize {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 250px;
}

#logo {
  position: absolute;
  width: 166px;
  margin: auto;
  left: 0;
  right: 0;
  top: 45px;
}

.copy {
  position: absolute;
  color: white;
  /* color: pink; */
  font-family: EricssonHilda-Light;
  line-height: 1.15em;
}

.copy b {
  font-family: EricssonHilda-Bold;
}

#copy_1 {
  top: 25px;
  left: 25px;
  font-size: 39px;
}

#copy_2 {
  top: 25px;
  left: 25px;
  font-size: 39px;
}

#copy_3 {
  /* THIS IS AN IMAGE */
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  margin: auto;
  width: 326px;
}

#cta {
  position: absolute;
      width: 122px;
      height: 33px;
      margin: auto;
      left: 0;
      right: 0;
      top: 192px;
      overflow: hidden;
      border-radius: 6px;
      background-color: rgba(255,255,255,0);
      border: 2px solid #fff;
      box-sizing: border-box;
}

#border_container {
  position: absolute;
  width:100%;
  height:100%;
}

#cta_text_container {
  position: absolute;
  width:100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: EricssonHilda-Medium;
  font-size: 18px;
  color: white;
}
