.notice-section {
  position: relative;
  padding: 0px 0px 0px;
  line-height: 1;
  padding: 8px 0px;
}
.notice-section .notice-heading {
  width: fit-content;
  white-space: nowrap;
  background-color: #eb5310;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  vertical-align: middle;
  padding: 9px 10px;
  z-index: 99;
}
.notice-section marquee {
 line-height: 1.2 ;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
}

.bg-video iframe {
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
