.movie_list {
  position: relative;
  width: 92%;
  margin: 0 auto;
  z-index: 1;
}

.movie_list li {
  width: 100%;
  margin: 15px 0 0;
  font-size: 13px;
  cursor: pointer;
}

.movie_list li .movie_thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.movie_list li .movie_thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/movie/frame_thumb.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}

.movie_list li .movie_title_txt {
  margin-top: 10px;
  color: #7b5ea4;
  font-weight: bold;
  line-height: 1.4;
}

.modal_in .modal_wrap:before {
  background-image: url(../img/movie/bg_movie.png);
}
