.PressHomepageBookVideo {
  position: relative;
  margin-top: 40px;
  width: 100%
}

.PressHomepageBookVideo__title {
  font-size: 13px;
  margin-top: 6px;
  font-style: italic
}

.PressHomepageBookVideo__link {
  position: relative;
  display: block
}

.PressHomepageBookVideo__img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--color)
}

.PressHomepageBookVideo__playButton {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--backgroundColor);
  cursor: pointer
}

.PressHomepageBookVideo__playSvg {
  position: relative;
  fill: var(--color);
  width: 12px;
  left: 2px
}

.PressHomepageBookVideo__playButton:hover {
  background: var(--color)
}

.PressHomepageBookVideo__playButton:hover .PressHomepageBookVideo__playSvg {
  fill: var(--backgroundColor)
}
