.mid-video-wrap {
  z-index: 2;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  bottom: 50px;
  overflow: hidden;
}

.section {
  background-color: #fff5e4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
}

.mid-video {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: absolute;
}

.div-block-4 {
  z-index: 1;
  background-color: #fff5e433;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.txt {
  z-index: 2;
  color: #222;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: absolute;
}

.big-bg-video {
  z-index: 0;
  filter: blur(12px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.big-bg-video-color {
  z-index: 0;
  opacity: .8;
  background-color: #fff5e4;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mid-txt-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .mid-video-wrap {
    width: 250px;
    height: 250px;
  }

  .txt {
    padding-top: 250px;
    font-size: 12px;
    line-height: 20px;
  }
}


