.comking-product-video {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.comking-product-video__ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
  border-radius: 4px;
}

.comking-product-video__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.comking-product-video__fallback {
  margin: 12px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.comking-product-video__fallback a {
  display: inline-block;
  margin-left: 6px;
  font-weight: 600;
  text-decoration: underline;
}
