/* カスタム CSS をここに入力してください */
div.pickuptitle {
    font-weight: bold;
    color: white;
}
.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}