.module-page-video-01 .inset {
  position: relative;
  padding: 0;
}

.module-page-video-01 .thumbnail {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.module-page-video-01 .thumbnail img {
  height: 100%;
}

.module-page-video-01 .custom-play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.module-page-video-01 .custom-play-button .icon {
  width: 3rem;
  height: 3rem;
  color: #fff;
}

.module-page-video-01 .custom-play-button .icon:hover {
  color: var(--tb-primary-base);
}