.main-content .slot-demo {
  border-radius: 10px;
  overflow: hidden;
}
.main-content .slot-demo__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0;
  line-height: 29px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
}
@media (max-width: 990px) {
  .main-content .slot-demo__title {
    font-size: 22px;
    line-height: 25px;
    padding: 10px;
  }
}
.main-content .slot-demo__iframe {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .main-content .slot-demo__iframe {
    height: 300px;
  }
}
.main-content .slot-demo__iframe:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.65;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.main-content .slot-demo__iframe iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
}
.main-content .slot-demo .iframe-active:before {
  display: none;
}
.main-content .slot-demo__img {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  object-fit: cover;
  height: 100%;
}
.main-content .slot-demo__btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
}

/*# sourceMappingURL=slot-demo.css.map */
