body,
body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.container {
  width: 728px;
  height: 90px;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: relative; /* Ensure the container is positioned relative */
}

.border {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: solid 1px #DF241F;
}

#exit {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.asset {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}