.mejs__video{
  position: fixed;
  right: 15px;
  bottom: 15px;
}

.mejs__offscreen{
  display: none;
}

.mejs__controls{
  height: 0;
}

.mejs__overlay-button{
  display: none;
}

#rocketPushMoviePlayer-iframe-overlay{
  border: 1px solid black;
}

#mep_0{
  z-index: 9999;
}

.batsu-area{
  right: 1px;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.batsu{
  position: absolute;
  right: 1px;
  margin: 0 10px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
}
.batsu:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}
