section.player-wrap {
  margin-top: calc(40px + 1vw);
  width: calc(120px + 58vw);
  height: calc((120px + 58vw) * 0.59);
}

section.player-wrap #thumb {
  z-index: 10;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: calc(122px + 58vw);
  height: calc((122px + 58vw) * 0.59);
  background: url("/assets/images/sub/news/promotional_clip/top.jpg") no-repeat center / cover;
  cursor: pointer;
  transition-timing-function: ease-in;
}

section.player-wrap #thumb .play-icon {
  margin-bottom: 2vw;
  margin-right: 2vw;
}