[module="video"] {
  position: relative;
}
[module="video"] > a::before {
  display: block;
  content: "";
  background: url(main.png) no-repeat 0px 0px;
  width: 106px;
  height: 67px;
  position: absolute;
  top: 65px;
  left: 69px;
}
[module="video"] > a:hover::before {
  background-position: -106px 0px;
}