body {
  margin: 0;
  background-color: #ffffff;
}

#ribbon-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 1000;
  padding: 10px 0;
}

#ribbon-wrapper img {
  display: block;
  background-color: transparent;
}

#ribbon-img {
  /* max-width: 100%; */
  height: auto;
}

#cut-ribbon-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  padding: 8px 16px;
  font-weight: bold;
  color: #fff;
  background-color: #d50000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
