Web Scraping using BeautifulSoup

 

Web Scraping using BeautifulSoup

Web Scraping is an automated technique to explore all data on web pages. Particularly we perform web scraping on competitors websites. This is no hacking involved.

In [8]:
#import necessary packages
from requests import get #to get the http response
from bs4 import BeautifulSoup #allows us to extract tag information from HTML, HTML5, XML
In [4]:
url = "https://www.imdb.com/search/title/?release_date=2017-01-01,2017-12-31&sort=num_votes,desc&start=1&ref_=adv_nxt"
response = get(url)
print(response.text[:100])
<!DOCTYPE html>
<html
    xmlns:og="http://ogp.me/ns#"
    xmlns:fb="http://www.facebook.com/2008
In [6]:
html_soup = BeautifulSoup(response.text, 'html.parser')
type(html_soup)
Out[6]:
bs4.BeautifulSoup
In [15]:
#find the tag that provides us the required variable information i.e. Title, Rating
#note: to find the exact div/class, use the HTML Inspector feature in the browser
movie_containers = html_soup.find_all('div', class_ = 'lister-item mode-advanced')
print(type(movie_containers))
print(len(movie_containers)) #tells that on a single page we have 50 movies
<class 'bs4.element.ResultSet'>
50
In [14]:
movie_containers #refers to data for all 50 movies
movie_containers[0] #refers to 1st movie container i.e. Movie Title: Logan
Out[14]:
<div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3315342"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3315342/"> <img alt="Logan" class="loadlate" data-tconst="tt3315342" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BYzc5MTU4N2EtYTkyMi00NjdhLTg3NWEtMTY4OTEyMzJhZTAzXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">1.</span>
<a href="/title/tt3315342/">Logan</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">137 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, Sci-Fi            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.1" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.1</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3315342" id="urv_tt3315342">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3315342">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3315342|imdb|8.1|8.1|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.1/10 (632,500 votes) - click stars to rate">
<meta content="8.1" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="632500" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 113.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.1</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3315342/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    In a future where mutants are nearly extinct, an elderly and weary Logan leads a quiet life. But when Laura, a mutant child pursued by scientists, comes to him for help, he must get her to safety.</p>
<p class="">
    Director:
<a href="/name/nm0003506/">James Mangold</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0413168/">Hugh Jackman</a>, 
<a href="/name/nm0001772/">Patrick Stewart</a>, 
<a href="/name/nm6748436/">Dafne Keen</a>, 
<a href="/name/nm2933542/">Boyd Holbrook</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="632500" name="nv">632,500</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="226,277,068" name="nv">$226.28M</span>
</p>
</div>
</div>
In [17]:
movie_containers[0].a #refers to the tag a i.e. Image Hyperlink
Out[17]:
<a href="/title/tt3315342/"> <img alt="Logan" class="loadlate" data-tconst="tt3315342" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BYzc5MTU4N2EtYTkyMi00NjdhLTg3NWEtMTY4OTEyMzJhZTAzXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a>
In [18]:
movie_containers[0].h3
Out[18]:
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">1.</span>
<a href="/title/tt3315342/">Logan</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
In [19]:
movie_containers[0].h3.a
Out[19]:
<a href="/title/tt3315342/">Logan</a>
In [21]:
movie_containers[0].h3.a.text #refers Movie Title
Out[21]:
'Logan'
In [22]:
first_movie = movie_containers[0]
In [24]:
#now that we know that the stucture of all the movie container is same,lets try to automate reading the data 
#using a for loop.
# first create a empty list
names = []
years = []
imdb_ratings = []
metascores = []
votes = []
In [25]:
for container in movie_containers:
    if container.find('div', class_ = "ratings-metascore") is not None:
        name = container.h3.a.text
        names.append(name)
        
        year = container.h3.find('span', class_ = "lister-item-year").text
        years.append(year)
        
        imdb = float(container.strong.text)
        imdb_ratings.append(imdb)
        
        m_score = container.find('span', class_ = 'metascore').text
        metascores.append(m_score)
        
        vote = container.find('span', attrs = {'name':'nv'})['data-value']
        votes.append(vote)
In [27]:
names #Yippee!!! We got our lists filled with the movie data from IMDB Webpage
Out[27]:
['Logan',
 'Thor: Ragnarok',
 'Guardians of the Galaxy Vol. 2',
 'Star Wars: The Last Jedi',
 'Wonder Woman',
 'Dunkirk',
 'Spider-Man: Homecoming',
 'Get Out',
 'Blade Runner 2049',
 'It',
 'Baby Driver',
 'Three Billboards Outside Ebbing, Missouri',
 'Justice League',
 'The Shape of Water',
 'Coco',
 'John Wick: Chapter 2',
 'Jumanji: Welcome to the Jungle',
 'Beauty and the Beast',
 'Kingsman: The Golden Circle',
 'Kong: Skull Island',
 'Pirates of the Caribbean: Dead Men Tell No Tales',
 'Alien: Covenant',
 'Lady Bird',
 'The Greatest Showman',
 'War for the Planet of the Apes',
 'Murder on the Orient Express',
 'Life',
 'Call Me by Your Name',
 'The Fate of the Furious',
 'Wind River',
 'Ghost in the Shell',
 'King Arthur: Legend of the Sword',
 'Mother!',
 "The Hitman's Bodyguard",
 'I, Tonya',
 'Atomic Blonde',
 'The Mummy',
 'Darkest Hour',
 'Bright',
 'Valerian and the City of a Thousand Planets',
 'Baywatch',
 'American Made']
In [28]:
print(votes)
['632500', '570438', '555108', '551339', '539638', '538142', '498318', '477378', '446781', '446626', '426661', '416622', '374379', '360568', '358626', '355471', '311523', '267267', '266091', '263533', '256669', '249773', '232610', '229019', '223655', '206726', '203965', '202579', '200689', '197167', '192496', '188300', '186487', '182386', '175364', '172294', '170072', '167400', '165700', '158898', '157369', '154872']
In [29]:
print(imdb_ratings)
[8.1, 7.9, 7.6, 7.0, 7.4, 7.9, 7.4, 7.7, 8.0, 7.3, 7.6, 8.2, 6.3, 7.3, 8.4, 7.5, 6.9, 7.1, 6.7, 6.6, 6.6, 6.4, 7.4, 7.6, 7.4, 6.5, 6.6, 7.9, 6.7, 7.7, 6.3, 6.7, 6.6, 6.9, 7.5, 6.7, 5.4, 7.4, 6.3, 6.5, 5.5, 7.2]
In [31]:
print(years) #looks like the year information is not clean. So let's clean it
['(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(I) (2017)', '(2017)', '(I) (2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(I) (2017)', '(2017)', '(2017)', '(I) (2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(I) (2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(2017)', '(I) (2017)', '(2017)', '(2017)', '(2017)']
In [32]:
years = [x.replace('(','').replace(')','') for x in years]
In [33]:
years = [x.replace('I','') for x in years]
In [34]:
years = [x.lstrip() for x in years]
In [38]:
print(years) 
years = [int(x) for x in years] #Years data is now converted from string to integer
[2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017, 2017]
In [39]:
#Now let's formally create a DataFrame using the above lists.
#Let's create a DataFrame using the Dictionary method
import pandas as pd #yeah, we need pandas for dataframe
movies_df = pd.DataFrame({'Movie':names,
                         'year':years,
                         'metascore':metascores,
                         'rating':imdb_ratings,
                         'votes':votes})
In [42]:
movies_df.shape #since we removed movies without metascore, the total is 42 and not 50
Out[42]:
(42, 5)
In [45]:
movies_df['metascore'] = movies_df.metascore.astype('int') #we realized that metascore was string; so lets convert to int
In [46]:
movies_df['votes'] = movies_df.votes.astype('int') #also votes needs to be converted to integer
In [47]:
#Now, let us try to plot the ratings and votes using a boxplot
import seaborn as sns #for boxplot
ax = sns.boxplot('rating','votes', data = movies_df)
In [50]:
ax = sns.lineplot('rating','votes', data = movies_df)
#from the below line plot we clearly see that as the no. of votes increase, rating is also increasing
#there is a relation between votes and ratings since there is a  upward trend
#from this 2017 data it looks like people turn up for voting for the movie on IMDB if they like the movie 
#and giving better rating
In [60]:
#let us look at how votes data look like
from matplotlib import pyplot as plt
plt.hist(movies_df.votes, bins = 5)
plt.show() #right skewed 
In [54]:
#let us look how ratings look like
plt.hist(movies_df.rating, bins = 10)
plt.show() #normal distribution i.e. ratings follow bell curve
In [56]:
#movie_containers[0].find_parent()

#Instead of parsing the entire web page, we can just partially parse the section of the page
from bs4 import SoupStrainer #selectively parsing the page
In [57]:
html_soup = BeautifulSoup(response.text, 'html.parser', parse_only=SoupStrainer(class_='lister-item mode-advanced'))
type(html_soup)
Out[57]:
bs4.BeautifulSoup
In [59]:
html_soup #just gets us the movie container section of the webpage.
Out[59]:
<div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3315342"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3315342/"> <img alt="Logan" class="loadlate" data-tconst="tt3315342" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BYzc5MTU4N2EtYTkyMi00NjdhLTg3NWEtMTY4OTEyMzJhZTAzXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">1.</span>
<a href="/title/tt3315342/">Logan</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">137 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, Sci-Fi            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.1" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.1</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3315342" id="urv_tt3315342">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3315342">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3315342|imdb|8.1|8.1|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.1/10 (632,500 votes) - click stars to rate">
<meta content="8.1" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="632500" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 113.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.1</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3315342/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    In a future where mutants are nearly extinct, an elderly and weary Logan leads a quiet life. But when Laura, a mutant child pursued by scientists, comes to him for help, he must get her to safety.</p>
<p class="">
    Director:
<a href="/name/nm0003506/">James Mangold</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0413168/">Hugh Jackman</a>, 
<a href="/name/nm0001772/">Patrick Stewart</a>, 
<a href="/name/nm6748436/">Dafne Keen</a>, 
<a href="/name/nm2933542/">Boyd Holbrook</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="632500" name="nv">632,500</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="226,277,068" name="nv">$226.28M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3501632"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3501632/"> <img alt="Thor: Ragnarok" class="loadlate" data-tconst="tt3501632" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjMyNDkzMzI1OF5BMl5BanBnXkFtZTgwODcxODg5MjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">2.</span>
<a href="/title/tt3501632/">Thor: Ragnarok</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">130 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Comedy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.9" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.9</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3501632" id="urv_tt3501632">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3501632">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3501632|imdb|7.9|7.9|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.9/10 (570,438 votes) - click stars to rate">
<meta content="7.9" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="570438" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 110.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.9</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3501632/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">74        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Imprisoned on the planet Sakaar, Thor must race against time to return to Asgard and stop Ragnarök, the destruction of his world, at the hands of the powerful and ruthless villain Hela.</p>
<p class="">
    Director:
<a href="/name/nm0169806/">Taika Waititi</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm1165110/">Chris Hemsworth</a>, 
<a href="/name/nm1089991/">Tom Hiddleston</a>, 
<a href="/name/nm0000949/">Cate Blanchett</a>, 
<a href="/name/nm0749263/">Mark Ruffalo</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="570438" name="nv">570,438</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="315,058,289" name="nv">$315.06M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3896198"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3896198/"> <img alt="Guardians of the Galaxy Vol. 2" class="loadlate" data-tconst="tt3896198" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNjM0NTc0NzItM2FlYS00YzEwLWE0YmUtNTA2ZWIzODc2OTgxXkEyXkFqcGdeQXVyNTgwNzIyNzg@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">3.</span>
<a href="/title/tt3896198/">Guardians of the Galaxy Vol. 2</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Comedy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3896198" id="urv_tt3896198">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3896198">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3896198|imdb|7.6|7.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.6/10 (555,108 votes) - click stars to rate">
<meta content="7.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="555108" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 106.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3896198/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">67        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    The Guardians struggle to keep together as a team while dealing with their personal family issues, notably Star-Lord's encounter with his father the ambitious celestial being Ego.</p>
<p class="">
    Director:
<a href="/name/nm0348181/">James Gunn</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0695435/">Chris Pratt</a>, 
<a href="/name/nm0757855/">Zoe Saldana</a>, 
<a href="/name/nm1176985/">Dave Bautista</a>, 
<a href="/name/nm0004874/">Vin Diesel</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="555108" name="nv">555,108</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="389,813,101" name="nv">$389.81M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2527336"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2527336/"> <img alt="Star Wars: The Last Jedi" class="loadlate" data-tconst="tt2527336" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjQ1MzcxNjg4N15BMl5BanBnXkFtZTgwNzgwMjY4MzI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">4.</span>
<a href="/title/tt2527336/">Star Wars: The Last Jedi</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">152 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.0</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2527336" id="urv_tt2527336">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2527336">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2527336|imdb|7|7|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7/10 (551,339 votes) - click stars to rate">
<meta content="7" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="551339" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 98px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2527336/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">84        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Rey develops her newly discovered abilities with the guidance of Luke Skywalker, who is unsettled by the strength of her powers. Meanwhile, the Resistance prepares for battle with the First Order.</p>
<p class="">
    Director:
<a href="/name/nm0426059/">Rian Johnson</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm5397459/">Daisy Ridley</a>, 
<a href="/name/nm3915784/">John Boyega</a>, 
<a href="/name/nm0000434/">Mark Hamill</a>, 
<a href="/name/nm0000402/">Carrie Fisher</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="551339" name="nv">551,339</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="620,181,382" name="nv">$620.18M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt0451279"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt0451279/"> <img alt="Wonder Woman" class="loadlate" data-tconst="tt0451279" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTYzODQzYjQtNTczNC00MzZhLTg1ZWYtZDUxYmQ3ZTY4NzA1XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">5.</span>
<a href="/title/tt0451279/">Wonder Woman</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">141 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt0451279" id="urv_tt0451279">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt0451279">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt0451279|imdb|7.4|7.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.4/10 (539,638 votes) - click stars to rate">
<meta content="7.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="539638" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 103.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt0451279/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">76        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    When a pilot crashes and tells of conflict in the outside world, Diana, an Amazonian warrior in training, leaves home to fight a war, discovering her full powers and true destiny.</p>
<p class="">
    Director:
<a href="/name/nm0420941/">Patty Jenkins</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm2933757/">Gal Gadot</a>, 
<a href="/name/nm1517976/">Chris Pine</a>, 
<a href="/name/nm0000705/">Robin Wright</a>, 
<a href="/name/nm0205063/">Lucy Davis</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="539638" name="nv">539,638</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="412,563,408" name="nv">$412.56M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5013056"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5013056/"> <img alt="Dunkirk" class="loadlate" data-tconst="tt5013056" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BN2YyZjQ0NTEtNzU5MS00NGZkLTg0MTEtYzJmMWY3MWRhZjM2XkEyXkFqcGdeQXVyMDA4NzMyOA@@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">6.</span>
<a href="/title/tt5013056/">Dunkirk</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">106 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, History            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.9" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.9</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5013056" id="urv_tt5013056">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5013056">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5013056|imdb|7.9|7.9|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.9/10 (538,142 votes) - click stars to rate">
<meta content="7.9" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="538142" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 110.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.9</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5013056/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">94        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Allied soldiers from Belgium, the British Empire, and France are surrounded by the German Army and evacuated during a fierce battle in World War II.</p>
<p class="">
    Director:
<a href="/name/nm0634240/">Christopher Nolan</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm7887725/">Fionn Whitehead</a>, 
<a href="/name/nm4422686/">Barry Keoghan</a>, 
<a href="/name/nm0753314/">Mark Rylance</a>, 
<a href="/name/nm0362766/">Tom Hardy</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="538142" name="nv">538,142</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="188,373,161" name="nv">$188.37M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2250912"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2250912/"> <img alt="Spider-Man: Homecoming" class="loadlate" data-tconst="tt2250912" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNTk4ODQ1MzgzNl5BMl5BanBnXkFtZTgwMTMyMzM4MTI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">7.</span>
<a href="/title/tt2250912/">Spider-Man: Homecoming</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">133 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Sci-Fi            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2250912" id="urv_tt2250912">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2250912">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2250912|imdb|7.4|7.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.4/10 (498,318 votes) - click stars to rate">
<meta content="7.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="498318" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 103.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2250912/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">73        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Peter Parker balances his life as an ordinary high school student in Queens with his superhero alter-ego Spider-Man, and finds himself on the trail of a new menace prowling the skies of New York City.</p>
<p class="">
    Director:
<a href="/name/nm1218281/">Jon Watts</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm4043618/">Tom Holland</a>, 
<a href="/name/nm0000474/">Michael Keaton</a>, 
<a href="/name/nm0000375/">Robert Downey Jr.</a>, 
<a href="/name/nm0000673/">Marisa Tomei</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="498318" name="nv">498,318</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="334,201,140" name="nv">$334.20M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5052448"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5052448/"> <img alt="Get Out" class="loadlate" data-tconst="tt5052448" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjUxMDQwNjcyNl5BMl5BanBnXkFtZTgwNzcwMzc0MTI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">8.</span>
<a href="/title/tt5052448/">Get Out</a>
<span class="lister-item-year text-muted unbold">(I) (2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">15+</span>
<span class="ghost">|</span>
<span class="runtime">104 min</span>
<span class="ghost">|</span>
<span class="genre">
Horror, Mystery, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.7" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.7</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5052448" id="urv_tt5052448">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5052448">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5052448|imdb|7.7|7.7|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.7/10 (477,378 votes) - click stars to rate">
<meta content="7.7" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="477378" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 107.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.7</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5052448/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">85        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A young African-American visits his white girlfriend's parents for the weekend, where his simmering uneasiness about their reception of him eventually reaches a boiling point.</p>
<p class="">
    Director:
<a href="/name/nm1443502/">Jordan Peele</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm2257207/">Daniel Kaluuya</a>, 
<a href="/name/nm4129745/">Allison Williams</a>, 
<a href="/name/nm0925966/">Bradley Whitford</a>, 
<a href="/name/nm0001416/">Catherine Keener</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="477378" name="nv">477,378</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="176,040,665" name="nv">$176.04M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1856101"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1856101/"> <img alt="Blade Runner 2049" class="loadlate" data-tconst="tt1856101" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNzA1Njg4NzYxOV5BMl5BanBnXkFtZTgwODk5NjU3MzI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">9.</span>
<a href="/title/tt1856101/">Blade Runner 2049</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">164 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Drama, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.0</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1856101" id="urv_tt1856101">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1856101">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1856101|imdb|8|8|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8/10 (446,781 votes) - click stars to rate">
<meta content="8" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="446781" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 112px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1856101/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">81        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Young Blade Runner K's discovery of a long-buried secret leads him to track down former Blade Runner Rick Deckard, who's been missing for thirty years.</p>
<p class="">
    Director:
<a href="/name/nm0898288/">Denis Villeneuve</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000148/">Harrison Ford</a>, 
<a href="/name/nm0331516/">Ryan Gosling</a>, 
<a href="/name/nm1869101/">Ana de Armas</a>, 
<a href="/name/nm1176985/">Dave Bautista</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="446781" name="nv">446,781</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="92,054,159" name="nv">$92.05M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1396484"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1396484/"> <img alt="It" class="loadlate" data-tconst="tt1396484" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BZDVkZmI0YzAtNzdjYi00ZjhhLWE1ODEtMWMzMWMzNDA0NmQ4XkEyXkFqcGdeQXVyNzYzODM3Mzg@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">10.</span>
<a href="/title/tt1396484/">It</a>
<span class="lister-item-year text-muted unbold">(I) (2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">135 min</span>
<span class="ghost">|</span>
<span class="genre">
Horror            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.3" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.3</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1396484" id="urv_tt1396484">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1396484">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1396484|imdb|7.3|7.3|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.3/10 (446,626 votes) - click stars to rate">
<meta content="7.3" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="446626" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 102.2px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.3</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1396484/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">69        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    In the summer of 1989, a group of bullied kids band together to destroy a shape-shifting monster, which disguises itself as a clown and preys on the children of Derry, their small Maine town.</p>
<p class="">
    Director:
<a href="/name/nm0615592/">Andy Muschietti</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0803889/">Bill Skarsgård</a>, 
<a href="/name/nm5897057/">Jaeden Martell</a>, 
<a href="/name/nm6016511/">Finn Wolfhard</a>, 
<a href="/name/nm6096118/">Sophia Lillis</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="446626" name="nv">446,626</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="327,481,748" name="nv">$327.48M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3890160"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3890160/"> <img alt="Baby Driver" class="loadlate" data-tconst="tt3890160" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjM3MjQ1MzkxNl5BMl5BanBnXkFtZTgwODk1ODgyMjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">11.</span>
<a href="/title/tt3890160/">Baby Driver</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">113 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Music            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3890160" id="urv_tt3890160">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3890160">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3890160|imdb|7.6|7.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.6/10 (426,661 votes) - click stars to rate">
<meta content="7.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="426661" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 106.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3890160/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">86        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    After being coerced into working for a crime boss, a young getaway driver finds himself taking part in a heist doomed to fail.</p>
<p class="">
    Director:
<a href="/name/nm0942367/">Edgar Wright</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm5052065/">Ansel Elgort</a>, 
<a href="/name/nm1256532/">Jon Bernthal</a>, 
<a href="/name/nm0358316/">Jon Hamm</a>, 
<a href="/name/nm2555462/">Eiza González</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="426661" name="nv">426,661</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="107,825,862" name="nv">$107.83M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5027774"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5027774/"> <img alt="Three Billboards Outside Ebbing, Missouri" class="loadlate" data-tconst="tt5027774" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjI0ODcxNzM1N15BMl5BanBnXkFtZTgwMzIwMTEwNDI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">12.</span>
<a href="/title/tt5027774/">Three Billboards Outside Ebbing, Missouri</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">115 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Crime, Drama            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.2" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.2</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5027774" id="urv_tt5027774">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5027774">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5027774|imdb|8.2|8.2|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.2/10 (416,622 votes) - click stars to rate">
<meta content="8.2" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="416622" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 114.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.2</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5027774/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">88        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A mother personally challenges the local authorities to solve her daughter's murder when they fail to catch the culprit.</p>
<p class="">
    Director:
<a href="/name/nm1732981/">Martin McDonagh</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000531/">Frances McDormand</a>, 
<a href="/name/nm0000437/">Woody Harrelson</a>, 
<a href="/name/nm0005377/">Sam Rockwell</a>, 
<a href="/name/nm2655177/">Caleb Landry Jones</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="416622" name="nv">416,622</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="54,513,740" name="nv">$54.51M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt0974015"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt0974015/"> <img alt="Justice League" class="loadlate" data-tconst="tt0974015" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BYWVhZjZkYTItOGIwYS00NmRkLWJlYjctMWM0ZjFmMDU4ZjEzXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">13.</span>
<a href="/title/tt0974015/">Justice League</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">120 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.3" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.3</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt0974015" id="urv_tt0974015">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt0974015">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt0974015|imdb|6.3|6.3|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.3/10 (374,379 votes) - click stars to rate">
<meta content="6.3" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="374379" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 88.2px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.3</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt0974015/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">45        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Fueled by his restored faith in humanity and inspired by Superman's selfless act, Bruce Wayne enlists the help of his new-found ally, Diana Prince, to face an even greater enemy.</p>
<p class="">
    Director:
<a href="/name/nm0811583/">Zack Snyder</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000255/">Ben Affleck</a>, 
<a href="/name/nm2933757/">Gal Gadot</a>, 
<a href="/name/nm0597388/">Jason Momoa</a>, 
<a href="/name/nm3009232/">Ezra Miller</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="374379" name="nv">374,379</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="229,024,295" name="nv">$229.02M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5580390"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5580390/"> <img alt="The Shape of Water" class="loadlate" data-tconst="tt5580390" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNGNiNWQ5M2MtNGI0OC00MDA2LWI5NzEtMmZiYjVjMDEyOWYzXkEyXkFqcGdeQXVyMjM4NTM5NDY@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">14.</span>
<a href="/title/tt5580390/">The Shape of Water</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">123 min</span>
<span class="ghost">|</span>
<span class="genre">
Adventure, Drama, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.3" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.3</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5580390" id="urv_tt5580390">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5580390">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5580390|imdb|7.3|7.3|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.3/10 (360,568 votes) - click stars to rate">
<meta content="7.3" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="360568" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 102.2px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.3</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5580390/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">87        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    At a top secret research facility in the 1960s, a lonely janitor forms a unique relationship with an amphibious creature that is being held in captivity.</p>
<p class="">
    Director:
<a href="/name/nm0868219/">Guillermo del Toro</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm1020089/">Sally Hawkins</a>, 
<a href="/name/nm0818055/">Octavia Spencer</a>, 
<a href="/name/nm0788335/">Michael Shannon</a>, 
<a href="/name/nm0427964/">Doug Jones</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="360568" name="nv">360,568</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="63,859,435" name="nv">$63.86M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2380307"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2380307/"> <img alt="Coco" class="loadlate" data-tconst="tt2380307" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BYjQ5NjM0Y2YtNjZkNC00ZDhkLWJjMWItN2QyNzFkMDE3ZjAxXkEyXkFqcGdeQXVyODIxMzk5NjA@._V1_UY98_CR1,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">15.</span>
<a href="/title/tt2380307/">Coco</a>
<span class="lister-item-year text-muted unbold">(I) (2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">105 min</span>
<span class="ghost">|</span>
<span class="genre">
Animation, Adventure, Family            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2380307" id="urv_tt2380307">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2380307">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2380307|imdb|8.4|8.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.4/10 (358,626 votes) - click stars to rate">
<meta content="8.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="358626" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 117.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2380307/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">81        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Aspiring musician Miguel, confronted with his family's ancestral ban on music, enters the Land of the Dead to find his great-great-grandfather, a legendary singer.</p>
<p class="">
    Directors:
<a href="/name/nm0881279/">Lee Unkrich</a>, 
<a href="/name/nm2937122/">Adrian Molina</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm5645519/">Anthony Gonzalez</a>, 
<a href="/name/nm0305558/">Gael García Bernal</a>, 
<a href="/name/nm0000973/">Benjamin Bratt</a>, 
<a href="/name/nm0005513/">Alanna Ubach</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="358626" name="nv">358,626</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="209,726,015" name="nv">$209.73M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt4425200"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt4425200/"> <img alt="John Wick: Chapter 2" class="loadlate" data-tconst="tt4425200" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjE2NDkxNTY2M15BMl5BanBnXkFtZTgwMDc2NzE0MTI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">16.</span>
<a href="/title/tt4425200/">John Wick: Chapter 2</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt4425200" id="urv_tt4425200">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt4425200">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt4425200|imdb|7.5|7.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.5/10 (355,471 votes) - click stars to rate">
<meta content="7.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="355471" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 105px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt4425200/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">75        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    After returning to the criminal underworld to repay a debt, John Wick discovers that a large bounty has been put on his life.</p>
<p class="">
    Director:
<a href="/name/nm0821432/">Chad Stahelski</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000206/">Keanu Reeves</a>, 
<a href="/name/nm1249052/">Riccardo Scamarcio</a>, 
<a href="/name/nm0574534/">Ian McShane</a>, 
<a href="/name/nm3199307/">Ruby Rose</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="355471" name="nv">355,471</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="92,029,184" name="nv">$92.03M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2283362"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2283362/"> <img alt="Jumanji: Welcome to the Jungle" class="loadlate" data-tconst="tt2283362" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BODQ0NDhjYWItYTMxZi00NTk2LWIzNDEtOWZiYWYxZjc2MTgxXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">17.</span>
<a href="/title/tt2283362/">Jumanji: Welcome to the Jungle</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">119 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Comedy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.9" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.9</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2283362" id="urv_tt2283362">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2283362">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2283362|imdb|6.9|6.9|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.9/10 (311,523 votes) - click stars to rate">
<meta content="6.9" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="311523" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 96.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.9</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2283362/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">58        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Four teenagers are sucked into a magical video game, and the only way they can escape is to work together to finish the game.</p>
<p class="">
    Director:
<a href="/name/nm0440458/">Jake Kasdan</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0425005/">Dwayne Johnson</a>, 
<a href="/name/nm2394794/">Karen Gillan</a>, 
<a href="/name/nm0366389/">Kevin Hart</a>, 
<a href="/name/nm0085312/">Jack Black</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="311523" name="nv">311,523</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="404,515,480" name="nv">$404.52M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt6468322"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt6468322/"> <img alt="La Casa de Papel" class="loadlate" data-tconst="tt6468322" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BZDcxOGI0MDYtNTc5NS00NDUzLWFkOTItNDIxZjI0OTllNTljXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">18.</span>
<a href="/title/tt6468322/">La Casa de Papel</a>
<span class="lister-item-year text-muted unbold">(2017– )</span>
</h3>
<p class="text-muted">
<span class="certificate">16+</span>
<span class="ghost">|</span>
<span class="runtime">70 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt6468322" id="urv_tt6468322">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt6468322">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt6468322|imdb|8.4|8.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.4/10 (274,807 votes) - click stars to rate">
<meta content="8.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="274807" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 117.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt6468322/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    An unusual group of robbers attempt to carry out the most perfect robbery in Spanish history - stealing 2.4 billion euros from the Royal Mint of Spain.</p>
<p class="">
            
    Stars:
<a href="/name/nm2216549/">Úrsula Corberó</a>, 
<a href="/name/nm1486647/">Álvaro Morte</a>, 
<a href="/name/nm1523587/">Itziar Ituño</a>, 
<a href="/name/nm0022261/">Pedro Alonso</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="274807" name="nv">274,807</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2771200"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2771200/"> <img alt="Beauty and the Beast" class="loadlate" data-tconst="tt2771200" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTUwNjUxMTM4NV5BMl5BanBnXkFtZTgwODExMDQzMTI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">19.</span>
<a href="/title/tt2771200/">Beauty and the Beast</a>
<span class="lister-item-year text-muted unbold">(I) (2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">129 min</span>
<span class="ghost">|</span>
<span class="genre">
Family, Fantasy, Musical            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.1" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.1</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2771200" id="urv_tt2771200">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2771200">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2771200|imdb|7.1|7.1|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.1/10 (267,267 votes) - click stars to rate">
<meta content="7.1" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="267267" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 99.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.1</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2771200/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">65        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A selfish Prince is cursed to become a monster for the rest of his life, unless he learns to fall in love with a beautiful young woman he keeps prisoner.</p>
<p class="">
    Director:
<a href="/name/nm0174374/">Bill Condon</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0914612/">Emma Watson</a>, 
<a href="/name/nm1405398/">Dan Stevens</a>, 
<a href="/name/nm1812656/">Luke Evans</a>, 
<a href="/name/nm1265802/">Josh Gad</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="267267" name="nv">267,267</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="504,014,165" name="nv">$504.01M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt4649466"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt4649466/"> <img alt="Kingsman: The Golden Circle" class="loadlate" data-tconst="tt4649466" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjQ3OTgzMzY4NF5BMl5BanBnXkFtZTgwOTc4OTQyMzI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">20.</span>
<a href="/title/tt4649466/">Kingsman: The Golden Circle</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">141 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Comedy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.7" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.7</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt4649466" id="urv_tt4649466">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt4649466">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt4649466|imdb|6.7|6.7|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.7/10 (266,091 votes) - click stars to rate">
<meta content="6.7" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="266091" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 93.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.7</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt4649466/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">44        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    After the Kingsman's headquarters are destroyed and the world is held hostage, an allied spy organisation in the United States is discovered. These two elite secret organisations must band together to defeat a common enemy.</p>
<p class="">
    Director:
<a href="/name/nm0891216/">Matthew Vaughn</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm5473782/">Taron Egerton</a>, 
<a href="/name/nm0000147/">Colin Firth</a>, 
<a href="/name/nm0835016/">Mark Strong</a>, 
<a href="/name/nm1475594/">Channing Tatum</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="266091" name="nv">266,091</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="100,234,838" name="nv">$100.23M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3731562"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3731562/"> <img alt="Kong: Skull Island" class="loadlate" data-tconst="tt3731562" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTUwMzI5ODEwNF5BMl5BanBnXkFtZTgwNjAzNjI2MDI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">21.</span>
<a href="/title/tt3731562/">Kong: Skull Island</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">118 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3731562" id="urv_tt3731562">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3731562">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3731562|imdb|6.6|6.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.6/10 (263,533 votes) - click stars to rate">
<meta content="6.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="263533" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 92.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3731562/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">62        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    After the Vietnam war, a team of scientists explores an uncharted island in the Pacific, venturing into the domain of the mighty Kong, and must fight to escape a primal Eden.</p>
<p class="">
    Director:
<a href="/name/nm3611349/">Jordan Vogt-Roberts</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm1089991/">Tom Hiddleston</a>, 
<a href="/name/nm0000168/">Samuel L. Jackson</a>, 
<a href="/name/nm0488953/">Brie Larson</a>, 
<a href="/name/nm0000604/">John C. Reilly</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="263533" name="nv">263,533</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="168,052,812" name="nv">$168.05M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5753856"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5753856/"> <img alt="Dark" class="loadlate" data-tconst="tt5753856" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BZmY2YzU4NDktODIxYi00YWIyLWIzYTctODBkYzYzZjc0ODdlXkEyXkFqcGdeQXVyMTEyMjM2NDc2._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">22.</span>
<a href="/title/tt5753856/">Dark</a>
<span class="lister-item-year text-muted unbold">(2017–2020)</span>
</h3>
<p class="text-muted">
<span class="certificate">16+</span>
<span class="ghost">|</span>
<span class="runtime">60 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.8" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.8</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5753856" id="urv_tt5753856">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5753856">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5753856|imdb|8.8|8.8|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.8/10 (257,996 votes) - click stars to rate">
<meta content="8.8" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="257996" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 123.2px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.8</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5753856/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    A family saga with a supernatural twist, set in a German town, where the disappearance of two young children exposes the relationships among four families.</p>
<p class="">
            
    Stars:
<a href="/name/nm3836977/">Louis Hofmann</a>, 
<a href="/name/nm0251526/">Karoline Eichhorn</a>, 
<a href="/name/nm3582197/">Lisa Vicari</a>, 
<a href="/name/nm1063597/">Maja Schöne</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="257996" name="nv">257,996</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1790809"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1790809/"> <img alt="Pirates of the Caribbean: Dead Men Tell No Tales" class="loadlate" data-tconst="tt1790809" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTYyMTcxNzc5M15BMl5BanBnXkFtZTgwOTg2ODE2MTI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">23.</span>
<a href="/title/tt1790809/">Pirates of the Caribbean: Dead Men Tell No Tales</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">129 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1790809" id="urv_tt1790809">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1790809">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1790809|imdb|6.6|6.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.6/10 (256,669 votes) - click stars to rate">
<meta content="6.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="256669" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 92.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1790809/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore unfavorable">39        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Captain Jack Sparrow is pursued by old rival Captain Salazar and a crew of deadly ghosts who have escaped from the Devil's Triangle. They're determined to kill every pirate at sea...notably Jack.</p>
<p class="">
    Directors:
<a href="/name/nm1461392/">Joachim Rønning</a>, 
<a href="/name/nm1650283/">Espen Sandberg</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000136/">Johnny Depp</a>, 
<a href="/name/nm0001691/">Geoffrey Rush</a>, 
<a href="/name/nm0000849/">Javier Bardem</a>, 
<a href="/name/nm0089217/">Orlando Bloom</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="256669" name="nv">256,669</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="172,558,876" name="nv">$172.56M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2316204"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2316204/"> <img alt="Alien: Covenant" class="loadlate" data-tconst="tt2316204" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BYzVkMjRhNzctOGQxMC00OGE2LWJhN2EtNmYyODRiMDNlM2ZmXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">24.</span>
<a href="/title/tt2316204/">Alien: Covenant</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">122 min</span>
<span class="ghost">|</span>
<span class="genre">
Horror, Sci-Fi, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2316204" id="urv_tt2316204">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2316204">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2316204|imdb|6.4|6.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.4/10 (249,773 votes) - click stars to rate">
<meta content="6.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="249773" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 89.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2316204/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">65        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    The crew of a colony ship, bound for a remote planet, discover an uncharted paradise with a threat beyond their imagination, and must attempt a harrowing escape.</p>
<p class="">
    Director:
<a href="/name/nm0000631/">Ridley Scott</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm1055413/">Michael Fassbender</a>, 
<a href="/name/nm2239702/">Katherine Waterston</a>, 
<a href="/name/nm0001082/">Billy Crudup</a>, 
<a href="/name/nm1144419/">Danny McBride</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="249773" name="nv">249,773</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="74,262,031" name="nv">$74.26M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1837492"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1837492/"> <img alt="13 Reasons Why" class="loadlate" data-tconst="tt1837492" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMDYzZTRlNGEtZDc2Mi00ZGNjLTlmZDAtMmVjMDZkOThiODEwXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">25.</span>
<a href="/title/tt1837492/">13 Reasons Why</a>
<span class="lister-item-year text-muted unbold">(2017–2020)</span>
</h3>
<p class="text-muted">
<span class="certificate">16+</span>
<span class="ghost">|</span>
<span class="runtime">60 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1837492" id="urv_tt1837492">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1837492">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1837492|imdb|7.6|7.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.6/10 (249,499 votes) - click stars to rate">
<meta content="7.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="249499" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 106.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1837492/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    Follows teenager Clay Jensen, in his quest to uncover the story behind his classmate and crush, Hannah, and her decision to end her life.</p>
<p class="">
            
    Stars:
<a href="/name/nm1910255/">Dylan Minnette</a>, 
<a href="/name/nm7692698/">Katherine Langford</a>, 
<a href="/name/nm2111303/">Christian Navarro</a>, 
<a href="/name/nm2647981/">Alisha Boe</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="249499" name="nv">249,499</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt4925292"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt4925292/"> <img alt="Lady Bird" class="loadlate" data-tconst="tt4925292" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BODhkZGE0NDQtZDc0Zi00YmQ4LWJiNmUtYTY1OGM1ODRmNGVkXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">26.</span>
<a href="/title/tt4925292/">Lady Bird</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">94 min</span>
<span class="ghost">|</span>
<span class="genre">
Comedy, Drama            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt4925292" id="urv_tt4925292">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt4925292">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt4925292|imdb|7.4|7.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.4/10 (232,610 votes) - click stars to rate">
<meta content="7.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="232610" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 103.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt4925292/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">94        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    In 2002, an artistically inclined seventeen-year-old girl comes of age in Sacramento, California.</p>
<p class="">
    Director:
<a href="/name/nm1950086/">Greta Gerwig</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm1519680/">Saoirse Ronan</a>, 
<a href="/name/nm0582418/">Laurie Metcalf</a>, 
<a href="/name/nm0504832/">Tracy Letts</a>, 
<a href="/name/nm2348627/">Lucas Hedges</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="232610" name="nv">232,610</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="48,958,273" name="nv">$48.96M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1485796"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1485796/"> <img alt="The Greatest Showman" class="loadlate" data-tconst="tt1485796" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjI1NDYzNzY2Ml5BMl5BanBnXkFtZTgwODQwODczNTM@._V1_UY98_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">27.</span>
<a href="/title/tt1485796/">The Greatest Showman</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">105 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama, Musical            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1485796" id="urv_tt1485796">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1485796">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1485796|imdb|7.6|7.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.6/10 (229,019 votes) - click stars to rate">
<meta content="7.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="229019" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 106.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1485796/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">48        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Celebrates the birth of show business and tells of a visionary who rose from nothing to create a spectacle that became a worldwide sensation.</p>
<p class="">
    Director:
<a href="/name/nm1243905/">Michael Gracey</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0413168/">Hugh Jackman</a>, 
<a href="/name/nm0931329/">Michelle Williams</a>, 
<a href="/name/nm1374980/">Zac Efron</a>, 
<a href="/name/nm3918035/">Zendaya</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="229019" name="nv">229,019</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="174,340,174" name="nv">$174.34M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3450958"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3450958/"> <img alt="War for the Planet of the Apes" class="loadlate" data-tconst="tt3450958" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNDNmYTQzMDEtMmY0MS00OTNjLTk4MjItMDZhMzkzOGI3MzA0XkEyXkFqcGdeQXVyNjk5NDA3OTk@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">28.</span>
<a href="/title/tt3450958/">War for the Planet of the Apes</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">140 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3450958" id="urv_tt3450958">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3450958">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3450958|imdb|7.4|7.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.4/10 (223,655 votes) - click stars to rate">
<meta content="7.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="223655" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 103.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3450958/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">82        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    After the apes suffer unimaginable losses, Caesar wrestles with his darker instincts and begins his own mythic quest to avenge his kind.</p>
<p class="">
    Director:
<a href="/name/nm0716257/">Matt Reeves</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0785227/">Andy Serkis</a>, 
<a href="/name/nm0000437/">Woody Harrelson</a>, 
<a href="/name/nm0001872/">Steve Zahn</a>, 
<a href="/name/nm0465269/">Karin Konoval</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="223655" name="nv">223,655</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="146,880,162" name="nv">$146.88M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3402236"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3402236/"> <img alt="Murder on the Orient Express" class="loadlate" data-tconst="tt3402236" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTAxNDkxODIyMDZeQTJeQWpwZ15BbWU4MDQ2Mjg4NDIy._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">29.</span>
<a href="/title/tt3402236/">Murder on the Orient Express</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">114 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3402236" id="urv_tt3402236">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3402236">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3402236|imdb|6.5|6.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.5/10 (206,726 votes) - click stars to rate">
<meta content="6.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="206726" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 91px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3402236/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">52        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    When a murder occurs on the train on which he's travelling, celebrated detective Hercule Poirot is recruited to solve the case.</p>
<p class="">
    Director:
<a href="/name/nm0000110/">Kenneth Branagh</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000110/">Kenneth Branagh</a>, 
<a href="/name/nm0004851/">Penélope Cruz</a>, 
<a href="/name/nm0000353/">Willem Dafoe</a>, 
<a href="/name/nm0001132/">Judi Dench</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="206726" name="nv">206,726</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="102,826,543" name="nv">$102.83M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5442430"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5442430/"> <img alt="Life" class="loadlate" data-tconst="tt5442430" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMzAwMmQxNTctYjVmYi00MDdlLWEzMWUtOTE5NTRiNDhhNjI2L2ltYWdlXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">30.</span>
<a href="/title/tt5442430/">Life</a>
<span class="lister-item-year text-muted unbold">(I) (2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">104 min</span>
<span class="ghost">|</span>
<span class="genre">
Horror, Sci-Fi, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5442430" id="urv_tt5442430">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5442430">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5442430|imdb|6.6|6.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.6/10 (203,965 votes) - click stars to rate">
<meta content="6.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="203965" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 92.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5442430/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">54        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A team of scientists aboard the International Space Station discover a rapidly evolving life form that caused extinction on Mars and now threatens all life on Earth.</p>
<p class="">
    Director:
<a href="/name/nm1174251/">Daniel Espinosa</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0350453/">Jake Gyllenhaal</a>, 
<a href="/name/nm0272581/">Rebecca Ferguson</a>, 
<a href="/name/nm0005351/">Ryan Reynolds</a>, 
<a href="/name/nm0760796/">Hiroyuki Sanada</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="203965" name="nv">203,965</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="30,234,022" name="nv">$30.23M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5726616"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5726616/"> <img alt="Call Me by Your Name" class="loadlate" data-tconst="tt5726616" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNDk3NTEwNjc0MV5BMl5BanBnXkFtZTgwNzYxNTMwMzI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">31.</span>
<a href="/title/tt5726616/">Call Me by Your Name</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">132 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Romance            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.9" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.9</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5726616" id="urv_tt5726616">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5726616">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5726616|imdb|7.9|7.9|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.9/10 (202,579 votes) - click stars to rate">
<meta content="7.9" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="202579" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 110.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.9</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5726616/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">93        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    In 1980s Italy, romance blossoms between a seventeen-year-old student and the older man hired as his father's research assistant.</p>
<p class="">
    Director:
<a href="/name/nm0345174/">Luca Guadagnino</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm2309517/">Armie Hammer</a>, 
<a href="/name/nm3154303/">Timothée Chalamet</a>, 
<a href="/name/nm0836121/">Michael Stuhlbarg</a>, 
<a href="/name/nm0142972/">Amira Casar</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="202579" name="nv">202,579</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="18,095,701" name="nv">$18.10M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5290382"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5290382/"> <img alt="Mindhunter" class="loadlate" data-tconst="tt5290382" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNWNmYzQ1ZWUtYTQ3ZS00Y2UwLTlkMDctZThlOTJkMGJiNzBiXkEyXkFqcGdeQXVyNjg2NjQwMDQ@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">32.</span>
<a href="/title/tt5290382/">Mindhunter</a>
<span class="lister-item-year text-muted unbold">(2017– )</span>
</h3>
<p class="text-muted">
<span class="certificate">16+</span>
<span class="ghost">|</span>
<span class="runtime">60 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5290382" id="urv_tt5290382">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5290382">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5290382|imdb|8.6|8.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.6/10 (202,346 votes) - click stars to rate">
<meta content="8.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="202346" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 120.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5290382/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    Set in the late 1970s, two FBI agents are tasked with interviewing serial killers to solve open cases.</p>
<p class="">
            
    Stars:
<a href="/name/nm2676147/">Jonathan Groff</a>, 
<a href="/name/nm0564697/">Holt McCallany</a>, 
<a href="/name/nm1396022/">Anna Torv</a>, 
<a href="/name/nm2193120/">Hannah Gross</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="202346" name="nv">202,346</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt4630562"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt4630562/"> <img alt="The Fate of the Furious" class="loadlate" data-tconst="tt4630562" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjMxODI2NDM5Nl5BMl5BanBnXkFtZTgwNjgzOTk1MTI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">33.</span>
<a href="/title/tt4630562/">The Fate of the Furious</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Crime            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.7" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.7</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt4630562" id="urv_tt4630562">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt4630562">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt4630562|imdb|6.7|6.7|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.7/10 (200,689 votes) - click stars to rate">
<meta content="6.7" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="200689" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 93.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.7</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt4630562/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">56        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    When a mysterious woman seduces Dominic Toretto into the world of terrorism and a betrayal of those closest to him, the crew face trials that will test them as never before.</p>
<p class="">
    Director:
<a href="/name/nm0336620/">F. Gary Gray</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0004874/">Vin Diesel</a>, 
<a href="/name/nm0005458/">Jason Statham</a>, 
<a href="/name/nm0425005/">Dwayne Johnson</a>, 
<a href="/name/nm0735442/">Michelle Rodriguez</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="200689" name="nv">200,689</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="226,008,385" name="nv">$226.01M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5362988"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5362988/"> <img alt="Wind River" class="loadlate" data-tconst="tt5362988" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTUyMjU1OTUwM15BMl5BanBnXkFtZTgwMDg1NDQ2MjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">34.</span>
<a href="/title/tt5362988/">Wind River</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">107 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.7" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.7</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5362988" id="urv_tt5362988">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5362988">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5362988|imdb|7.7|7.7|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.7/10 (197,167 votes) - click stars to rate">
<meta content="7.7" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="197167" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 107.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.7</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5362988/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">73        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A veteran hunter helps an FBI agent investigate the murder of a young woman on a Wyoming Native American reservation.</p>
<p class="">
    Director:
<a href="/name/nm0792263/">Taylor Sheridan</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm2080328/">Kelsey Asbille</a>, 
<a href="/name/nm0719637/">Jeremy Renner</a>, 
<a href="/name/nm1247407/">Julia Jones</a>, 
<a href="/name/nm3897067/">Teo Briones</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="197167" name="nv">197,167</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="33,800,859" name="nv">$33.80M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1219827"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1219827/"> <img alt="Ghost in the Shell" class="loadlate" data-tconst="tt1219827" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMzJiNTI3MjItMGJiMy00YzA1LTg2MTItZmE1ZmRhOWQ0NGY1XkEyXkFqcGdeQXVyOTk4MTM0NQ@@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">35.</span>
<a href="/title/tt1219827/">Ghost in the Shell</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">U</span>
<span class="ghost">|</span>
<span class="runtime">107 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.3" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.3</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1219827" id="urv_tt1219827">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1219827">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1219827|imdb|6.3|6.3|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.3/10 (192,496 votes) - click stars to rate">
<meta content="6.3" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="192496" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 88.2px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.3</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1219827/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">52        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    In the near future, Major Mira Killian is the first of her kind: A human saved from a terrible crash, who is cyber-enhanced to be a perfect soldier devoted to stopping the world's most dangerous criminals.</p>
<p class="">
    Director:
<a href="/name/nm2782185/">Rupert Sanders</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0424060/">Scarlett Johansson</a>, 
<a href="/name/nm1561982/">Pilou Asbæk</a>, 
<a href="/name/nm0001429/">Takeshi Kitano</a>, 
<a href="/name/nm0000300/">Juliette Binoche</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="192496" name="nv">192,496</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="40,563,557" name="nv">$40.56M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1972591"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1972591/"> <img alt="King Arthur: Legend of the Sword" class="loadlate" data-tconst="tt1972591" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjM3ODY3Njc5Ml5BMl5BanBnXkFtZTgwMjQ5NjM5MTI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">36.</span>
<a href="/title/tt1972591/">King Arthur: Legend of the Sword</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">126 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Drama            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.7" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.7</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1972591" id="urv_tt1972591">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1972591">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1972591|imdb|6.7|6.7|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.7/10 (188,300 votes) - click stars to rate">
<meta content="6.7" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="188300" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 93.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.7</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1972591/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">41        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Robbed of his birthright, Arthur comes up the hard way in the back alleys of the city. But once he pulls the sword from the stone, he is forced to acknowledge his true legacy - whether he likes it or not.</p>
<p class="">
    Director:
<a href="/name/nm0005363/">Guy Ritchie</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0402271/">Charlie Hunnam</a>, 
<a href="/name/nm2793591/">Astrid Bergès-Frisbey</a>, 
<a href="/name/nm0000179/">Jude Law</a>, 
<a href="/name/nm0005023/">Djimon Hounsou</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="188300" name="nv">188,300</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="39,175,066" name="nv">$39.18M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5109784"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5109784/"> <img alt="Mother!" class="loadlate" data-tconst="tt5109784" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMzc5ODExODE0MV5BMl5BanBnXkFtZTgwNDkzNDUxMzI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">37.</span>
<a href="/title/tt5109784/">Mother!</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">121 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.6" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.6</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5109784" id="urv_tt5109784">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5109784">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5109784|imdb|6.6|6.6|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.6/10 (186,487 votes) - click stars to rate">
<meta content="6.6" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="186487" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 92.4px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.6</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5109784/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">75        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A couple's relationship is tested when uninvited guests arrive at their home, disrupting their tranquil existence.</p>
<p class="">
    Director:
<a href="/name/nm0004716/">Darren Aronofsky</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm2225369/">Jennifer Lawrence</a>, 
<a href="/name/nm0000849/">Javier Bardem</a>, 
<a href="/name/nm0000438/">Ed Harris</a>, 
<a href="/name/nm0000201/">Michelle Pfeiffer</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="186487" name="nv">186,487</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="17,800,004" name="nv">$17.80M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1959563"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1959563/"> <img alt="The Hitman's Bodyguard" class="loadlate" data-tconst="tt1959563" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjQ5NjA2NDg1MV5BMl5BanBnXkFtZTgwMDAzNDc4MjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">38.</span>
<a href="/title/tt1959563/">The Hitman's Bodyguard</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">118 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Comedy, Crime            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.9" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.9</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1959563" id="urv_tt1959563">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1959563">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1959563|imdb|6.9|6.9|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.9/10 (182,386 votes) - click stars to rate">
<meta content="6.9" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="182386" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 96.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.9</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1959563/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">47        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    The world's top bodyguard gets a new client, a hitman who must testify at the International Criminal Court. They must put their differences aside and work together to make it to the trial on time.</p>
<p class="">
    Director:
<a href="/name/nm0400850/">Patrick Hughes</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0005351/">Ryan Reynolds</a>, 
<a href="/name/nm0000168/">Samuel L. Jackson</a>, 
<a href="/name/nm0000198/">Gary Oldman</a>, 
<a href="/name/nm1392388/">Elodie Yung</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="182386" name="nv">182,386</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="75,468,583" name="nv">$75.47M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5675620"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5675620/"> <img alt="The Punisher" class="loadlate" data-tconst="tt5675620" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTExODIwOTUxNzFeQTJeQWpwZ15BbWU4MDE5MDA0MTcz._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">39.</span>
<a href="/title/tt5675620/">The Punisher</a>
<span class="lister-item-year text-muted unbold">(2017–2019)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">53 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Crime, Drama            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5675620" id="urv_tt5675620">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5675620">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5675620|imdb|8.5|8.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.5/10 (177,035 votes) - click stars to rate">
<meta content="8.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="177035" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 119px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5675620/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    After the murder of his family, Marine veteran Frank Castle becomes the vigilante known as "The Punisher," with only one goal in mind: to avenge them.</p>
<p class="">
            
    Stars:
<a href="/name/nm1256532/">Jon Bernthal</a>, 
<a href="/name/nm2362244/">Amber Rose Revah</a>, 
<a href="/name/nm1602660/">Ben Barnes</a>, 
<a href="/name/nm2773505/">Jason R. Moore</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="177035" name="nv">177,035</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5580036"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5580036/"> <img alt="I, Tonya" class="loadlate" data-tconst="tt5580036" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjI5MDY1NjYzMl5BMl5BanBnXkFtZTgwNjIzNDAxNDM@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">40.</span>
<a href="/title/tt5580036/">I, Tonya</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">119 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Comedy, Drama            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5580036" id="urv_tt5580036">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5580036">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5580036|imdb|7.5|7.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.5/10 (175,364 votes) - click stars to rate">
<meta content="7.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="175364" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 105px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5580036/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">77        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Competitive ice skater <a href="/name/nm0002125">Tonya Harding</a> rises amongst the ranks at the U.S. Figure Skating Championships, but her future in the activity is thrown into doubt when her ex-husband intervenes.</p>
<p class="">
    Director:
<a href="/name/nm0318916/">Craig Gillespie</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm3053338/">Margot Robbie</a>, 
<a href="/name/nm1659221/">Sebastian Stan</a>, 
<a href="/name/nm0005049/">Allison Janney</a>, 
<a href="/name/nm0629855/">Julianne Nicholson</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="175364" name="nv">175,364</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="30,014,539" name="nv">$30.01M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5071412"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5071412/"> <img alt="Ozark" class="loadlate" data-tconst="tt5071412" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BM2Q3MjQ3NDAtZDk4NS00MDIwLTllZGUtMmY1ZDU2OTJkNGY2XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">41.</span>
<a href="/title/tt5071412/">Ozark</a>
<span class="lister-item-year text-muted unbold">(2017– )</span>
</h3>
<p class="text-muted">
<span class="certificate">16+</span>
<span class="ghost">|</span>
<span class="runtime">60 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5071412" id="urv_tt5071412">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5071412">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5071412|imdb|8.4|8.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.4/10 (173,861 votes) - click stars to rate">
<meta content="8.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="173861" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 117.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5071412/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    A financial advisor drags his family from Chicago to the Missouri Ozarks, where he must launder money to appease a drug boss.</p>
<p class="">
            
    Stars:
<a href="/name/nm0000867/">Jason Bateman</a>, 
<a href="/name/nm0001473/">Laura Linney</a>, 
<a href="/name/nm6019117/">Sofia Hublitz</a>, 
<a href="/name/nm3228287/">Skylar Gaertner</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="173861" name="nv">173,861</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2406566"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2406566/"> <img alt="Atomic Blonde" class="loadlate" data-tconst="tt2406566" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMjM5NDYzMzg5N15BMl5BanBnXkFtZTgwOTM2NDU1MjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">42.</span>
<a href="/title/tt2406566/">Atomic Blonde</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">R</span>
<span class="ghost">|</span>
<span class="runtime">115 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.7" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.7</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2406566" id="urv_tt2406566">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2406566">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2406566|imdb|6.7|6.7|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.7/10 (172,294 votes) - click stars to rate">
<meta content="6.7" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="172294" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 93.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.7</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2406566/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">63        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    An undercover MI6 agent is sent to Berlin during the Cold War to investigate the murder of a fellow agent and recover a missing list of double agents.</p>
<p class="">
    Director:
<a href="/name/nm0500610/">David Leitch</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000234/">Charlize Theron</a>, 
<a href="/name/nm0564215/">James McAvoy</a>, 
<a href="/name/nm0000422/">John Goodman</a>, 
<a href="/name/nm0550371/">Eddie Marsan</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="172294" name="nv">172,294</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="51,687,870" name="nv">$51.69M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2345759"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2345759/"> <img alt="The Mummy" class="loadlate" data-tconst="tt2345759" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTkwMTgwODAxMl5BMl5BanBnXkFtZTgwNTEwNTQ3MDI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">43.</span>
<a href="/title/tt2345759/">The Mummy</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">110 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="5.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>5.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2345759" id="urv_tt2345759">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2345759">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2345759|imdb|5.4|5.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 5.4/10 (170,072 votes) - click stars to rate">
<meta content="5.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="170072" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 75.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">5.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2345759/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore unfavorable">34        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    An ancient Egyptian princess is awakened from her crypt beneath the desert, bringing with her malevolence grown over millennia, and terrors that defy human comprehension.</p>
<p class="">
    Director:
<a href="/name/nm0476064/">Alex Kurtzman</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000129/">Tom Cruise</a>, 
<a href="/name/nm1154749/">Sofia Boutella</a>, 
<a href="/name/nm1834115/">Annabelle Wallis</a>, 
<a href="/name/nm0000128/">Russell Crowe</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="170072" name="nv">170,072</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="80,101,125" name="nv">$80.10M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt4555426"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt4555426/"> <img alt="Darkest Hour" class="loadlate" data-tconst="tt4555426" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNTU4MjMwOTgyMV5BMl5BanBnXkFtZTgwODQzNjY2NDM@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">44.</span>
<a href="/title/tt4555426/">Darkest Hour</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">125 min</span>
<span class="ghost">|</span>
<span class="genre">
Biography, Drama, History            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.4" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.4</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt4555426" id="urv_tt4555426">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt4555426">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt4555426|imdb|7.4|7.4|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.4/10 (167,400 votes) - click stars to rate">
<meta content="7.4" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="167400" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 103.6px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.4</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt4555426/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">75        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    In May 1940, the fate of World War II hangs on <a href="/name/nm0161476">Winston Churchill</a>, who must decide whether to negotiate with <a href="/name/nm0386944">Adolf Hitler</a>, or fight on knowing that it could mean the end of the British Empire.</p>
<p class="">
    Director:
<a href="/name/nm0942504/">Joe Wright</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000198/">Gary Oldman</a>, 
<a href="/name/nm4141252/">Lily James</a>, 
<a href="/name/nm0000218/">Kristin Scott Thomas</a>, 
<a href="/name/nm0578853/">Ben Mendelsohn</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="167400" name="nv">167,400</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="56,468,410" name="nv">$56.47M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5519340"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5519340/"> <img alt="Bright" class="loadlate" data-tconst="tt5519340" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTcyNzk5NDg1Nl5BMl5BanBnXkFtZTgwNTM5MDQxNDM@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">45.</span>
<a href="/title/tt5519340/">Bright</a>
<span class="lister-item-year text-muted unbold">(I) (2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">18</span>
<span class="ghost">|</span>
<span class="runtime">117 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Fantasy, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.3" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.3</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5519340" id="urv_tt5519340">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5519340">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5519340|imdb|6.3|6.3|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.3/10 (165,700 votes) - click stars to rate">
<meta content="6.3" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="165700" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 88.2px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.3</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5519340/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore unfavorable">29        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A detective must work with an Orc to find a powerful wand before evil creatures do.</p>
<p class="">
    Director:
<a href="/name/nm0043742/">David Ayer</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000226/">Will Smith</a>, 
<a href="/name/nm0249291/">Joel Edgerton</a>, 
<a href="/name/nm0636426/">Noomi Rapace</a>, 
<a href="/name/nm1183149/">Edgar Ramírez</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="165700" name="nv">165,700</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt5834204"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt5834204/"> <img alt="The Handmaid's Tale" class="loadlate" data-tconst="tt5834204" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTU0MTI0MDAyM15BMl5BanBnXkFtZTgwMDg5MzYyNTM@._V1_UY98_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">46.</span>
<a href="/title/tt5834204/">The Handmaid's Tale</a>
<span class="lister-item-year text-muted unbold">(2017– )</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">60 min</span>
<span class="ghost">|</span>
<span class="genre">
Drama, Sci-Fi, Thriller            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt5834204" id="urv_tt5834204">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt5834204">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt5834204|imdb|8.5|8.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.5/10 (162,420 votes) - click stars to rate">
<meta content="8.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="162420" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 119px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt5834204/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    Set in a dystopian future, a woman is forced to live as a concubine under a fundamentalist theocratic dictatorship.</p>
<p class="">
            
    Stars:
<a href="/name/nm0005253/">Elisabeth Moss</a>, 
<a href="/name/nm0115760/">Amanda Brugel</a>, 
<a href="/name/nm5483400/">Madeline Brewer</a>, 
<a href="/name/nm1540404/">Max Minghella</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="162420" name="nv">162,420</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt2239822"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt2239822/"> <img alt="Valerian and the City of a Thousand Planets" class="loadlate" data-tconst="tt2239822" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTkxMDAxNDUyNV5BMl5BanBnXkFtZTgwOTc3MzcxMjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">47.</span>
<a href="/title/tt2239822/">Valerian and the City of a Thousand Planets</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">UA</span>
<span class="ghost">|</span>
<span class="runtime">136 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Adventure, Fantasy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="6.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>6.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt2239822" id="urv_tt2239822">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt2239822">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt2239822|imdb|6.5|6.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 6.5/10 (158,898 votes) - click stars to rate">
<meta content="6.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="158898" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 91px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">6.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt2239822/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore mixed">51        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    A dark force threatens Alpha, a vast metropolis and home to species from a thousand planets. Special operatives Valerian and Laureline must race to identify the marauding menace and safeguard not just Alpha, but the future of the universe.</p>
<p class="">
    Director:
<a href="/name/nm0000108/">Luc Besson</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm2851530/">Dane DeHaan</a>, 
<a href="/name/nm5353321/">Cara Delevingne</a>, 
<a href="/name/nm0654110/">Clive Owen</a>, 
<a href="/name/nm1982597/">Rihanna</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="158898" name="nv">158,898</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="41,189,488" name="nv">$41.19M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt1469304"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt1469304/"> <img alt="Baywatch" class="loadlate" data-tconst="tt1469304" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BNTA4MjQ0ODQzNF5BMl5BanBnXkFtZTgwNzA5NjYzMjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">48.</span>
<a href="/title/tt1469304/">Baywatch</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">116 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Comedy, Crime            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="5.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>5.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt1469304" id="urv_tt1469304">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt1469304">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt1469304|imdb|5.5|5.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 5.5/10 (157,369 votes) - click stars to rate">
<meta content="5.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="157369" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 77px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">5.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt1469304/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore unfavorable">37        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    Devoted lifeguard Mitch Buchannon butts heads with a brash new recruit, as they uncover a criminal plot that threatens the future of the bay.</p>
<p class="">
    Director:
<a href="/name/nm1164861/">Seth Gordon</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0425005/">Dwayne Johnson</a>, 
<a href="/name/nm1374980/">Zac Efron</a>, 
<a href="/name/nm1275259/">Alexandra Daddario</a>, 
<a href="/name/nm1231899/">Priyanka Chopra</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="157369" name="nv">157,369</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="58,060,186" name="nv">$58.06M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3532216"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3532216/"> <img alt="American Made" class="loadlate" data-tconst="tt3532216" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BMTUxNzUwMjk1Nl5BMl5BanBnXkFtZTgwNDkwODI1MjI@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">49.</span>
<a href="/title/tt3532216/">American Made</a>
<span class="lister-item-year text-muted unbold">(2017)</span>
</h3>
<p class="text-muted">
<span class="certificate">A</span>
<span class="ghost">|</span>
<span class="runtime">114 min</span>
<span class="ghost">|</span>
<span class="genre">
Action, Biography, Comedy            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="7.2" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>7.2</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3532216" id="urv_tt3532216">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3532216">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3532216|imdb|7.2|7.2|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 7.2/10 (154,872 votes) - click stars to rate">
<meta content="7.2" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="154872" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 100.8px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">7.2</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3532216/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
<div class="inline-block ratings-metascore">
<span class="metascore favorable">65        </span>
        Metascore
            </div>
</div>
<p class="text-muted">
    The story of Barry Seal, an American pilot who became a drug-runner for the CIA in the 1980s in a clandestine operation that would be exposed as the Iran-Contra Affair.</p>
<p class="">
    Director:
<a href="/name/nm0510731/">Doug Liman</a>
<span class="ghost">|</span> 
    Stars:
<a href="/name/nm0000129/">Tom Cruise</a>, 
<a href="/name/nm1727304/">Domhnall Gleeson</a>, 
<a href="/name/nm0942792/">Sarah Wright</a>, 
<a href="/name/nm0687146/">Jesse Plemons</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="154872" name="nv">154,872</span>
<span class="ghost">|</span> <span class="text-muted">Gross:</span>
<span data-value="51,342,000" name="nv">$51.34M</span>
</p>
</div>
</div><div class="lister-item mode-advanced">
<div class="lister-top-right">
<div class="ribbonize" data-caller="filmosearch" data-tconst="tt3920596"></div>
</div>
<div class="lister-item-image float-left">
<a href="/title/tt3920596/"> <img alt="Big Little Lies" class="loadlate" data-tconst="tt3920596" height="98" loadlate="https://m.media-amazon.com/images/M/MV5BZmNjYzdjN2ItOTBlNy00Mjc0LWE4YmMtYTQ4ZjQzNTMyNDc4XkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_UX67_CR0,0,67,98_AL_.jpg" src="https://m.media-amazon.com/images/G/01/imdb/images/nopicture/large/film-184890147._CB466725069_.png" width="67"/>
</a> </div>
<div class="lister-item-content">
<h3 class="lister-item-header">
<span class="lister-item-index unbold text-primary">50.</span>
<a href="/title/tt3920596/">Big Little Lies</a>
<span class="lister-item-year text-muted unbold">(2017–2019)</span>
</h3>
<p class="text-muted">
<span class="certificate">15+</span>
<span class="ghost">|</span>
<span class="runtime">60 min</span>
<span class="ghost">|</span>
<span class="genre">
Crime, Drama, Mystery            </span>
</p>
<div class="ratings-bar">
<div class="inline-block ratings-imdb-rating" data-value="8.5" name="ir">
<span class="global-sprite rating-star imdb-rating"></span>
<strong>8.5</strong>
</div>
<div class="inline-block ratings-user-rating">
<span class="userRatingValue" data-tconst="tt3920596" id="urv_tt3920596">
<span class="global-sprite rating-star no-rating"></span>
<span class="rate" data-no-rating="Rate this" data-value="0" name="ur">Rate this</span>
</span>
<div class="starBarWidget" id="sb_tt3920596">
<div class="rating rating-list" data-auth="" data-ga-identifier="" data-starbar-class="rating-list" data-user="" id="tt3920596|imdb|8.5|8.5|adv_li_tt||advsearch|title" itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating" title="Users rated this 8.5/10 (147,155 votes) - click stars to rate">
<meta content="8.5" itemprop="ratingValue"/>
<meta content="10" itemprop="bestRating"/>
<meta content="147155" itemprop="ratingCount"/>
<span class="rating-bg"> </span>
<span class="rating-imdb" style="width: 119px"> </span>
<span class="rating-stars">
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>1</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>2</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>3</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>4</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>5</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>6</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>7</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>8</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>9</span></a>
<a href="/register/login?why=vote" rel="nofollow" title="Register or login to rate this title"><span>10</span></a>
</span>
<span class="rating-rating"><span class="value">8.5</span><span class="grey">/</span><span class="grey">10</span></span>
<span class="rating-cancel"><a href="/title/tt3920596/vote?v=X;k=" rel="nofollow" title="Delete"><span>X</span></a></span>
 </div>
</div>
</div>
</div>
<p class="text-muted">
    The apparently perfect lives of upper-class mothers, at a prestigious elementary school, unravel to the point of murder when a single-mother moves to their quaint Californian beach town.</p>
<p class="">
            
    Stars:
<a href="/name/nm0000702/">Reese Witherspoon</a>, 
<a href="/name/nm0000173/">Nicole Kidman</a>, 
<a href="/name/nm0940362/">Shailene Woodley</a>, 
<a href="/name/nm2368789/">Zoë Kravitz</a>
</p>
<p class="sort-num_votes-visible">
<span class="text-muted">Votes:</span>
<span data-value="147155" name="nv">147,155</span>
</p>
</div>
</div>
In [ ]:
 

Comments

Popular posts from this blog

MovieLens Case Study with Python

Types of Data Analysis

Data Pre-processing for Machine Learning