@charset "UTF-8";

#banner-container {
  position: absolute;
  width: 300px;
  height: 250px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: white;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
