.tooltip-video__word {
  cursor: pointer;
  white-space: nowrap;
}

.tooltip-video__word-title {
  text-decoration: underline;
  text-decoration-style: dotted;
  color: #27c942;
}

.tooltip-video__word-icon {
  display: inline-flex;
  vertical-align: middle;
}

.tooltip-video__box {
  position: absolute;
  z-index: 100;
  background-color: white;
  width: 352px;
  height: 199px;
  z-index: 10;
  transform: translateY(10px);
}

.tooltip-video__ifvideo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.tooltip-video__ifvideo::-webkit-media-controls-fullscreen-button {
  display: none;
}

.tooltip-video__box-inner {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: calc(338 / 600 * 100%);
}

.tooltip-video__box iframe {
  margin: 0 !important;
}

@media screen and (max-width: 400px) {
  .tooltip-video__box {
    width: 280px;
    height: 169px;
  }
}
