.top-campaign{
  width: 95.1vw;
  position: fixed;
  bottom: 12vw;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
}

.top-campaign a.top-campaign-close{
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: -4vw;
  right: -2.1vw;
  font-size: 0;
  background-image: url(../../../images/special_contents/DeadSea/20240516/arrow_close.svg);
  background-repeat: no-repeat;
}

