body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

.container {
  height: 250px;
  width: 300px;
  overflow: hidden;
  position: absolute;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  border: 1px #e5e5e5 solid;
}

.panera-logo {
  position: absolute;
  top: -0.5px;
  left: 35px;
  height: 70px;
  width: 70px;
  background: #6d712e;
  z-index: 2;
}

.panera-logo > svg {
  transform: translateY(12px) scale(0.85);
}

.headline {
  position: absolute;
  top: 86px;
  left: 21px;
}

.subhead {
  position: absolute;
  bottom: 40px;
  left: 12px;
  transform: scale(0.95);
}

.platform-icons {
  position: absolute;
  bottom: 10px;
  left: 8px;
  display: inline-flex;
}

.icon {
  display: flex;
  margin: 0 3px;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background: #af5026;
  z-index: 2;
  cursor: pointer;
  transition: background-color 200ms;
}

.icon:hover {
  background: #6d712e;
}

.icon > svg {
  fill: white;
  z-index: 2;
}

svg {
  display: block;
}

.icon.ar {
  right: 116px;
}

.icon.facebook {
  right: 86px;
}

.icon.instagram {
  right: 56px;
}

.icon.snap {
  right: 26px;
}

.bg-video {
  position: absolute;
  display: block;
  top: -30px;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.bg-video > video {
  height: 280px;
}

.preview-model {
  position: absolute;
  left: 5px;
  bottom: 65px;
  z-index: 2;
  overflow: hidden;
}

.preview-model > model-viewer {
  height: 60px;
  width: 120px;
  --poster-color: white;
}

.panera_cta_holder {
  position: absolute;
  overflow: hidden;
  top: 215px;
  left: 11px;
  z-index: 5;
  opacity: 0;
  height: 25px;
  width: 25px;
}

#panera_cta {
  cursor: pointer;
  position: absolute;
  left: -248px;
  top: -98px;
}
