/*------------------------------
#movies
------------------------------*/
#movies img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#movies ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#movies li {
  position: relative;
}

#movies li:before {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background: url(sp/img/play_mark.png) no-repeat;
  pointer-events: none;
}