.jsc-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
}
.jsc-modal-header {
  border-top: 2px solid #e4007f;
  background: #fdebf5;
  padding: 12px 16px;
  width: 100%;
  top: 0;
  right: 0;
}
.jsc-modal-body-footer {
  border-top: 1px solid #d6d6d6;
  padding: 50px 20px 160px;
}
.jsc-arrow-button {
  background: linear-gradient(to bottom, #fff 20%, #eee 97%);
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  color: #666;
  line-height: 1;
  display: inline-block;
  padding: 10px;
}
.jsc-arrow-button::before {
  content: '';
  display: inline-block;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: 0 3px;
}
.jsc-arrow-button:active {
  box-shadow: inset 0px 1px 6px rgba(0,0,0,0.1);
}
.jsc-modal-body-footer .jsc-arrow-button {
  display: block;
  text-align: center;
  padding: 15px 0;
}
.ytp-wrapper {
  height: 0;
  width: 100%;
  padding-top: 56.75%;
  position: relative;
}
#ytplayer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.title {
  padding: 10px;
  margin-bottom: 10px;
}
.title .text {
  font-size: 24px;
}
.description {
  padding: 10px;
  margin-top: 10px;
}
.description .text {
  font-size: 16px;
}
