.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  max-width: 90%;
  background: #000;
}

.video-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
#main-offer p{
  width: calc(100% - 9vw);
}