.khutton-site .section-video__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: inherit;
  font: inherit;
}

.khutton-site .section-video__link--product img {
  object-position: center center;
}

.khutton-site .khutton-video-play i.fa-play {
  margin-left: 4px;
}

html.khutton-video-open {
  overflow: hidden;
}

.khutton-video-modal[hidden] {
  display: none !important;
}

.khutton-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9800;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.khutton-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 6, 16, 0.88);
}

.khutton-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  background: #120818;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.khutton-video-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.khutton-video-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.khutton-video-modal__player {
  display: block;
  width: 100%;
  max-height: min(72vh, 720px);
  background: #000;
}

.khutton-video-modal__follow {
  margin: 0;
  padding: 14px 18px 18px;
  text-align: center;
  background: #120818;
}

.khutton-video-modal__follow a {
  color: #f6e8f3;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.khutton-video-modal__follow a:hover {
  color: #fff;
}
