<!DOCTYPE html>
<html lang="en-se" data-ign="2018" prefix="og: http://ogp.me/ns#" id="IGN2023">
<head>
<title>Movie</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Rise of the Resistance is likely the closest you&#x27;ll get to starring in a Star Wars film, which makes it a helluva ride." />
<link rel="canonical" href="https://nordic.ign.com/movies">

<meta name="robots" content="max-image-preview:large">

<link rel="next" id="infinitenext" href="/movies?page=2">

<link href="/s/ign/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="mask-icon" href="https://oystatic.ignimgs.com/src/core/img/favicon/safari_favicon.svg" color="#bf1313"/>

<script id="gdpr" type="text/javascript">
(function() {
    if (window !== window.top){return;}
    var getGeoCC = function() {
        var match = document.cookie.match(/(^|;)\s*geoCC\s*=\s*([^;]+)/);
        if (match) return match[2];
    }
    window.geoCC = getGeoCC();
    //gdprApplies namespace should be fine, the stub function below is a let within an iife
    window.gdprApplies = (geoCC && /be|bg|cz|dk|de|ee|ie|el|es|fr|gr|hr|it|cy|lv|lt|lu|hu|mt|nl|at|pl|pt|ro|si|sk|fi|no|se|gb|uk|unk/i.test(geoCC)) ? true : false;
    if (gdprApplies) {
        (function() {
            const makeStub = () => {
                const TCF_LOCATOR_NAME = '__tcfapiLocator';
                const queue = [];
                const currentWindow = window;
                let frameLocator = currentWindow;
                let cmpFrame;
                let gdprApplies;

                function addFrame() {
                    const doc = currentWindow.document;
                    const otherCMP = !!(currentWindow.frames[TCF_LOCATOR_NAME]);

                    if (!otherCMP) {
                        if (doc.body) {
                            const iframe = doc.createElement('iframe');

                            iframe.style.cssText = 'display:none';
                            iframe.name = TCF_LOCATOR_NAME;
                            doc.body.appendChild(iframe);
                        } else {
                            setTimeout(addFrame, 5);
                        }
                    }

                    return !otherCMP;
                }

                function tcfAPIHandler(...args) {
                    if (!args.length) {
                        return queue;
                    } else if (args[0] === 'setGdprApplies') {
                        if (args.length > 3 && parseInt(args[1], 10) === 2 && typeof args[3] === 'boolean') {
                            gdprApplies = args[3];

                            if (typeof args[2] === 'function') {
                                args[2]('set', true);
                            }
                        }
                    } else if (args[0] === 'ping') {
                        if (typeof args[2] === 'function') {
                            args[2]({
                                gdprApplies: gdprApplies,
                                cmpLoaded: false,
                                cmpStatus: 'stub',
                            });
                        }
                    } else {
                        if(args[0] === 'init' && typeof args[3] === 'object') {
                        args[3] = { ...args[3], tag_version: 'V2' };
                        }
                        queue.push(args);
                    }
                }

                function postMessageEventHandler(event) {
                    const msgIsString = typeof event.data === 'string';
                    let json = {};

                    if (msgIsString) {
                        try {
                            json = JSON.parse(event.data);
                        } catch (ignore) {}
                    } else {
                        json = event.data;
                    }

                    const payload = (typeof json === 'object') ? json.__tcfapiCall : null;

                    if (payload) {
                        window.__tcfapi(
                            payload.command,
                            payload.version,
                            function(retValue, success) {
                                let returnMsg = {
                                    __tcfapiReturn: {
                                        returnValue: retValue,
                                        success: success,
                                        callId: payload.callId,
                                    },
                                };

                                if (event && event.source && event.source.postMessage) {
                                    event.source.postMessage((msgIsString) ? JSON.stringify(returnMsg) : returnMsg, '*');
                                }
                            },
                            payload.parameter,
                        );
                    }
                }
                while (frameLocator) {
                    try {
                        if (frameLocator.frames[TCF_LOCATOR_NAME]) {
                            cmpFrame = frameLocator;
                            break;
                        }
                    } catch (ignore) {}
                    if (frameLocator === currentWindow.top) {
                        break;
                    }
                    frameLocator = currentWindow.parent;
                }

                if (!cmpFrame) {
                    addFrame();
                    currentWindow.__tcfapi = tcfAPIHandler;
                    currentWindow.addEventListener('message', postMessageEventHandler, false);
                }
            };

            if (typeof module !== 'undefined') {
                module.exports = makeStub;
            } else {
                makeStub();
            }
        }());
    }
})();
</script>

<script>
(function(){
    if (window !== window.top){return;}
    if (!gdprApplies){return;}
    var host = window.location.hostname;
    var element = document.createElement('script');
    var firstScript = document.getElementsByTagName('script')[0];
    var url = 'https://cmp.inmobi.com'
      .concat('/choice/', '2raWnDggRWy8v', '/', host, '/choice.js?tag_version=V3');
    var uspTries = 0;
    var uspTriesLimit = 3;
    element.async = true;
    element.type = 'text/javascript';
    element.src = url;
  
    firstScript.parentNode.insertBefore(element, firstScript);
    var uspStubFunction = function() {
        var arg = arguments;
        if (typeof window.__uspapi !== uspStubFunction) {
          setTimeout(function() {
            if (typeof window.__uspapi !== 'undefined') {
              window.__uspapi.apply(window.__uspapi, arg);
            }
          }, 500);
        }
      };
    
      var checkIfUspIsReady = function() {
        uspTries++;
        if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
          console.warn('USP is not accessible');
        } else {
          clearInterval(uspInterval);
        }
      };
    
      if (typeof window.__uspapi === 'undefined') {
        window.__uspapi = uspStubFunction;
        var uspInterval = setInterval(checkIfUspIsReady, 6000);
      }
    })();
  </script>
  
  
<script type="text/javascript">
  window.ICMS = window.ICMS || { cmd: [], libs: [], css: [], tcf2loader: [], deferredJSLoader:[] };
  ICMS.lang = 'en'; ICMS.siteID = 'ign_nordic'; ICMS.siteName = 'IGN Nordic';
  ICMS.amzTag = 'zdintlignse-21'; ICMS.contentId = ''; ICMS.keywordSlug = '412';
  ICMS.baseUri = ''; ICMS.pageName = 'movie'; ICMS.pageUrl = 'https://nordic.ign.com/movies';
  ICMS.isPublished = ''; ICMS.backendEditUrl = 'https://nordic.icms.ign.com/admin/keyword/412/';
  ICMS.isEmbed = (window.self !== window.top) ? true : false; ICMS.articletype = '';
  ICMS.staticVersioning = '?547';
  ICMS.cmd.push(function() { IGNInternationalInit(); });
</script>
<script type="text/javascript">window.ICMS.cmd.push(function() { 

 });</script>
<script src="/s/bundle_ign.js?547" defer></script><script src="https://sm.ign.com/zdadkit2.js?547" defer></script><script src="https://sm.ign.com/themes_3.js?547" defer></script>
<meta name="twitter:site" content="@IGNNordic"><meta property="og:site_name" content="IGN Nordic" /><meta property="fb:app_id" content="115982828429116" /><meta property="fb:profile_id" content="https://www.facebook.com/ignnordic" /><meta property="twitter:image" content=""><meta property="og:image" itemprop="image" content=""><meta name="twitter:card" value="summary_large_image"><meta property="og:type" content="article"><meta property="og:title" content="movie"><meta property="og:description" content="Rise of the Resistance is likely the closest you&#x27;ll get to starring in a Star Wars film, which makes it a helluva ride."><meta property="og:url" content="https://nordic.ign.com/movies"><meta property="og:locale" content="en_US"><meta property="article:publisher" content="https://www.facebook.com/ignnordic"><meta property="article:section" content="movie"><meta property="article:tag" content="movie">
<link rel="alternate" hreflang="en-se" href="https://nordic.ign.com/movies" />
<meta http-equiv="content-language" content="en-se" />


  
      <link rel="alternate" type="application/rss+xml" title="IGN Nordic movie" href="/movies.xml">
  


<!-- Trackers -->

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9QCVCEGQ3"></script>
<script>
window.dataLayer = window.dataLayer || [];
window.gtag = window.gtag||function(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Y9QCVCEGQ3', { 
  
  
  'icms_keyword': "movie",
  'icms_obj_type': "other",
  
   
})

gtag('config', 'G-G0Z2FQREVE');
</script>

<script type="text/javascript">var _comscore = _comscore || []; _comscore.push({c1: "2", c2: "3000068" });</script>
<script type="text/javascript" src="https://sb.scorecardresearch.com/beacon.js" async="true"></script>
<noscript><img src="https://sb.scorecardresearch.com/p?c1=2&amp;c2=3000068&amp;c4=" alt="*" style="position: absolute" width="1" height="1"></noscript>


<style type="text/css">/* MOBILE FIRST */ @font-face { font-family: 'Inter Var'; font-style: normal; font-weight: 100 1000; font-display: swap; font-stretch: normal; src: url('/s/ign/Inter-VariableFont_slnt,wght.ttf') format("truetype-variations"); } body, html { margin: 0; padding: 0; font-family: 'Inter Var', sans-serif; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } body { overflow-x: hidden; } body, html, .page-wrapper { background-color: #f6f8f7; } body, header, aside#sidebarHeader { padding-top: 0; } body.rtl { direction: rtl; } /* Adtech Skin support */ body.hasSkin section.vspotlight, body.hasSkin section.popular, body.hasSkin section.broll, body.hasSkin section.stripe, body.hasSkin .hspotlight, body.hasSkin .list-content, body.hasSkin .wrap { max-width: 1240px; padding: 8px 10px; } body.hasSkin section.broll, body.hasSkin section.wrap.videofeatured { padding-left: 10px; padding-right: 10px; background: #f6f8f7; box-sizing: border-box; } body.hasSkin section.stripe { padding-left: 10px; padding-right: 10px; margin: 0 auto; box-sizing: border-box; } body.hasSkin .page-content { max-width: 1240px; margin: 0 auto; background: #f6f8f7; padding-top: 5px; box-sizing: border-box; } body.hasSkin section.hero article { width: 1240px; max-width: 1240px; background-position: center; background-repeat: no-repeat; } body.hasSkin section.hero { margin-left: initial; margin-right: initial; } body.hasSkin .herogrid { padding: 10px; box-sizing: border-box; background: #f6f8f7; } body.hasSkin .spacer { display: none; } .ad-wrapper.pgQSsticky { position: sticky; position: -webkit-sticky; top: 65px; margin-top: 35px; } #_themeMobileHeaderDoodle { max-height: 100%; } body.iframe aside#sidebarHeader, body.iframe #btnoverlay { display: none; } header { top: 0; width: 100%; z-index: 100; flex-shrink: 0; } header .icon-logo { aspect-ratio: 182 / 55; width: 6.625em; height: 1.9791666666667em; font-size: 0.7rem; } header .icon-logo .dpad-path { fill: #bf1313; } .sidebar-page-header { border-bottom: 1px solid rgba(138, 147, 153, 0.25); display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; width: 100%; height: 64px; background: #fff; z-index: 7; padding: 0 12px; transition: margin-left 200ms cubic-bezier(0.34,-0.09,0.45,1.18); box-sizing: border-box; } .sidebar-page-header #current-user { position: absolute; top: 15.5px; right: 16px; width: 32px; color: #41495a; } .sidebar-page-header #current-user .userIcon { width: 32px; height: 32px; border-radius: 50%; } aside#sidebarHeader.backend { display: none; } aside#sidebarHeader.backend + #btnoverlay + #mainblock { width: 100%; margin-left: 0; } aside#sidebarHeader { --theme-elements-divider: rgba(138, 147, 153, 0.25); --theme-elements-icon-default: #41495a; color: #41495a; position: fixed; top: 0; left: 0; bottom: 0; height: 100%; background: #fff; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 0px 17px 24px rgba(0, 0, 0, 0.07); z-index: 2000000000; transition-duration: 450ms; width: 85vw; font-family: 'Inter var',sans-serif; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); -webkit-transition-property: -webkit-transform; -webkit-transition-property: transform; transition-property: transform; } aside#sidebarHeader * { box-sizing: border-box; } #sidebarHeader.hide { display: none; } aside#sidebarHeader.collapsed { width: 0; } aside#sidebarHeader.collapsed .header-toggle svg { transition: transform 0.1s linear 0s; font-size: 0.6rem; transform: rotate(-180deg); } aside#sidebarHeader.collapsed .logodate, aside#sidebarHeader.collapsed .ign-logo .ign-path, aside#sidebarHeader.collapsed .sidebar-main a span, aside#sidebarHeader.collapsed .logout, aside#sidebarHeader.collapsed .search-modal, aside#sidebarHeader.collapsed .region, #sidebarHeader.collapsed button.back label { opacity: 0; } aside#sidebarHeader.collapsed .region { display:none; } aside#sidebarHeader .logodate, aside#sidebarHeader .ign-logo .ign-path, aside#sidebarHeader .sidebar-main a span, aside#sidebarHeader .logout, aside#sidebarHeader .search-modal, aside#sidebarHeader .region { -webkit-transition-duration: 200ms; transition-duration: 200ms; transition: opacity 200ms cubic-bezier(0.34,-0.09,0.45,1.18); } aside#sidebarHeader .sidebar-main a span { opacity: 1; line-height: 1.5; } aside#sidebarHeader.collapsed #loginwrapper .login-avatar, #loginwrapper.loggedin .login-avatar { opacity: 1; } aside#sidebarHeader #ignheader.collapsed #loginwrapper .login-buttons { opacity: 0; display: none; } aside#sidebarHeader.collapsed #loginwrapper .sidebar-item-text, #loginwrapper.loggedin .login-buttons { opacity: 0; display: none; } aside#sidebarHeader.collapsed .side .sidebar-header { padding-left: 36px; padding-right: 36px; } aside#sidebarHeader.collapsed .side .sidebar-header.scrollbar { padding-left: 33px; } body.rtl aside#sidebarHeader .sidebar-header { direction: ltr; } aside#sidebarHeader.collapsed .sidebar-icon { font-size: 1.5rem; } aside#sidebarHeader.collapsed .icon-right-chevron, aside#sidebarHeader.collapsed #loginwrapper .userlogged span { display: none; } aside#sidebarHeader .icon-right-chevron { width: 16px; margin-left: auto; } body.rtl aside#sidebarHeader .icon-right-chevron { width: 16px; margin-left: 0; margin-right: auto; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); } body.rtl aside#sidebarHeader .icon-left-chevron { margin-left: 0; margin-right: auto; transform: rotate(180deg); } body.rtl aside#sidebarHeader.collapsed .icon-left-chevron { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); } aside#sidebarHeader.collapsed .header-toggle { right: -46px; } aside#sidebarHeader.collapsed .header-toggle { display: block; } aside#sidebarHeader .header-toggle.WIKI { display: none; } aside#sidebarHeader #search-input { display: block; padding: 8px; width: 90%; border: 1px solid #181c25; outline: none; font-size: 14px; border-radius: 8px; color: #181c25; max-width: 90%; } aside#sidebarHeader .cls-1 { color: inherit; stroke: none; } .sidebar-mobile-overlay { position: fixed; inset: 0px; background-color: rgba(65, 73, 90, 0.8); backdrop-filter: blur(0.5em); transition: opacity 200ms cubic-bezier(0.34,-0.09,0.45,1.18); z-index: 10; opacity: 1; } .sidebar-mobile-overlay.collapsed { opacity: 0; z-index: -1; } aside#sidebarHeader .logout { padding: 4px 16px 4px 16px; color: #FFF; border-radius: 4px; background-color: #bf1313; font-weight: bold; line-height: 1em; text-align: center; display: inline-block; width: 19%; top: 4px; position: relative; align-self: flex-start; } .header-toggle { position: absolute; z-index: 1; z-index: 20002; border-radius: 50%; color: #fff; border: 1px solid #181c25; background-color: #181c25; cursor: pointer; width: 32px; height: 32px; right: -16px; top: 16px; padding: 0; } .header-toggle:hover { background-color: #41495a; border: 1px solid #41495a; color: #fff; } #ignheader { display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; overflow: hidden; height: 100%; } .fixed-header { position: fixed; } .side-container { position: relative; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .side { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; overscroll-behavior: contain; position: absolute; width: 100%; height: 100%; left: -75%; opacity: 0; z-index: 0; -webkit-transition-property: left,opacity; transition-property: left,opacity, display; -webkit-transition-duration: 250ms,100ms; transition-duration: 250ms,100ms; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-delay: 0ms,75ms; transition-delay: 0ms,75ms; } .side .sidebar-header { -webkit-flex-basis: 80px; -ms-flex-preferred-size: 80px; flex-basis: 80px; -webkit-transition: padding-left 450ms cubic-bezier(0.34,-0.09,0.45,1.18); transition: padding-left 450ms cubic-bezier(0.34,-0.09,0.45,1.18); -webkit-flex: 0 0 64px; -ms-flex: 0 0 64px; flex: 0 0 64px; overflow: hidden; padding: 20px 24px 0; } .side .sidebar-header .logo-edition, #ignheader.collapsed .side-container .sidebar-section li { white-space: nowrap; } .logo-edition { display: flex; gap: 6px; } .side .sidebar-main { overflow: hidden auto; scroll-behavior: smooth; flex: 1 1 0%; padding: 18px 24px; } .sidebar-main > hr { height: 1px; background-color: rgba(138, 147, 153, 0.25); border: none; } .sidebar-main > b { text-transform: uppercase; } aside#sidebarHeader.collapsed .side .sidebar-main { padding-right: 24px; padding-left: 24px; } .side .sidebar-main .divider { width: 100%; margin-top: 18px; margin-bottom: 18px; border-bottom: 1px solid rgba(138, 147, 153, 0.25); } .side h3 { font-size: 18px; font-weight: 700; margin: 18px 0; } /* aside#sidebarHeader.collapsed .side h3 { display: none; } */ #loginwrapper { position: relative; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1), 0px 17px 24px rgba(0, 0, 0, 0.07); width: 100%; overflow: hidden; padding: 18px 24px; height: 76px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: auto; box-sizing: border-box; } .collapsed #loginwrapper { display: block; } #loginwrapper.loggedin { gap: 80px; display: block; } #loginwrapper.loggedin .login-avatar { background: transparent; display: flex; flex-direction: row; gap: 12px; width: 100%; } #loginwrapper .userlogged { font-weight: bold; display: inline-block; width: 80%; max-width: 80%; color: #41495a; } #loginwrapper .userlogged span { max-width: 70%; display: inline-block; } #loginwrapper .login-avatar, #loginwrapper .sidebar-item-text { opacity: 0; width: 0; padding: 0; border: 0; -webkit-transition-property: opacity,width,padding; transition-property: opacity,width,padding; -webkit-transition-duration: 450ms; transition-duration: 450ms; -webkit-transition-timing-function: cubic-bezier(0.34,-0.09,0.45,1.18); transition-timing-function: cubic-bezier(0.34,-0.09,0.45,1.18); display: none; } .collapsed #loginwrapper .login-avatar { padding-top: 10px; display: block; width: 100%; height: auto; color: #41495a; } #loginwrapper .login-buttons { display: flex; opacity: 1; -webkit-transition: opacity 450ms cubic-bezier(0.34,-0.09,0.45,1.18); transition: opacity 450ms cubic-bezier(0.34,-0.09,0.45,1.18); -webkit-flex: 1; -ms-flex: 1; flex: 1; flex-direction: row; gap: 12px; justify-content: center; text-decoration: none; } #loginwrapper img.userIcon { height: 36px; border-radius: 50%; vertical-align: middle; margin-right: 10px; } .login-buttons .button { cursor: pointer; white-space: nowrap; transition: color 0.2s ease 0s, background 0.15s ease 0s, border 0.15s ease 0s; max-width: 120px; font-size: 0.875rem; -webkit-letter-spacing: 0.005em; -moz-letter-spacing: 0.005em; -ms-letter-spacing: 0.005em; letter-spacing: 0.005em; font-weight: 700; line-height: 1.5; border-radius: 8px; padding: 6px 12px; flex-grow: 1; text-align: center; } .login-buttons .login-button { background-color: #fff; border: 1px solid #bbc4c4; color: #181c25; } .login-buttons .register-button { color: #fff; border: 1px solid #181c25; background-color: #181c25; } .side-container .sidebar-section { list-style-type: none; display: flex; flex-direction: column; gap: 2px; margin: 0; padding: 0; } .side.slide { left: 0; opacity: 1; z-index: 1; } .side.right { left: 75%; } .fancybox-lock .fancybox-overlay { z-index: 10000000000; } .region { padding: 18px 24px; } .region select { color: #41495a; border-radius: 8px; font-size: 16px; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 8px 12px; width: 100%; outline: none; margin-top: 5px; background: white; border: 1px solid rgb(118, 118, 118); } .region select:not(:disabled) { background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3cg stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke='%2341495a'%3e%3cpath d='M8.82842712 5L6 7.82842712 3.17157288 5'/%3e%3c/g%3e%3c/svg%3e"); background-size: 18px; background-position: calc(100% - 12px) center; background-repeat: no-repeat; } body.rtl .region select:not(:disabled) { background-position: calc(0% + 12px) center; } .side-container .sidebar-section li { width: 100%; display: flex; -webkit-box-align: center; align-items: center; gap: 18px; border-radius: 8px; overflow: hidden; font-size: 15px; } .side-container .sidebar-section a { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 12px; color: #41495a; border-radius: 8px; padding: 8px 15px; overflow: hidden; fill: #41495a; transition: padding 0.1s linear 0s; } aside#sidebarHeader.collapsed .side-container .sidebar-section a { padding-left: 15px; padding-right: 11px; } aside#sidebarHeader.collapsed .side-container .sidebar-section a.scrollbar { padding-left: 11px; } body.rtl aside#sidebarHeader.collapsed .side-container .sidebar-section a { padding-right: 15px; } .side-container .sidebar-section > li.selected, .side-container .sidebar-section > li:hover { background-color: #8a939940; color: #41495a; border: 0; } .side-container .sidebar-section > li.search:hover { background-color: inherit; cursor: pointer; } .side-container .sidebar-section > li.selected { font-weight: bold; } .sidebar-section a.icon-home:before { content: url('/s/ign/sidebar/home.svg'); padding-left: 1px; } .sidebar-section .selected a.icon-home:before { content: url('/s/ign/sidebar/home-selected.svg'); padding-left: 1px; } .sidebar-section a[href^='/article/review']:before { content: url('/s/ign/sidebar/review.svg'); } .sidebar-section a[href^='/video']:before { content: url('/s/ign/sidebar/video.svg'); } .sidebar-section a[href^='/forum']:before { content: url('/s/ign/sidebar/forum.svg'); } .sidebar-section a[href^='/ps4']:before { content: url('/s/ign/sidebar/ps4.svg'); } .sidebar-section a[href^='/pc']:before { content: url('/s/ign/sidebar/pc.svg'); } .sidebar-section a[href^='/xbox-one']:before { content: url('/s/ign/sidebar/xbox.svg'); } .sidebar-section a[href^='/article/feature']:before { content: url('/s/ign/sidebar/facebook.svg'); } .sidebar-section a[href^='/nintendo-switch']:before { content: url('/s/ign/sidebar/nintendo-switch.svg'); } .sidebar-section a[href^='/cinematv']:before { content: url('/s/ign/sidebar/film.svg'); } .sidebar-section a[href^='/3ds']:before { content: url('/s/ign/sidebar/3ds.svg'); } .sidebar-section a[href^='/ps5']:before { content: url('/s/ign/sidebar/ps5.svg'); } .sidebar-section a:before, .sidebar-section a svg { background-size: 100%; cursor: inherit; user-select: none; aspect-ratio: 1 / 1; width: 1.2em; height: 1.2em; display: inline-block; flex-shrink: 0; font-size: 25px; } .sidebar-section a.iconsvg:before { display: none; } .sidebar-icon { background-size: 100%; cursor: inherit; user-select: none; aspect-ratio: 1 / 1; width: 1em; height: 1em; display: inline-block; flex-shrink: 0; font-size: 1.5rem; } .side .sidebar-main::-webkit-scrollbar { width: 6px; } .side .sidebar-main::-webkit-scrollbar-thumb { box-shadow: inset 0 0 6px rgba(138, 147, 153, 0.5); background: rgba(138, 147, 153, 0.5); border-radius: 10px; } .side .sidebar-main::-webkit-scrollbar-track { background: transparent; } button.back { border: 0; background-color: transparent; outline-width: 0; padding: 0; cursor: pointer; color: #41495a; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; margin: 0; font-size: 11px; font-weight: normal; line-height: 1.35; -webkit-letter-spacing: 0.03em; -moz-letter-spacing: 0.03em; -ms-letter-spacing: 0.03em; letter-spacing: 0.03em; text-transform: uppercase; font-weight: 700; gap: 12px; } body.rtl button.back { flex-direction: row-reverse; margin-left: auto; } button.back label { cursor: pointer; } #sidebarHeader li.legal { flex-direction: column-reverse; color: #41495a; background: #f6f8f7; padding: 8px 11px; font-size: 13px; -webkit-letter-spacing: 0.005em; -moz-letter-spacing: 0.005em; -ms-letter-spacing: 0.005em; letter-spacing: 0.005em; line-height: 1.3; gap: 6px; } #sidebarHeader li.legal a { padding: 0; } a { text-decoration: none; } .wrap { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; } section#js { position: absolute; bottom: 0; left: 0; width: 1px; height: 1px; overflow: hidden; } #gheader, section.stripe { background-color: #f5f5f5; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18); padding: 18px 0; transition: padding 0.1s linear 0s; overflow: hidden; border-top: 1px solid #d1d5db; } section.stripe { padding: 12px 0; margin-bottom: 0; } svg.ign-logo { background-size: 100%; cursor: inherit; user-select: none; display: inline-block; flex-shrink: 0; aspect-ratio: 182 / 55; height: 1.97917em; font-size: 1.5rem; width: 3.17em; } svg.ign-logo, svg.sidebar-icon.icon-logo { color: #bf1313; fill: #bf1313; } #ign-logo-wrap { position: absolute; left: 50%; transform: translate(-50%); top: 25%; z-index: 500; } div.logodate { font-size: 16px; font-weight: 700; max-width: 280px; display: inline-block; vertical-align: super; align-self: center; } .right-rail { display: block; } .extramenu { cursor: pointer; } .editions.desktop { display: none; } .filterlist { padding: 0; margin: 0; } #zdlogoblue { width: 65px; height: auto; } .search-modal { margin-top: 2px; width: 100%; } .search-modal .button { display: none; } .menu-editions { display: block!important; text-align: center!important; line-height: 60px; } #footer div.legal { display: flex; align-items: center; } footer { display: none; } #footer.limitedScroll { display: block; background: #F5F5F5; padding: 4px; font-size: small; text-align: center; } #footer.limitedScroll a { color: #BF1313; } a.commentscount:before { content: url('/s/ign/comments.svg'); display: inline-block; vertical-align: middle; margin-left: 10px; margin-right: 5px; } .page-content { position: relative; top: 18%; } .button-primary { background-color: #bf1313; border-radius: 4px; color: #fff; cursor: pointer; font-size: 20px; font-weight: bold; letter-spacing: -0.5px; white-space: nowrap; padding: 8px 20px 8px 20px; border: 0; } /* Broll */ div.tbl { display: table; position: relative; margin-right: 320px; } section.broll.hasAd div.adk2 { position: absolute; right: 0; width: 300px; } section.broll { display: block; padding-top: 25px; padding-bottom: 25px; margin: 0 auto; } section.broll + section.broll { padding-top: 0; padding-bottom: 0; } body.hasSkin section.broll + section.broll { padding-left: 10px; padding-right: 10px; } section.broll > h2 { border-bottom: solid 1px rgba(37, 38, 39, 0.15); } section.broll article { display: table-row; position: relative; margin-left: 0; } section.broll div.t { display: table-cell; width: auto; box-sizing: border-box; vertical-align: top; width: 25%; max-width: 280px; margin: 0; position: relative; } section.broll div.m { display: table-cell; vertical-align: top; width: 75%; box-sizing: border-box; } section.broll div.m, section.broll div.t { padding-top: 25px; padding-bottom: 25px; border-bottom: solid 1px rgba(37, 38, 39, 0.15); } section.broll img.thumb { display: block; width: 100%; border-radius: 6px; max-height: 160px; max-width: 280px; object-fit: cover; transition: opacity 0.2s ease-out; } section.broll h3 { margin: 6px 0; } section.broll h3 a { font-size: 18px; line-height: 20px; font-weight: 700; margin: 0; color: #252627; text-decoration: none; } section.broll h3 a:hover { text-decoration: underline; } section.broll div.m time, section.broll div.m a.comments { font: 14px 'Inter Var', sans-serif, bold; line-height: 18px; color: #bf1313; text-decoration: none; } section.broll .thumb.score-wrapper .article_type { position: absolute; bottom: 0; left: 0; padding: 2px 5px; font-size: 13px; background-color: #bf1313; color: #FFF; margin: 0 0 10px 6px; border-radius: 4px; } section.broll img.thumb:hover { opacity: 0.85; transition: opacity 0.2s ease-out 0s; } section.broll div.m > p { display: block; margin: 0px; overflow-wrap: break-word; word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; } section.broll .videobtn { position: absolute; background-color: #bf1313; color: #FFF; width: 52; height: 52px; margin-top: -70px; margin-left: -6px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); border: solid 2px rgba(0, 0, 0, 0.1); padding: 9px; } section.broll article.VIDEO > a:after { content: url('/s/ign/playButton.svg'); position: absolute; bottom: 2px; left: 2px; } section.broll article.PROMOTED { background: #f2f2f2; } section.broll div.tbl { margin-right: 0; } /* Blogroll video play button */ section.broll .video .duration { background-color: #bf1313; border-radius: 4px; bottom: 0; left: 0; margin: 0 0 10px 6px; position: absolute; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); border: solid 2px rgba(0, 0, 0, 0.1); display: flex; padding: 5px; } section.broll .video .duration-text { color: #fff; font-family: 'Inter Var', sans-serif; font-weight: bold; letter-spacing: 1px; align-self: flex-end; } section.broll .video .icon-playhead { background-size: 100%; height: 1em; width: 1em; margin: 0 8px 0 0; font-size: 22px; line-height: 22px; align-self: center; } section.broll div.m { padding-left: 1.5rem; padding-right: 1.5rem; } body.rtl section.broll .video .duration { left: auto; right: 0; margin: 0 6px 6px 0; }body.rtl section.broll .video .icon-playhead { margin-right: 0; margin-left: .5rem; } body.rtl section.broll .thumb.score-wrapper .article_type{ position: absolute; bottom: 0; right: 0; left: unset; padding: 2px 5px; font-size: 13px; background-color: #bf1313; color: #FFF; margin: 0 6px 10px 0; border-radius: 4px; } /* Scoring */ .hexagon-wrapper.side-wrapper .hexagon.side-wrapper { height: 50%; left: 6.7%; position: relative; top: 25%; width: 86.6%; z-index: 2; } body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper { left: -6.7%; } .hexagon-wrapper.side-wrapper .hexagon.side-wrapper, .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after, .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before { background-color: #bf1313; } .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before { -webkit-transform: scale(1, 0.579) translate(70.71136%, -70.71136%) rotate(45deg); -ms-transform: scale(1, 0.579) translate(70.71136%, -70.71136%) rotate(45deg); transform: scale(1, 0.579) translate(70.71136%, -70.71136%) rotate(45deg); } .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after { -webkit-transform: scale(1, 0.579) translate(70.71136%, 70.71136%) rotate(45deg); -ms-transform: scale(1, 0.579) translate(70.71136%, 70.71136%) rotate(45deg); transform: scale(1, 0.579) translate(70.71136%, 70.71136%) rotate(45deg); } body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before { -webkit-transform: scale(1,0.579) translate(30.35568%,-70.71136%) rotate(45deg); -webkit-transform: scale(1,0.579) translate(30.35568%,-70.71136%) rotate(45deg); -ms-transform: scale(1,0.579) translate(30.35568%,-70.71136%) rotate(45deg); transform: scale(1,0.579) translate(30.35568%,-70.71136%) rotate(45deg); } body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after { -webkit-transform: scale(1,0.579) translate(30.35568%,70.71136%) rotate(45deg); -webkit-transform: scale(1,0.579) translate(30.35568%,70.71136%) rotate(45deg); -ms-transform: scale(1,0.579) translate(30.35568%,70.71136%) rotate(45deg); transform: scale(1,0.579) translate(30.35568%,70.71136%) rotate(45deg); } .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after, .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before { content: ''; display: block; height: 122.46%; position: absolute; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 70.71%; z-index: 1; } .hexagon-wrapper.side-wrapper .hexagon-content.side-wrapper { color: #fff; font-family: "Inter var",sans-serif !important; text-transform: uppercase; margin: 0.2em 0 0 0; font-weight: 900; text-shadow: rgb(0 0 0 / 20%) 0px 1px 1px, rgb(0 0 0 / 10%) 0px 3px 3px; } .hexagon-wrapper.side-wrapper { font-size: 2rem; margin: 0; position: relative; height: 2.7em; width: 2.7em; min-width: 2.7em; display: inline-block; } .score-wrapper { position: relative; display: block; } .score-wrapper .video-duration, .score-wrapper .review-score { position: absolute; bottom: 0; left: 0; margin: 24px; z-index: 2; } .hexagon-wrapper.side-wrapper .hexagon-content-wrapper.side-wrapper { align-items: center; display: flex; height: 100%; justify-content: center; position: absolute; width: 100%; z-index: 3; } .little { height: 2.6em!important; width: 2.6em!important; min-width: 2.6em!important; font-size: 16px!important; margin: 10px!important; } .list-hero .hexagon-content { display: flex; flex-direction: column; align-items: center; } .list-hero .icon-logo { width: 30px; } /* Adtech */ /* Pogo styling is there just as a backup if pg fails restyiling */ div.zad{ display: flex; justify-content: center; align-items: center; transition: height 0.2s; margin-bottom: 10px; text-align: center; margin: 0 auto; } div.zad.billboard, div.zad.top { margin-top: 60px; min-height: 100px; } div.zad.halfpage, div.zad.sidebar { min-height:600px; } .zad:not(.billboard, .top) { background:#f2f2f2; } @media (min-width: 768px) { div.zad.billboard { padding-top: 80px; margin-top: 0 } } @media (min-width: 930px) { div.zad.billboard, div.zad.top { min-height: 250px; } div.zad.billboard { padding-top: 80px; margin-top: 0 } } #BackendInPageMenu { display: none; } .adkit iframe { max-width: 100%; } @media (max-width: 1600px) { body.hasSkin section.vspotlight, body.hasSkin section.popular, body.hasSkin section.broll, body.hasSkin section.stripe, body.hasSkin .hspotlight, body.hasSkin .list-content, body.hasSkin .wrap { max-width: 1098px; padding: 16px 10px; box-sizing: border-box; } body.hasSkin .page-content { max-width: 1098px; } body.hasSkin section.hero article { width: 1098px; max-width: 1098px; } } @media (max-width: 1280px) { body.hasSkin section.hero article { width: initial; } html.lock { overflow: hidden; } } /* TABLET */ @media (min-width: 641px) { aside#sidebarHeader { width: 300px; transition: width 450ms cubic-bezier(0.34,-0.09,0.45,1.18); } aside#sidebarHeader.collapsed { width: 96px; } aside#sidebarHeader.collapsed + #mainblock { width: calc(100% - 96px); margin-left: 96px; } aside#sidebarHeader.collapsed .header-toggle { right: -12px; } header { display: none; } .header-toggle { width: 24px; height: 24px; right: -12px; top: 36px; } #btnoverlay.collapsed + #mainblock { -webkit-transition-duration: 200ms; transition-duration: 200ms; width: calc(100% - 96px); transition-duration: 200ms; } #btnoverlay + #mainblock { -webkit-transition-property: width,margin-left; transition-property: width,margin-left; -webkit-transition-duration: 450ms; transition-duration: 450ms; -webkit-transition-timing-function: cubic-bezier(0.34,-0.09,0.45,1.18); transition-timing-function: cubic-bezier(0.34,-0.09,0.45,1.18); margin-left: 96px; color: #181c25; } body.iframe #btnoverlay + #mainblock { margin-left: 0; width: 100%; } .side .sidebar-header { padding: 2.15625em 24px 0 24px; -webkit-flex-basis: 80px; -ms-flex-preferred-size: 80px; flex-basis: 80px; } .sidebar-section a:before { padding-left: 5px; font-size: 14.1px; } .sidebar-section a svg { font-size: 15px; } body.rtl .sidebar-section a svg { padding-left: 2px; } } /* MOBILE */ @media (max-width: 640px) { #sidebarHeader.start { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); transition-duration: 200ms; } .fixed-header { display: none; } #sidebarHeader.start ~ #mainblock .fixed-header { display: block; } .sidebar-mobile-overlay.start { opacity: 0; z-index: -1; } aside#sidebarHeader.start .header-toggle { right: -46px; } aside#sidebarHeader.start .header-toggle svg { transition: transform 0.1s linear 0s; font-size: 0.6rem; transform: rotate(-180deg); } .sidebar-section .selected a.icon-home:before, .sidebar-section a.icon-home:before { width: 24px; padding-left: 4px; padding-right: 4px; } section.broll { padding: 0; } } /* DESKTOP */ @media (min-width: 930px) { div.zad.billboard, div.zad.top { min-height: 250px; } body, html { overflow-x: unset; } #ign-logo-wrap { display: inline-flex; position: static; transform: none; } .right-rail { display: block; } body.rtl .browseabout .region select:not(:disabled) { background-position: 12px; } .editions.desktop { display: block; } div.zad.billboard { padding-top: 12px; } body.rtl #headermenuwrapper { right: auto; left: 0; width: unset; } } /* TABLET */ @media (min-width:641px) and (max-width:1280px) { #sidebarHeader.start { width: 96px; } .sidebar-mobile-overlay.start { opacity: 0; z-index: -1; } aside#sidebarHeader.start .header-toggle svg { transition: transform 0.1s linear 0s; font-size: 0.6rem; transform: rotate(-180deg); } aside#sidebarHeader.start .logodate, aside#sidebarHeader.start .ign-logo .ign-path, aside#sidebarHeader.start .sidebar-main a span, aside#sidebarHeader.start .logout, aside#sidebarHeader.start .search-modal, #sidebarHeader.start button.back label { opacity: 0; display: none; } aside#sidebarHeader.start .region { display: none; } aside#sidebarHeader.start .side .sidebar-header { padding-left: 36px; padding-right: 36px; } #loginwrapper img.userIcon { margin-left: 6px; } .side-container .sidebar-section a { padding: 8px 15px; } } /* LARGE SCREEN */ @media (min-width: 1281px) { svg.ign-logo { height: 24px; } .sidebar-mobile-overlay { display: none; } #btnoverlay + #mainblock { width: calc(100% - 300px); margin-left: 300px; } #btnoverlay.collapsed + #mainblock { margin-left: 96px; } .logo-edition { display: block; } }</style>

<style type="text/css">h1, h2, h3 { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } footer#footer { display: none; } section h2 { -ms-grid-row: 1; font-size: 36px; color: #000; font-weight: 900; letter-spacing: -0.5px; line-height: 1.2em; display: block; margin: 0px 0px 18px 0px; font-family: 'Inter Var',sans-serif; } section h2.upcoming { margin: 0 auto 18px; max-width: 1200px; } section > h3 { color: #000; margin: 0px; padding: 0px; } section a { text-decoration: none; } section.hero { max-width: 1200px; display: block; margin: 0px auto; box-sizing: border-box; } section.hero article { max-width: 1200px; height: 600px; display: block; margin: 0px auto; position: relative; } section.hero .herocnt { text-align: center; position: absolute; bottom: 35px; width: 100%; background-color: rgba(0, 0, 0, 0.4); } section.hero .herocnt h3 { font-size: 40px; font-weight: bold; color: #FFF; margin: 15px; text-align: center; } section.hero .herocnt h3:hover { text-decoration: underline;} section.hero .herocnt h4 { margin: 15px; } section.hero .herocnt h3 a { color: #FFF; text-decoration: none; } section.hero .herocnt { display: block; color: #FFF; font-size: 22px; margin: 0px auto; text-align: center; text-decoration: none; padding-bottom: 8px; } section.hero a{display:block; height:100%; width:100%; } section.hero.video { background-color: #1d1e20; max-width: 100%; margin: 20px auto 0px auto; padding-bottom: 15px; height: auto; } section.hero.video article { height: auto; position: relative; } section.hero.video h2 { font-size: 48px; line-height: 48px; color: #FFF; padding: 20px 0px 12px 0px; max-width: 960px; margin: 0px auto; } section.hero div.vplayer { position: relative; height: 0; overflow: visible; padding-bottom: 48.25%; max-width: 960px; margin: 0px auto; } div.vplayer > iframe { border: 0px; width: 100%; height: 100%; position: absolute; top: 0; left: 0; max-height: 540px; box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.25); border-radius: 3px; } section.vspotlight, section.popular { display: block; padding: 32px 0px; margin: 0px auto; width: 100%; box-sizing: border-box; } section.popular { max-width: 1200px; } section.vspotlight { display: table; } section.vspotlight article, section.hspotlight article, section.upcoming article { display: table-cell; width: 25%; vertical-align: top; position: relative; overflow: hidden; } section.upcoming article { width: 16%; } article a.thumb { box-sizing: border-box; position: relative; overflow: hidden; display: block; } section.vspotlight article.p1 a.thumb, section.hspotlight article.p1 a.thumb, section.upcoming article.p1 a.thumb { margin-left: 0px; } section.vspotlight article.p4 a.thumb, section.hspotlight article.p4 a.thumb, section.upcoming article.p5 a.thumb { margin-right: 0px; } body.rtl section.vspotlight article.p1 a.thumb, body.rtl section.hspotlight article.p1 a.thumb, body.rtl section.upcoming article.p1 a.thumb { margin-left: 12px; margin-right: 0; } body.rtl section.vspotlight article.p4 a.thumb, body.rtl section.hspotlight article.p4 a.thumb { margin-right: 12px; margin-left: 0; } section.vspotlight article img, section.hspotlight article img, section.upcoming article img { width: 100%; min-width: 100%; transition: transform .5s ease-out; border-radius: 4px; display: block; object-fit: cover; object-position: center; } section.vspotlight article img { height: 475px; } section.hspotlight article img { height: 160px; } section.upcoming article img { height: 200px;} section.vspotlight img.thumb:hover { -moz-transform:scale(1.04);-webkit-transform:scale(1.04);transform:scale(1.04);transition:transform .75s ease-in-out } section.vspotlight .caption { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; position: absolute; bottom: 0px; width: 100%; margin: 0px; padding: 24px; min-height: 66px; box-sizing: border-box; background-color: rgba(34,63,90, 0.75); color: #FFF; font-size: 18px; line-height: 1.25; font-weight: 900; letter-spacing: 0.005em } section.vspotlight .caption a { color: #FFF; } section.vspotlight .caption:hover {text-decoration: underline;} section.hspotlight, section.upcoming { display: block; padding: 16px 0px; } section.hspotlight > div.wrap, section.upcoming > div.wrap { max-width: 1200px; margin: 0px auto; } section.hspotlight .caption, section.upcoming .caption { display: block; margin: 12px 12px 0px 12px; font-size: 16px; font-weight: bold; line-height: 22px; color: #252627; } section.hspotlight .p1 .caption, section.upcoming .p1 .caption, section.upcoming .p1 h6 { margin-left: 0px; } body.rtl section.hspotlight .p1 .caption, body.rtl section.upcoming .p1 .caption { margin-left: 12px; margin-right: 0; } section.upcoming h6 { margin: 15px 0px; font: 14px 'Inter Var', sans-serif, bold; background: #bf1313; position: absolute; color: white; padding: 7px 10px 5px 20px; right: 0; opacity: 0.85; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } body.rtl section.upcoming h6 { border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; right: auto; left: 0; } section.hspotlight .caption a, section.upcoming .caption a { color: #252627; text-decoration: none; } section.hspotlight .caption a:hover, section.upcoming .caption a:hover { text-decoration: underline;} section.hspotlight img.thumb:hover { opacity: 0.85; } section.broll { display: -ms-grid; grid-template-columns: [mainContent-start] auto [mainContent-end rightRail-start] 320px [rightRail-end]; display: grid; margin: 0 auto; -ms-grid-columns: auto 320px; max-width: 1200px; grid-gap: 1.5rem; } section.broll div.tbl { grid-area: mainContent; -ms-grid-column: 1; -ms-grid-row: 2; margin-right: 0; } section.broll div.side-ad-trail { grid-area: rightRail; -ms-grid-row: 2; -ms-grid-column: 2; } section.hpcommerce { margin-top: 12px; margin-bottom: 12px; } section.hpcommerce div.tbl { background-color: rgba(138, 147, 153, 0.25); border-radius: 8px; padding: 12px; color: #181c25; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2), 0px 3px 3px rgba(0, 0, 0, 0.1); width: 100%; box-sizing: border-box; } section.hpcommerce div.tbl .divider { box-shadow: 0px 1px 0px 0px rgba(138, 147, 153, 0.25); } section.hpcommerce div.m a.comments { font-size: 0.5625rem; letter-spacing: 0.06em; color: #41495a; line-height: 1.35; text-transform: uppercase; font-weight: 700; } section.hpcommerce div.m, section.hpcommerce div.t { border-bottom: 0px; } section.hpcommerce.broll div.m { vertical-align: middle; } section.hpcommerce.broll h3 a { font-size: 0.9375rem; } section.hpcommerce a .ign-icon.icon-top-right-arrow { background-size: 100%; cursor: inherit; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; aspect-ratio: 1 / 1; width: 1em; height: 1em; display: inline-block; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; font-size: 0.75rem; } section.hpcommerce.broll div.m, section.broll div.t { padding-top: 15px; padding-bottom: 15px; } article a.thumb { box-sizing: border-box; margin: 0 12px; position: relative; overflow: hidden; display: block; } .tbl a.thumb { margin: 0; } /* Adtech */ /* Sticky mrecs on right news trail */ .side-ad-trail > div{ margin-bottom: 8px; } .ad-wrapper {top: 65px; position: sticky; position: -webkit-sticky; } @media (max-width: 1200px) { .hero { background-size: cover; background-repeat: no-repeat; background-position: center; height: 0; width: 100%; padding-bottom: 56.25%; } section.hero { margin-bottom: 80px; } section.hero.video { padding-bottom: 50px; } section.hero.video h2 { font-size: 26px; line-height: 26px; } section.hero .herocnt { display: block; background-color: #000; position: absolute; text-align: center; margin: 0 auto; width: 100%; bottom: -85px; } section.hero .herocnt h3 { font-size: 20px; } section.hero .herocnt .deck { font-size: 14px; margin: 0 auto; max-width: 300px; } section.hero .herocnt a.deck { font-size: 14px; } section.hero article { height: 0!important; } section.broll h3 { margin: 0 0 6px 0; } section.broll h3 a { font-size: 14px; } } @media (max-width: 860px) { section.vspotlight article img { height: 360px; } section.broll div.tbl { margin-right: 0; } section.broll { display: block!important; } section.broll .side-ad-trail { max-width: 320px; margin: 0 auto; } section.broll img.thumb { max-width: 100%; max-height: 100%; } section.broll div.t, section.upcoming article.card { display: block; width: 100%; max-width: 100%; padding-top: 25px; border-bottom: none; padding-bottom:0px; } section.broll div.m { display: block; width: 100%; max-width: 100%; padding-top: 25px; padding-bottom: 25px; border-bottom: solid 1px rgba(37, 38, 39, 0.15); } section.broll .article.PROMOTED div.m { padding-left: 1rem; padding-right: 1rem; } section.upcoming article.card { margin: 0 12px 12px calc(5% + 5px); display: inline-block; width: 200px; padding-top: 0; } section.upcoming article.p1 { margin-left: 15px; } section.upcoming .wrap { padding: 0; } section.upcoming h2 { white-space: normal; } } @media (max-width: 768px) { /*.hero { background-size:contain; background-repeat:no-repeat; background-position:center; } */ #ignheader .page-content { margin-top: 0px; } section.vspotlight img.thumb { max-width: 100%; } section.vspotlight article img { height: 475px; } section.vspotlight, section.upcoming, section.upcoming .wrap { white-space: nowrap; display: inline-block; width: 100%; overflow-x: scroll; } section.vspotlight article:first-child { margin: 0 12px 0 calc(10% + 12px); } section.vspotlight article, section.hspotlight article { border-radius: 4px; overflow: hidden; display: inline-block; white-space: initial; width: calc(80% - 24px); margin: 0 12px; } section.vspotlight .caption { background-color: rgba(68,67,146, 0.75); font-size: 24px; font-weight: 900; line-height: 1.21em; font-family: 'Inter Var',sans-serif; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; color: #fff; min-height: 110px; } section.hspotlight > div.wrap { display: flex; flex-wrap: wrap; max-width: 100%; } section.hspotlight > div.wrap h2 { font-size: 30px; width: 100%; } section.hspotlight article { flex-basis: 40%; flex-grow: 1; margin: 0 10px; } section.hspotlight article:nth-of-type(even) { margin-left: 12px; margin-right: 0; } section.hspotlight article:nth-of-type(odd) { margin-right: 12px; margin-left: 0; } body.rtl section.hspotlight article:nth-of-type(even) { margin-left: 0px; margin-right: 12px; } body.rtl section.hspotlight article:nth-of-type(odd) { margin-right: 0px; margin-left: 12px; } section.hspotlight article:nth-child(1), section.hspotlight article:nth-child(2) { margin-bottom: 32px; } section.hspotlight article img { height: 25vw; } section.upcoming article img { background: #f5f5f5; object-fit: cover; object-position: left; } body.rtl section.upcoming article img { object-position: right; } #adkit_mrec1, #adkit_mrec2, #adkit_rectangle { width: 300px; float: unset; top: 65px; } article a.thumb { margin: 0; } section.hero.video article { position: relative; display: inline; } section.hspotlight .caption, section.upcoming .caption { font-size: 15.2px; font-weight: 500; line-height: 1.33em; color: #252627; margin-left: 0; margin-right: 0; } section.upcoming h2, section.hero.video h2, section.broll > h2 { padding-left: 15px; padding-right: 15px; } section.upcoming h2 { font-size: 30px; } section.upcoming .caption a { white-space: normal; } }</style>

<style type="text/css">@media (max-width:930px) { body:not(.iframe) div.zad.footer[data-sticky=true]{ position: fixed; bottom: 0; transform: translateX(-50%); margin-left: 50%; width: 100%; padding-top: 10px; z-index: 10; } body:not(.iframe) div.zad.footer[data-sticky=true]::after { content: "x"; top: -20px; position: absolute; right: 10px; background: #f2f2f2; display: block; width: 20px; height: 20px; } }</style>

<script type="text/javascript">
  (function(b){b.loadCSS||(b.loadCSS=function(){});var c=loadCSS.relpreload={};c.support=function(){try{var a=b.document.createElement("link").relList.supports("preload")}catch(e){a=!1}return function(){return a}}();c.bindMediaToggle=function(a){function b(){a.addEventListener?a.removeEventListener("load",b):a.attachEvent&&a.detachEvent("onload",b);a.setAttribute("onload",null);a.media=c}var c=a.media||"all";a.addEventListener?a.addEventListener("load",b):a.attachEvent&&a.attachEvent("onload",b);setTimeout(function(){a.rel=
"stylesheet";a.media="only x"});setTimeout(b,3E3)};c.poly=function(){if(!c.support())for(var a=b.document.getElementsByTagName("link"),e=0;e<a.length;e++){var d=a[e];"preload"!==d.rel||"style"!==d.getAttribute("as")||d.getAttribute("data-loadcss")||(d.setAttribute("data-loadcss",!0),c.bindMediaToggle(d))}};if(!c.support()){c.poly();var f=b.setInterval(c.poly,500);b.addEventListener?b.addEventListener("load",function(){c.poly();b.clearInterval(f)}):b.attachEvent&&b.attachEvent("onload",function(){c.poly();
b.clearInterval(f)})}"undefined"!==typeof exports?exports.loadCSS=loadCSS:b.loadCSS=loadCSS})("undefined"!==typeof global?global:this);
</script>
<link rel="preconnect" href="https://tpc.googlesyndication.com">


    <script type="text/javascript">
    window.ICMS.cmd.push(function(){(function(){var stickyfooter=window.document.querySelector(".zad.footer[data-sticky=true]");
    if(stickyfooter)stickyfooter.addEventListener("click",function(){this.removeAttribute("data-sticky")})})()});
    </script><script>var ChessKit= ChessKit || {}; ChessKit.data = {categories:["movies"], platforms:[], pagetype:["channel"], article_id:""};</script>
<script type="text/javascript">var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var zad = zad || {}; zad.cmd = zad.cmd || [];
window.zadConfig={"dfp": "/15748617,21820366982/IGN_NORDICS/IGN_ROS_", "OOPs": ["interstitial"], "OOPsAppendSuffix": true, "autorefresh": 30, "prebid": true, "amazon": "d02f0482-a50f-427c-ac01-9856371f1f6b", "navegg": false, "tailtarget": false, "dependencies": null, "libs": null, "gdprLibs": null, "pageTargeting": {"platforms": [], "tags": ["movies"], "page": "channel", "special": "", "type": "general", "lang": "en", "article_id": ""}, "titleTargeting": true, "lazy": true};window.zadSlotConfig={"sizemappingTemplates": {"billboard": [[[990, 250], [[970, 250], [970, 200], [970, 180], [980, 90], [970, 90], [728, 90], [120, 30]]], [[750, 200], [[728, 90], [120, 30]]], [[0, 0], [[320, 100], [320, 50], [120, 30]]]], "halfpage": [[[990, 250], [[300, 600], [300, 250]]], [[750, 200], [[300, 600], [300, 250]]], [[0, 0], [[300, 600], [300, 250]]]], "footer": [[[990, 250], [[997, 123], [970, 90], [728, 90]]], [[750, 200], [[728, 90], [468, 60]]], [[0, 0], [[320, 100], [320, 50]]]]}};</script><script type="text/javascript" src="/s/js/zad.js?547" async="true"></script>
<script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async="true"></script>
    
</head>

<body class=" channel movies ">
<div class="page-wrapper">
<aside id="sidebarHeader" class="hide start">
<div id="ignheader" class="start">
  <button class="header-toggle" type="button" title="Toggle Sidebar"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="4" style="transition: transform 0.1s linear 0s; font-size: 0.6rem;"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></button>
  <div class="side-container">
    <div class='side home bar-1'>
              <div class="sidebar-header">
                <div class="logo-edition">
                <a id="headerlogo" href='https://nordic.ign.com/'>
                  <svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg>
                </a>
                <div class="logodate">Nordic</div>
                </div>
              </div><div class="sidebar-main"><ul class="sidebar-section home"><li><a class="icon-home" href='https://nordic.ign.com/'><span>Home</span></a></li><li class=""><a class="iconsvg"  href="https://nordic.ign.com/made-in-nordic" data-submenu="bar-137"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 443.6 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve">
<path d="M434.48,63.76c-6.05-6.05-13.27-9.12-21.45-9.12h-69.25V0H99.82v54.64H30.57c-8.18,0-15.4,3.07-21.45,9.12
	C3.07,69.81,0,77.03,0,85.21v27.32c0,29.41,10.6,54.89,31.51,75.72c20.3,20.23,45.08,32.4,73.68,36.2
	c7.07,23,19.73,42.61,37.64,58.3c17.75,15.55,38.62,25.77,62.07,30.43v96.6h-85.11v33.82h204.04v-33.82h-85.11v-96.6
	c23.45-4.66,44.32-14.89,62.06-30.43c17.91-15.69,30.57-35.3,37.64-58.3c28.6-3.8,53.38-15.97,73.68-36.2
	c20.91-20.83,31.51-46.31,31.51-75.72V85.21C443.6,77.03,440.53,69.81,434.48,63.76z M221.8,280.54c-24.21,0-45-8.52-61.79-25.31
	c-16.8-16.8-25.32-37.59-25.32-61.79V33.82h174.22v159.61c0,24.21-8.52,45-25.32,61.79C266.8,272.02,246.01,280.54,221.8,280.54z
	 M409.78,88.46v24.07c0,19.86-6.71,37.15-19.93,51.4c-12.44,13.4-27.92,21.64-46.06,24.51V88.46H409.78z M99.82,88.46v99.98
	c-18.14-2.88-33.62-11.11-46.06-24.51c-13.23-14.25-19.94-31.54-19.94-51.4V88.46H99.82z"/>
</svg>
<span>Made in Nordic</span></a></li><li class=""><a class="iconsvg"  href="/article/news" data-submenu="bar-71"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="_x31__x2C_5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
	 y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path d="M437.3,512H80c-44.1,0-80-35.9-80-80V58.7C0,26.3,26.3,0,58.7,0h266.7C357.7,0,384,26.3,384,58.7V64h69.3
	c32.4,0,58.7,26.3,58.7,58.7V432c0,40.9-30.8,74.7-70.4,79.4C440.2,511.8,438.8,512,437.3,512z M384,96v336c0,26.5,21.5,48,48,48
	c26.5,0,48-21.5,48-48V122.7C480,108,468,96,453.3,96H384z M58.7,32C44,32,32,44,32,58.7V432c0,26.5,21.5,48,48,48h288
	c-10.1-13.4-16-30-16-48V58.7C352,44,340,32,325.3,32H58.7z"/>
<path d="M176,192H80c-8.8,0-16-7.2-16-16V80c0-8.8,7.2-16,16-16h96c8.8,0,16,7.2,16,16v96C192,184.8,184.8,192,176,192z M96,160h64
	V96H96V160z"/>
<path d="M304,117.3h-53.3c-8.8,0-16-7.2-16-16s7.2-16,16-16H304c8.8,0,16,7.2,16,16S312.8,117.3,304,117.3z"/>
<path d="M304,181.3h-53.3c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16H304c8.8,0,16,7.2,16,16C320,174.2,312.8,181.3,304,181.3z"/>
<path d="M304,266.7H80c-8.8,0-16-7.2-16-16s7.2-16,16-16h224c8.8,0,16,7.2,16,16S312.8,266.7,304,266.7z"/>
<path d="M304,346.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,339.5,312.8,346.7,304,346.7z"/>
<path d="M304,426.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,419.5,312.8,426.7,304,426.7z"/>
</svg>
<span>News</span></a></li><li class=""><a class="iconsvg"  href="/article/review" data-submenu="bar-7"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 443.6 512.7" style="enable-background:new 0 0 443.6 512.7;" xml:space="preserve">
<g>
	<path d="M443.6,146.3c0.2-12.4-6.6-24.7-17.4-31.3L241.4,5.8c-5.9-4-11.9-5.8-19.5-5.8c-6.5,0-14.1,2.3-19.4,5.8L17.7,114.9
		C5.5,121.2,0,135.1,0,146.2v220.3c0,12.6,6.9,24.9,17.6,31.2l184.8,109.2c5.9,4,11.9,5.8,19.5,5.8c6.5,0,14.1-2.3,19.4-5.8
		l184.6-109.1c12.2-6.2,17.7-20.1,17.7-31.3L443.6,146.3z M224.5,32.9l184.7,109.2l0.3,0.2c1.9,1,2.2,2.9,2.2,3.9v221.4
		c-0.2,1-0.7,2.2-2.2,3l-0.1,0.1l-185,109.3c-1.9,0.9-3.5,0.9-5.3,0L34.4,370.7l-0.3-0.2c-1.9-1-2.2-2.9-2.2-3.9V146.2
		c0-0.8,0.2-2.9,2.3-4l0.1-0.1L219.2,32.9C221.1,32,222.6,32,224.5,32.9z"/>
	<path d="M263.9,351.4h-80.7c-9,0-15.1,6.8-15.1,16.8c0,9,6.8,15.1,16.8,15.1h80.7c7.5,0,15.1-5.2,15.1-15.1
		C280.7,358.6,273.5,351.4,263.9,351.4z"/>
	<path d="M134.5,272.3H311c7.5,0,15.1-5.2,15.1-15.1c0-9.6-7.2-16.8-16.8-16.8H134.5c-9.6,0-16.8,7.2-16.8,16.8
		C117.7,266.5,126.4,272.3,134.5,272.3z"/>
	<path d="M183.2,161.4h80.7c9.8,0,15.1-7.8,15.1-15.1c0-7.6-7-16.8-15.1-16.8h-80.7c-9.8,0-15.1,7.8-15.1,15.1
		C168.1,154.6,174.2,161.4,183.2,161.4z"/>
</g>
</svg>
<span>Reviews</span></a></li><li class=""><a class="iconsvg"  href="/article/preview" data-submenu="bar-70"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 418.7 512" style="enable-background:new 0 0 418.7 512;" xml:space="preserve">
<path d="M370.4,0H48.2C22.1,0,0,22.1,0,48.2v290.1c0,20.1,13.3,38.5,32.2,45.4v33.7c0,16.8,14.4,30.4,32,30.4h0.3
	c-0.1,0.5-0.1,1.1-0.1,1.7v32.2c0,16.8,14.4,30.4,32,30.4h225.6c18,0,32-14.1,32-32v-32.2h0.2c18,0,32-14.1,32-32v-32
	c18.9-6.8,32.2-25.2,32.2-45.4V48.1C418.5,22,396.4,0,370.4,0z M322.3,449.4v32c-0.1,0.1-0.3,0.3-0.4,0.4H96.6
	c-0.1-0.1-0.3-0.3-0.4-0.4v-32c0-0.6-0.1-1.1-0.2-1.7h226.4C322.4,448.2,322.3,448.8,322.3,449.4z M354.5,386.3V417
	c-0.1,0.1-0.3,0.3-0.4,0.4H64.4c-0.1-0.1-0.3-0.3-0.4-0.4v-30.7H354.5z M386.6,48.2v290.1c0,9.3-7,16.3-16.3,16.3H48.2
	c-9.3,0-16.3-7-16.3-16.3L31.8,48.2c0-9.3,7-16.3,16.3-16.3h322.2C379.6,31.9,386.6,38.9,386.6,48.2z"/>
</svg>
<span>Previews</span></a></li><li class=""><a class="iconsvg"  href="/videos" data-submenu="bar-9"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="regular" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<style type="text/css">
	.st0{stroke:#41495a;stroke-width:10;stroke-miterlimit:10;}
</style>
<path d="M256,512c141.2,0,256-114.8,256-256S397.2,0,256,0S0,114.8,0,256S114.8,512,256,512z M256,32c123.5,0,224,100.5,224,224
	S379.5,480,256,480S32,379.5,32,256S132.5,32,256,32z"/>
<path class="st0" d="M379.9,226.6l-180.3-98.2c-4.8-3.2-11.3-4.8-16.1-4.8c-19.3,0-33.8,16.1-33.8,33.8v198
	c0,19.3,16.1,33.8,33.8,33.8l0,0l0,0c6.4,0,11.3-1.6,16.1-4.8l180.3-98.2c6.4-3.2,11.3-8.1,14.5-14.5
	C402.4,257.2,396,236.3,379.9,226.6z M189.9,366.7C189.9,366.7,189.9,368.3,189.9,366.7c-4.8,1.6-8.1,1.6-11.3,1.6
	c-3.2-1.6-6.4-3.2-8.1-6.4c-1.6-1.6-1.6-4.8-1.6-6.4v-198c0-8.1,6.4-12.9,12.9-12.9c1.6,0,4.8,0,6.4,1.6l181.9,98.2
	c3.2,1.6,6.4,3.2,6.4,6.4c1.6,3.2,1.6,6.4,0,9.7c-1.6,3.2-3.2,6.4-8.1,8.1L189.9,366.7z"/>
</svg>
<span>Videos</span></a></li><li class=""><a class="iconsvg"  href="/article/feature" data-submenu="bar-11"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<g>
	<g>
		<path d="M292.8,303.6l-0.5-0.5C280,292.8,268.4,288,256,288h-1.7c-13,0-24.8,5.2-35.1,15.5L180,344.3
			c-12.1,12.1-17.3,30-13.5,46.6l18.7,81.7l0,0.1c5.8,23.2,25.4,38.8,48.6,38.8h42.5c22.7,0,44.3-16.6,50.3-38.7l18.8-81.9
			c3.7-16.7-1.5-34.5-13.6-46.6L292.8,303.6z M307.5,366.7L307.5,366.7c3.5,3.6,6.5,9.9,5.2,16.4L294,464.7l-0.1,0.4
			c-1.2,7-8.7,13.4-15.9,13.4h-42.5c-6.7,0-14.6-4.2-15.9-13.3l0-0.3l-18.8-81.8c-1.3-6.8,0.1-11.3,5.1-16.3l40.8-40.8
			c3.6-3.6,7-5,12.6-5c2,0,5,1.2,8.4,4L307.5,366.7z"/>
		<path d="M219.1,207.6l0.5,0.5c12.3,10.3,23.9,15.1,36.4,15.1h1.7c13,0,24.8-5.2,35.1-15.5l39.2-40.9c12.1-12.1,17.3-30,13.5-46.6
			l-18.7-81.7l0-0.1c-5.8-23.2-25.4-38.8-48.6-38.8h-42.5c-22.7,0-44.3,16.6-50.3,38.7l-18.8,81.9c-3.7,16.7,1.5,34.5,13.6,46.6
			L219.1,207.6z M204.4,144.4L204.4,144.4c-3.5-3.6-6.5-9.9-5.2-16.4l18.7-81.6l0.1-0.4c1.2-7,8.7-13.4,15.9-13.4h42.5
			c6.7,0,14.6,4.2,15.9,13.3l0,0.3L311,128c1.3,6.8-0.1,11.3-5.1,16.3l-40.8,40.8c-3.6,3.6-7,5-12.6,5c-2,0-5-1.2-8.4-4L204.4,144.4
			z"/>
	</g>
	<g>
		<path d="M303.9,218.7l-0.5,0.5c-10.3,12.3-15.1,23.9-15.1,36.4v1.7c0,13,5.2,24.8,15.5,35.1l40.9,39.2
			c12.1,12.1,30,17.3,46.6,13.5l81.7-18.7l0.1,0c23.2-5.8,38.8-25.4,38.8-48.6v-42.5c0-22.7-16.6-44.3-38.7-50.3l-81.9-18.8
			c-16.7-3.7-34.5,1.5-46.6,13.6L303.9,218.7z M367.1,204L367.1,204c3.6-3.5,9.9-6.5,16.4-5.2l81.6,18.7l0.4,0.1
			c7,1.2,13.4,8.7,13.4,15.9V276c0,6.7-4.2,14.6-13.3,15.9l-0.3,0l-81.8,18.8c-6.8,1.3-11.3-0.1-16.3-5.1l-40.8-40.8
			c-3.6-3.6-5-7-5-12.6c0-2,1.2-5,4-8.4L367.1,204z"/>
		<path d="M208,292.4l0.5-0.5c10.3-12.3,15.1-23.9,15.1-36.4v-1.7c0-13-5.2-24.8-15.5-35.1l-40.9-39.2c-12.1-12.1-30-17.3-46.6-13.5
			l-81.7,18.7l-0.1,0C15.5,190.6,0,210.1,0,233.4V276c0,22.7,16.6,44.3,38.7,50.3l81.9,18.8c16.7,3.7,34.5-1.5,46.6-13.6L208,292.4z
			 M144.8,307.1L144.8,307.1c-3.6,3.5-9.9,6.5-16.4,5.2l-81.6-18.7l-0.4-0.1c-7-1.2-13.4-8.7-13.4-15.9v-42.5
			c0-6.7,4.2-14.6,13.3-15.9l0.3,0l81.8-18.8c6.8-1.3,11.3,0.1,16.3,5.1l40.8,40.8c3.6,3.6,5,7,5,12.6c0,2-1.2,5-4,8.4L144.8,307.1z
			"/>
	</g>
</g>
</svg>
<span>Features</span></a></li><li class="selected"><a class="iconsvg"  href="/movies" data-submenu="bar-113"><?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="_x31_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 522 436.6" style="enable-background:new 0 0 522 436.6;" xml:space="preserve">
<g>
	<path d="M495.7,244.6h10.7c8.6,0,15.7-7,15.7-15.7v-42.7c0-28.2-20.1-51.8-46.7-57.2L440,25c-3.1-9.2-10.2-17-19.3-21.3
		c-9.1-4.3-19.6-4.8-28.7-1.4L55.3,128C24.5,129.5,0,155.1,0,186.2v42.7c0,8.6,7,15.7,15.7,15.7h10.7c20.8,0,37.7,16.9,37.7,37.7
		s-16.9,37.7-37.7,37.7H15.7c-8.6,0-15.7,7-15.7,15.7v42.7c0,32.2,26.2,58.3,58.3,58.3h405.3c15.6,0,30.2-6.1,41.2-17.1
		c11-11,17.1-25.7,17.1-41.2v-42.7c0-8.6-7-15.7-15.7-15.7h-10.7c-10.1,0-19.5-3.9-26.6-11c-7.1-7.1-11-16.6-11-26.6
		C458,261.4,474.9,244.6,495.7,244.6z M426.7,282.2c0,18.4,7.2,35.8,20.2,48.8c11.8,11.8,27.2,18.8,43.8,20v27.2
		c0,14.9-12.1,27-27,27H202v-5.7c0-8.6-7-15.7-15.7-15.7s-15.7,7-15.7,15.7v5.7H58.3c-14.9,0-27-12.1-27-27V351
		c35.7-2.6,64-32.5,64-68.8s-28.3-66.3-64-68.8v-27.2c0-14.9,12.1-27,27-27h112.3v5.7c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-5.7
		h261.7c14.9,0,27,12.1,27,27v27.2C454.9,216,426.7,245.9,426.7,282.2z M145,127.9L403,31.6c1.4-0.5,3-0.4,4.5,0.3
		c1.4,0.7,2.5,1.8,2.9,3.2l31.5,92.8H145z"/>
	<path d="M186.3,293.6c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.6v-36.1
		C202,300.7,195,293.6,186.3,293.6z"/>
	<path d="M186.3,203.4c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-36.1
		C202,210.4,195,203.4,186.3,203.4z"/>
</g>
</svg>
<span>Movies & TV</span></a></li><li class="more toggletopmore"><a href="NONE" class="iconsvg submenu" data-submenu="bar-MORE"><?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path d="M368.7,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C336.5,273.8,351,288.3,368.7,288.3z M256,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C223.8,273.8,238.3,288.3,256,288.3z M143.3,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C111.1,273.8,125.6,288.3,143.3,288.3z"/><g><path d="M256,512c-68.4,0-132.7-26.6-181-75C26.6,388.7,0,324.4,0,256c0-68.4,26.6-132.7,75-181C123.3,26.6,187.6,0,256,0 s132.7,26.6,181,75c48.4,48.4,75,112.6,75,181c0,68.4-26.6,132.7-75,181S324.4,512,256,512z M256,32.3 c-59.8,0-115.9,23.3-158.2,65.5C55.6,140.1,32.3,196.2,32.3,256c0,59.8,23.3,115.9,65.5,158.2c42.2,42.2,98.4,65.5,158.2,65.5 s115.9-23.3,158.2-65.5c42.2-42.3,65.5-98.4,65.5-158.2c0-59.8-23.3-115.9-65.5-158.2C371.9,55.6,315.8,32.3,256,32.3z"/></g></svg><span>More</span><svg class="sidebar-icon icon-right-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="m10 2 14.14 14.14L10 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></li><div class="divider"></div><li class="search"><a><svg height="512pt" viewBox="0 0 512.016 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m202.667969 405.339844c-111.746094 0-202.667969-90.921875-202.667969-202.664063 0-111.746093 90.921875-202.6679685 202.667969-202.6679685 111.742187 0 202.664062 90.9218755 202.664062 202.6679685 0 111.742188-90.921875 202.664063-202.664062 202.664063zm0-373.332032c-94.101563 0-170.667969 76.566407-170.667969 170.667969 0 94.101563 76.566406 170.664063 170.667969 170.664063 94.101562 0 170.664062-76.5625 170.664062-170.664063 0-94.101562-76.5625-170.667969-170.664062-170.667969zm0 0"/><path d="m496 512.007812c-4.097656 0-8.191406-1.558593-11.308594-4.691406l-161.277344-161.28125c-6.25-6.25-6.25-16.382812 0-22.636718 6.25-6.25 16.382813-6.25 22.632813 0l161.28125 161.28125c6.25 6.25 6.25 16.382812 0 22.636718-3.136719 3.132813-7.230469 4.691406-11.328125 4.691406zm0 0"/></svg><form action='https://nordic.ign.com/se/'class="search-modal"><div class="search-input"><input type="hidden" name="model" value=""><input name="q" id="search-input" type="text" maxlength="60" placeholder='Search on IGN Nordic' autocomplete="off" value=""></div><button role="button" class="button button-primary">Search</button></form></a></li></ul></div></div><div class="side bar-MORE">
              <div class="sidebar-header">
              <button class="back" data-parent="bar-1"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><label>Home</label></button>
              </div>
              <div class="sidebar-main">
              <h3>More</h3>
              <ul class="sidebar-section"><li class=""><a class="iconsvg"  href="/ign-nordic/422/page/about-ign-nordic" data-submenu="bar-33"><span><b>About IGN Nordic</b></span></a></li><li class=""><a class="iconsvg" target='_blank' href="mailto:info@emense.nl" data-submenu="bar-34"><span>Contact</span></a></li><li class=""><a class="iconsvg" target='_blank' href="https://forms.gle/ay2mgDb4Lhe6ADnu8" data-submenu="bar-35"><span>Advertise</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://corp.ign.com/press" data-submenu="bar-36"><span>Press</span></a></li><li class=""><a class="iconsvg"  href="/ign-nordic/423/page/privacy-policy" data-submenu="bar-37"><span>Privacy Policy</span></a></li><li class=""><a class="iconsvg"  href="/ign-nordic/424/page/user-agreement" data-submenu="bar-38"><span>User agreement</span></a></li><li class=""><a class="iconsvg"  href="/ign-nordic/425/page/cookies" data-submenu="bar-39"><span>Cookies</span></a></li><li class=""><a class="iconsvg"  href="/feed.xml" data-submenu="bar-41"><span>RSS</span></a></li><div class="divider"></div><li class="legal"><a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a><span class="licensee">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span></li></ul></div></div>
  </div>
  <div class="region">
    <div class="region-selector">
        <select id="region-dropdown" class="region-dropdown">
            <option value="" disabled="" selected="">Change Region</option>
            <option data-language='US' value="https://www.ign.com/?setccpref=US">United States</option>
            <option data-language='UK' value="https://uk.ign.com/?setccpref=UK">United Kingdom</option>
            <option data-language='AU' value="https://au.ign.com/?setccpref=AU">Australia</option>
            <option data-language='AFR' value="https://za.ign.com/">Africa</option>
            <option data-language='ADR' value="https://adria.ign.com/">Adria</option>
            <option data-language='BX' value="https://nl.ign.com/">Benelux / Dutch</option>
            <option data-language='BR' value="https://br.ign.com/">Brazil</option>
            <option data-language='CN' value="https://www.ign.com.cn/">China / 中国</option>
            <option data-language='CZ' value="https://cz.ign.com/">Czechia / Slovakia</option>
            <option data-language='FR' value="https://fr.ign.com/">France</option>
            <option data-language='DE' value="https://de.ign.com/">Germany</option>
            <option data-language='GR' value="https://gr.ign.com/">Greece / Ελλάδα</option>
            <option data-language='HU' value="https://hu.ign.com/">Hungary</option>
            <option data-language='IN' value="https://in.ign.com/">India</option>
            <option data-language='IL' value="https://il.ign.com/">Israel</option>
            <option data-language='IT' value="https://it.ign.com/">Italy / Italia</option>
            <option data-language='JP' value="https://jp.ign.com/">Japan / 日本</option>
            <option data-language='KR' value="https://kr.ign.com/">Korea / 한국</option>
            <option data-language='LAT' value="https://latam.ign.com/">Latin America</option>
            <option data-language='ME' value="https://me.ign.com/en/">Middle East - English</option>
            <option data-language='AR' value="https://me.ign.com/ar/">Middle East -  الأوسطالشرق</option>
            <option data-language='NOR' value="https://nordic.ign.com/">Nordic</option>
            <option data-language='PL' value="https://pl.ign.com/">Poland</option>
            <option data-language='PT' value="https://pt.ign.com/">Portugal</option>
            <option data-language='SEA' value="https://sea.ign.com/">Southeast Asia</option>
            <option data-language='ES' value="https://es.ign.com/">Spain / España</option>
            <option data-language='TR' value="https://tr.ign.com/">Turkey / Türkiye</option>
            <option data-language='INTL' value="https://world.ign.com/">world.ign.com</option>
        </select>
    </div>
</div>
  <div id="loginwrapper">
    <a class="sidebar-item login-avatar" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/movies" type="button"><img class="userIcon" alt="" title="" src=""></img><svg class="sidebar-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="false" role="img" fill="none" stroke-width="1.5"><title>Register / Login</title><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg>
      <div class="sidebar-item-text">Register / Login</div>
    </a>
    <div class="login-buttons">
      <a href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/movies" target="_top" rel="nofollow" class="lightbox main button login-button">Login</a>
      <a href="https://www.ign.com/register?redirect=http%3A//nordic.ign.com/movies" target="_top" rel="nofollow" class="button register-button">Register</a>
    </div>
  </div>

</div>
</aside>
<button id="btnoverlay" type="button" title="Collapse Sidebar" class="start sidebar-mobile-overlay"></button>
<div id="mainblock">
<header class="fixed-header">
  <div class="sidebar-page-header">
    <a href="/" title="IGN" class="logo-link"><svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg></a>
    <a id="current-user" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/movies" target="_top" rel="nofollow"><svg class="ign-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg></a>
  </div>
</header>
  
  
  
<div class="zad billboard" data-zadtype="billboard" data-suffix="billboard" data-prebid="{&quot;onetag&quot;: {&quot;pubId&quot;: &quot;76fa0fedc93058d&quot;}, &quot;smartadserver&quot;: {&quot;siteId&quot;: &quot;577553&quot;, &quot;pageId&quot;: &quot;1747961&quot;, &quot;formatId&quot;: &quot;73028&quot;}, &quot;appnexus&quot;: {&quot;placementId&quot;: &quot;29257727&quot;}, &quot;improvedigital&quot;: {&quot;placementId&quot;: &quot;22943608&quot;}, &quot;triplelift&quot;: {&quot;inventoryCode&quot;: &quot;Refinery89_RON_Mobile-300x250-Top&quot;}, &quot;rubicon&quot;: {&quot;accountId&quot;: &quot;14940&quot;, &quot;siteId&quot;: &quot;471016&quot;, &quot;zoneId&quot;: &quot;2790332&quot;, &quot;position&quot;: &quot;atf&quot;}, &quot;sharethrough&quot;: {&quot;pkey&quot;: &quot;IMyCnbm1z1rMEipmvlZB0PFB&quot;}}"></div>
<div class="page-content">


<section class="vspotlight">
<div class="wrap">

	<article class="card REVIEW p1">
    <a href="https://nordic.ign.com/killers-of-the-flower-moon/67657/review/killers-of-the-flower-moon-review" class="thumb">
	  <img src="https://sm.ign.com/t/ign_nordic/slotter/default/kotfm-header_a3tq.800.jpg" alt="Killers of the Flower Moon Review" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/slotter/default/kotfm-header_a3tq.800.jpg, https://sm.ign.com/t/ign_nordic/slotter/default/kotfm-header_a3tq.1280.jpg 2x">
	  <h3 style="background-color: rgba(72,48,28, 0.75)" class="caption">Killers of the Flower Moon Review</h3>
	</a>
  </article>

	<article class="card REVIEW p2">
    <a href="https://nordic.ign.com/spider-man-across-the-spider-verse/67658/review/spider-man-across-the-spider-verse-review" class="thumb">
	  <img src="https://sm.ign.com/t/ign_nordic/review/s/spider-man/spider-man-across-the-spider-verse-review_kahy.800.jpg" alt="Spider-Man: Across the Spider-Verse Review" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/review/s/spider-man/spider-man-across-the-spider-verse-review_kahy.800.jpg, https://sm.ign.com/t/ign_nordic/review/s/spider-man/spider-man-across-the-spider-verse-review_kahy.1280.jpg 2x">
	  <h3  class="caption">Spider-Man: Across the Spider-Verse Review</h3>
	</a>
  </article>

	<article class="card REVIEW p3">
    <a href="https://nordic.ign.com/spider-man-no-way-home/52255/review/spider-man-no-way-home-review" class="thumb">
	  <img src="https://sm.ign.com/t/ign_nordic/slotter/default/spiderman-deck-961300-1639464552219_2p7y.800.jpg" alt="Spider-Man: No Way Home Review" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/slotter/default/spiderman-deck-961300-1639464552219_2p7y.800.jpg, https://sm.ign.com/t/ign_nordic/slotter/default/spiderman-deck-961300-1639464552219_2p7y.1280.jpg 2x">
	  <h3  class="caption">Spider-Man: No Way Home Review</h3>
	</a>
  </article>

	<article class="card REVIEW p4">
    <a href="https://nordic.ign.com/the-tax-collector/38580/review/the-tax-collector-review" class="thumb">
	  <img src="https://sm.ign.com/t/ign_nordic/review/t/the-tax-co/the-tax-collector-review_qzgk.800.jpg" alt="The Tax Collector Review" class="thumb" srcset="https://sm.ign.com/t/ign_nordic/review/t/the-tax-co/the-tax-collector-review_qzgk.800.jpg, https://sm.ign.com/t/ign_nordic/review/t/the-tax-co/the-tax-collector-review_qzgk.1280.jpg 2x">
	  <h3  class="caption">The Tax Collector Review</h3>
	</a>
  </article>

</div>
</section>




<section class="hspotlight"><div class="wrap">


  <article class="card REVIEW p1">
    <a href="https://nordic.ign.com/apostle/19132/review/netflixs-apostle-review" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/review/n/netflixs-a/netflixs-apostle-review_kg87.320.jpg" alt="Netflix&#x27;s Apostle Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/review/n/netflixs-a/netflixs-apostle-review_kg87.320.jpg, https://sm.ign.com/t/ign_nordic/review/n/netflixs-a/netflixs-apostle-review_kg87.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/apostle/19132/review/netflixs-apostle-review">Netflix&#x27;s Apostle Review</a></h3>
  </article>

  <article class="card VIDEO p2">
    <a href="https://nordic.ign.com/movies/17849/video/the-happytime-murders-for-your-consideration-red-band-exclusive-trailer" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/video/t/the-happyt/the-happytime-murders-for-your-consideration-red-band-exclus_g5v9.320.jpg" alt="The Happytime Murders: Red Band Trailer" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/t/the-happyt/the-happytime-murders-for-your-consideration-red-band-exclus_g5v9.320.jpg, https://sm.ign.com/t/ign_nordic/video/t/the-happyt/the-happytime-murders-for-your-consideration-red-band-exclus_g5v9.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/movies/17849/video/the-happytime-murders-for-your-consideration-red-band-exclusive-trailer">The Happytime Murders: Red Band Trailer</a></h3>
  </article>

  <article class="card VIDEO p3">
    <a href="https://nordic.ign.com/entertainment/18183/video/the-man-in-the-high-castle-season-3-official-trailer-2018" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/video/t/the-man-in/the-man-in-the-high-castle-season-3-official-trailer-2018_yytm.320.jpg" alt="The Man in the High Castle Season 3 Trailer" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/t/the-man-in/the-man-in-the-high-castle-season-3-official-trailer-2018_yytm.320.jpg, https://sm.ign.com/t/ign_nordic/video/t/the-man-in/the-man-in-the-high-castle-season-3-official-trailer-2018_yytm.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/entertainment/18183/video/the-man-in-the-high-castle-season-3-official-trailer-2018">The Man in the High Castle Season 3 Trailer</a></h3>
  </article>

  <article class="card REVIEW p4">
    <a href="https://nordic.ign.com/extinction-702939/17499/review/netflixs-extinction-review" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/blogroll/n/netflixs-e/netflixs-extinction-review_pt4t.320.jpg" alt="Netflix&#x27;s Extinction Review" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/blogroll/n/netflixs-e/netflixs-extinction-review_pt4t.320.jpg, https://sm.ign.com/t/ign_nordic/blogroll/n/netflixs-e/netflixs-extinction-review_pt4t.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/extinction-702939/17499/review/netflixs-extinction-review">Netflix&#x27;s Extinction Review</a></h3>
  </article>

</div></section>




  


<section class="broll wrap" data-pagenum="1" data-total="2">
  <div class="side-ad-trail">
    <div class="ad-wrapper pgQSsticky"><div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec1" data-prebid="{&quot;onetag&quot;: {&quot;pubId&quot;: &quot;76fa0fedc93058d&quot;}, &quot;smartadserver&quot;: {&quot;siteId&quot;: &quot;577553&quot;, &quot;pageId&quot;: &quot;1747961&quot;, &quot;formatId&quot;: &quot;73025&quot;}, &quot;appnexus&quot;: {&quot;placementId&quot;: &quot;29257707&quot;}, &quot;improvedigital&quot;: {&quot;placementId&quot;: &quot;22943593&quot;}, &quot;triplelift&quot;: {&quot;inventoryCode&quot;: &quot;Refinery89_RON_Desktop_300x600_ATF&quot;}, &quot;rubicon&quot;: {&quot;accountId&quot;: &quot;14940&quot;, &quot;siteId&quot;: &quot;471016&quot;, &quot;zoneId&quot;: &quot;2790300&quot;, &quot;position&quot;: &quot;atf&quot;}, &quot;sharethrough&quot;: {&quot;pkey&quot;: &quot;ZhqNfeRLsaOuMhiCu9INjObB&quot;}}"></div></div>
  </div>
  <h2>Latest News</h2>
  <div class="tbl">
  
  <article class="video VIDEO" id="content78137" data-embed-url="https://nordic.ign.com/movies/78137/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/78137/video/sundance-2024-all-the-movies-you-need-to-see-the-cinefix-top-100-crew-audio-only" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/s/sundance-2/sundance-2024-all-the-movies-you-need-to-see-the-cinefix-top_3ha7.280.jpg" alt="Sundance 2024: All the Movies You Need to See | The CineFix Top 100 Crew (Audio Only) (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/s/sundance-2/sundance-2024-all-the-movies-you-need-to-see-the-cinefix-top_3ha7.280.jpg, https://sm.ign.com/t/ign_nordic/video/s/sundance-2/sundance-2024-all-the-movies-you-need-to-see-the-cinefix-top_3ha7.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">56:57</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2024-01-29T10:01:27+01:00">2 weeks, 4 days</time>
      <a href="https://nordic.ign.com/movies/78137/video/sundance-2024-all-the-movies-you-need-to-see-the-cinefix-top-100-crew-audio-only#disqus_thread" class="comments commentscount" data-disqus-identifier="video_78137">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/78137/video/sundance-2024-all-the-movies-you-need-to-see-the-cinefix-top-100-crew-audio-only">Sundance 2024: All the Movies You Need to See | The CineFix Top 100 Crew (Audio Only)</a></h3>
      <p>Let's face it, the biggest stars in Palworld are the Pals themselves, and there are a LOT of them! In this video, we'll click through our most complete Paldeck to show you every single Pal currently available, alongside their variants. Let us know which of the Pals is your favorite!</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content77536" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/movies/77536/feature/nordic-streaming-update-january-2024-what-to-watch-this-month" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/240112121354-01-lift-movie-netflix_cj4s.280.jpg" alt="Nordic Streaming Update January 2024: What to watch this month (Feature movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/240112121354-01-lift-movie-netflix_cj4s.280.jpg, https://sm.ign.com/t/ign_nordic/screenshot/default/240112121354-01-lift-movie-netflix_cj4s.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2024-01-15T08:09:32+01:00">1 month</time>
      <a href="https://nordic.ign.com/movies/77536/feature/nordic-streaming-update-january-2024-what-to-watch-this-month#disqus_thread" class="comments commentscount" data-disqus-identifier="article_77536">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/77536/feature/nordic-streaming-update-january-2024-what-to-watch-this-month">Nordic Streaming Update January 2024: What to watch this month</a></h3>
      <p>The streaming business kicks off strong in 2024 with major American blockbusters, intriguing new shows and series, and even some movies from the Nordic region. In this article, we'll highlight some of the most interesting things to watch out for on Netflix, HBO MAX, Disney+, Amazon Prime, and AppleTV.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content77488" data-embed-url="https://nordic.ign.com/movies/77488/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/77488/video/streaming-update-what-to-watch-this-week" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_hzyj.280.png" alt="Streaming update: What to watch this week (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_hzyj.280.png, https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_hzyj.600.png 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:29</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2024-01-12T16:04:13.789527+01:00">1 month</time>
      <a href="https://nordic.ign.com/movies/77488/video/streaming-update-what-to-watch-this-week#disqus_thread" class="comments commentscount" data-disqus-identifier="video_77488">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/77488/video/streaming-update-what-to-watch-this-week">Streaming update: What to watch this week</a></h3>
      <p>If you are looking for a comfortable weekend staying at home and streaming some of the latest films and series, we have got you covered with these recommendations.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content77213" data-embed-url="https://nordic.ign.com/movies/77213/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/77213/video/streaming-update" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_5k1u.280.png" alt="Streaming update: What to watch this week (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_5k1u.280.png, https://sm.ign.com/t/ign_nordic/screenshot/default/streaming-update_5k1u.600.png 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:23</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2024-01-06T15:00:47+01:00">1 month, 1 week</time>
      <a href="https://nordic.ign.com/movies/77213/video/streaming-update#disqus_thread" class="comments commentscount" data-disqus-identifier="video_77213">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/77213/video/streaming-update">Streaming update: What to watch this week</a></h3>
      <p>If you are looking for a comfortable weekend staying at home and streaming some of the latest films and series, we have got you covered with these recommendations.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content76079" data-embed-url="https://nordic.ign.com/movies/76079/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/76079/video/criminal-record-official-trailer-apple-tv" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/c/criminal-r/criminal-record-official-trailer-apple-tv_z6sw.280.jpg" alt="Criminal Record - Official Trailer | Apple TV+ (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/c/criminal-r/criminal-record-official-trailer-apple-tv_z6sw.280.jpg, https://sm.ign.com/t/ign_nordic/video/c/criminal-r/criminal-record-official-trailer-apple-tv_z6sw.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:32</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-11-30T23:28:30+01:00">2 months, 2 weeks</time>
      <a href="https://nordic.ign.com/movies/76079/video/criminal-record-official-trailer-apple-tv#disqus_thread" class="comments commentscount" data-disqus-identifier="video_76079">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/76079/video/criminal-record-official-trailer-apple-tv">Criminal Record - Official Trailer | Apple TV+</a></h3>
      <p>Criminal Record is a powerful, character-driven thriller set in the heart of contemporary London. An anonymous phone call draws two brilliant detectives into a confrontation over an old murder case – one a young woman in the early stages of her career, the other a well-connected man determined to protect his legacy.</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content75308" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/ant-man-theater/75308/feature/young-avengers-explained-is-marvel-prepping-a-teen-superhero-team" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/y/young-aven/young-avengers-explained-how-the-marvels-sets-up-the-mcus-te_dh8y.280.jpg" alt="Young Avengers Explained: How The Marvels Sets Up the MCU&#x27;s Teen Superhero Team (Feature ant-man)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/y/young-aven/young-avengers-explained-how-the-marvels-sets-up-the-mcus-te_dh8y.280.jpg, https://sm.ign.com/t/ign_nordic/feature/y/young-aven/young-avengers-explained-how-the-marvels-sets-up-the-mcus-te_dh8y.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-11-10T21:31:53+01:00">3 months</time>
      <a href="https://nordic.ign.com/ant-man-theater/75308/feature/young-avengers-explained-is-marvel-prepping-a-teen-superhero-team#disqus_thread" class="comments commentscount" data-disqus-identifier="article_75308">Comment</a></div>
      <h3><a href="https://nordic.ign.com/ant-man-theater/75308/feature/young-avengers-explained-is-marvel-prepping-a-teen-superhero-team">Young Avengers Explained: How The Marvels Sets Up the MCU&#x27;s Teen Superhero Team</a></h3>
      <p>Here's everything you need to know about the next generation of Marvel heroes that could be headed to the big screen.</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content74697" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/godzilla-1954/74697/feature/10-best-godzilla-movies" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-10-bes/the-10-best-godzilla-movies_6dz2.280.jpg" alt="The 10 Best Godzilla Movies (Feature godzilla-1954)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-10-bes/the-10-best-godzilla-movies_6dz2.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-10-bes/the-10-best-godzilla-movies_6dz2.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-10-27T06:00:13+02:00">3 months, 2 weeks</time>
      <a href="https://nordic.ign.com/godzilla-1954/74697/feature/10-best-godzilla-movies#disqus_thread" class="comments commentscount" data-disqus-identifier="article_74697">Comment</a></div>
      <h3><a href="https://nordic.ign.com/godzilla-1954/74697/feature/10-best-godzilla-movies">The 10 Best Godzilla Movies</a></h3>
      <p>With Godzilla vs. Kong on the horizon, we are ranking the top 10 best Godzilla movies of all time.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content72671" data-embed-url="https://nordic.ign.com/the-fall-of-the-house-of-usher/72671/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/the-fall-of-the-house-of-usher/72671/video/the-fall-of-the-house-of-usher-official-trailer" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/t/the-fall-o/the-fall-of-the-house-of-usher-official-trailer_62fg.280.jpg" alt="The Fall of the House of Usher - Official Trailer (Video The Fall of the House of Usher)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/t/the-fall-o/the-fall-of-the-house-of-usher-official-trailer_62fg.280.jpg, https://sm.ign.com/t/ign_nordic/video/t/the-fall-o/the-fall-of-the-house-of-usher-official-trailer_62fg.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:31</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-09-12T21:16:00+02:00">5 months</time>
      <a href="https://nordic.ign.com/the-fall-of-the-house-of-usher/72671/video/the-fall-of-the-house-of-usher-official-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_72671">Comment</a></div>
      <h3><a href="https://nordic.ign.com/the-fall-of-the-house-of-usher/72671/video/the-fall-of-the-house-of-usher-official-trailer">The Fall of the House of Usher - Official Trailer</a></h3>
      <p>From Mike Flanagan, the creator of The Haunting of Hill House and Midnight Mass, a wicked horror series based on the works of Edgar Allan Poe. Ruthless siblings Roderick and Madeline Usher have built Fortunato Pharmaceuticals into an empire of wealth, privilege, and power. But past secrets come to light when the heirs to the Usher dynasty start dying at the hands of a mysterious woman from their youth.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content72554" data-embed-url="https://nordic.ign.com/aquaman-and-the-lost-kingdom/72554/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/aquaman-and-the-lost-kingdom/72554/video/aquaman-and-the-lost-kingdom-teaser-trailer" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/a/aquaman-an/aquaman-and-the-lost-kingdom-teaser-trailer_stuq.280.jpg" alt="Aquaman and the Lost Kingdom - Teaser Trailer (Video Aquaman and the Lost Kingdom)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/a/aquaman-an/aquaman-and-the-lost-kingdom-teaser-trailer_stuq.280.jpg, https://sm.ign.com/t/ign_nordic/video/a/aquaman-an/aquaman-and-the-lost-kingdom-teaser-trailer_stuq.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">00:30</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-09-11T03:01:55+02:00">5 months</time>
      <a href="https://nordic.ign.com/aquaman-and-the-lost-kingdom/72554/video/aquaman-and-the-lost-kingdom-teaser-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_72554">Comment</a></div>
      <h3><a href="https://nordic.ign.com/aquaman-and-the-lost-kingdom/72554/video/aquaman-and-the-lost-kingdom-teaser-trailer">Aquaman and the Lost Kingdom - Teaser Trailer</a></h3>
      <p>Director James Wan and Aquaman himself, Jason Momoa—along with Patrick Wilson, Amber Heard, Yahya Abdul-Mateen II and Nicole Kidman—return in the sequel to the highest-grossing DC film of all time: “Aquaman and the Lost Kingdom.”Having failed to defeat Aquaman the first time, Black Manta, still driven by the need to avenge his father’s death, will stop at nothing to take Aquaman down once and for all. This time Black Manta is more formidable than ever …</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content64278" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/agent-carter/64278/feature/every-dead-marvel-movie-character-from-iron-man-1-to-black-panther-wakanda-forever" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/e/every-dead/every-dead-marvel-movie-character-from-iron-man-1-to-secret_zbbf.280.jpg" alt="Every Dead Marvel Movie Character, From Iron Man 1 to Secret Invasion (Feature Ant-Man and the Wasp: Quantumania)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/e/every-dead/every-dead-marvel-movie-character-from-iron-man-1-to-secret_zbbf.280.jpg, https://sm.ign.com/t/ign_nordic/feature/e/every-dead/every-dead-marvel-movie-character-from-iron-man-1-to-secret_zbbf.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-07-27T19:20:34+02:00">6 months, 2 weeks</time>
      <a href="https://nordic.ign.com/agent-carter/64278/feature/every-dead-marvel-movie-character-from-iron-man-1-to-black-panther-wakanda-forever#disqus_thread" class="comments commentscount" data-disqus-identifier="article_64278">Comment</a></div>
      <h3><a href="https://nordic.ign.com/agent-carter/64278/feature/every-dead-marvel-movie-character-from-iron-man-1-to-black-panther-wakanda-forever">Every Dead Marvel Movie Character, From Iron Man 1 to Secret Invasion</a></h3>
      <p>It’s time to take stock of every character who is seriously and truly dead in the current MCU timeline.</p>
    </div>
  </article>
  
  </div>
</section>




<section class="hspotlight"><div class="wrap">


  <article class="card VIDEO p1">
    <a href="https://nordic.ign.com/movies/17765/video/along-came-the-devil-exclusive-final-trailer" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/video/a/along-came/along-came-the-devil-exclusive-final-trailer_1c91.320.jpg" alt="Along Came the Devil - Exclusive Final Trailer" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/a/along-came/along-came-the-devil-exclusive-final-trailer_1c91.320.jpg, https://sm.ign.com/t/ign_nordic/video/a/along-came/along-came-the-devil-exclusive-final-trailer_1c91.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/movies/17765/video/along-came-the-devil-exclusive-final-trailer">Along Came the Devil - Exclusive Final Trailer</a></h3>
  </article>

  <article class="card VIDEO p2">
    <a href="https://nordic.ign.com/entertainment/17344/video/lego-dc-comics-super-heroes-aquaman-rage-of-atlantis-exclusive-clip" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/screenshot/l/lego-dc-co/lego-dc-comics-super-heroes-aquaman-rage-of-atlantis-exclusi_ehhu.320.jpg" alt="LEGO DC Comics Super Heroes - Aquaman Exclusive Clip" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/l/lego-dc-co/lego-dc-comics-super-heroes-aquaman-rage-of-atlantis-exclusi_ehhu.320.jpg, https://sm.ign.com/t/ign_nordic/screenshot/l/lego-dc-co/lego-dc-comics-super-heroes-aquaman-rage-of-atlantis-exclusi_ehhu.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/entertainment/17344/video/lego-dc-comics-super-heroes-aquaman-rage-of-atlantis-exclusive-clip">LEGO DC Comics Super Heroes - Aquaman Exclusive Clip</a></h3>
  </article>

  <article class="card VIDEO p3">
    <a href="https://nordic.ign.com/movies/17647/video/deadpool-2-x-mansion-fridge-sequence-exclusive-deleted-scene" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/video/d/deadpool-2/deadpool-2-x-mansion-fridge-sequence-exclusive-deleted-scene_3yfc.320.jpg" alt="Deadpool 2: &quot;X-Mansion Fridge Sequence&quot; Exclusive Deleted Scene" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/d/deadpool-2/deadpool-2-x-mansion-fridge-sequence-exclusive-deleted-scene_3yfc.320.jpg, https://sm.ign.com/t/ign_nordic/video/d/deadpool-2/deadpool-2-x-mansion-fridge-sequence-exclusive-deleted-scene_3yfc.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/movies/17647/video/deadpool-2-x-mansion-fridge-sequence-exclusive-deleted-scene">Deadpool 2: &quot;X-Mansion Fridge Sequence&quot; Exclusive Deleted Scene</a></h3>
  </article>

  <article class="card VIDEO p4">
    <a href="https://nordic.ign.com/movies/17236/video/alita-battle-angel-trailer-d" class="thumb"><img data-src="https://sm.ign.com/t/ign_nordic/video/a/alita-batt/alita-battle-angel-trailer-d_mvrj.320.jpg" alt="Alita: Battle Angel - Trailer D" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/a/alita-batt/alita-battle-angel-trailer-d_mvrj.320.jpg, https://sm.ign.com/t/ign_nordic/video/a/alita-batt/alita-battle-angel-trailer-d_mvrj.640.jpg 2x"></a>
	<h3 class="caption"><a href="https://nordic.ign.com/movies/17236/video/alita-battle-angel-trailer-d">Alita: Battle Angel - Trailer D</a></h3>
  </article>

</div></section>




  


<section class="broll wrap" data-pagenum="1" data-total="2">
  <div class="side-ad-trail">
    <div class="ad-wrapper pgQSsticky"><div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec2" data-prebid="{&quot;onetag&quot;: {&quot;pubId&quot;: &quot;76fa0fedc93058d&quot;}, &quot;smartadserver&quot;: {&quot;siteId&quot;: &quot;577553&quot;, &quot;pageId&quot;: &quot;1747961&quot;, &quot;formatId&quot;: &quot;73026&quot;}, &quot;appnexus&quot;: {&quot;placementId&quot;: &quot;29257708&quot;}, &quot;improvedigital&quot;: {&quot;placementId&quot;: &quot;22943594&quot;}, &quot;triplelift&quot;: {&quot;inventoryCode&quot;: &quot;Refinery89_RON_Desktop_300x600_BTF&quot;}, &quot;rubicon&quot;: {&quot;accountId&quot;: &quot;14940&quot;, &quot;siteId&quot;: &quot;471016&quot;, &quot;zoneId&quot;: &quot;2790302&quot;, &quot;position&quot;: &quot;btf&quot;}, &quot;sharethrough&quot;: {&quot;pkey&quot;: &quot;NvcvIe8eSQaJgWA62iVAM1JN&quot;}}"></div></div>
  </div>
  
  <div class="tbl">
  
  <article class="article FEATURE" id="content67500" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/aliens-theater/67500/feature/the-top-25-action-movies" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-25-bes/the-25-best-action-movies-of-all-time_jv9w.280.jpg" alt="The 25 Best Action Movies of All Time (Feature aliens)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-25-bes/the-25-best-action-movies-of-all-time_jv9w.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-25-bes/the-25-best-action-movies-of-all-time_jv9w.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-06-23T00:18:00+02:00">7 months, 3 weeks</time>
      <a href="https://nordic.ign.com/aliens-theater/67500/feature/the-top-25-action-movies#disqus_thread" class="comments commentscount" data-disqus-identifier="article_67500">Comment</a></div>
      <h3><a href="https://nordic.ign.com/aliens-theater/67500/feature/the-top-25-action-movies">The 25 Best Action Movies of All Time</a></h3>
      <p>From terminators to terrorists and lone heroes to lethal weapons, here are our picks for the 25 best action movies ever made.</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content67742" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/spider-man-across-the-spider-verse/67742/feature/the-spider-man-movies-ranked-from-worst-to-best" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-spider/the-spider-man-movies-ranked-from-worst-to-best_a5cz.280.jpg" alt="The Spider-Man Movies Ranked From Worst to Best (Feature Spider-Man: Across the Spider-Verse)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-spider/the-spider-man-movies-ranked-from-worst-to-best_a5cz.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-spider/the-spider-man-movies-ranked-from-worst-to-best_a5cz.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-06-02T23:34:30+02:00">8 months, 2 weeks</time>
      <a href="https://nordic.ign.com/spider-man-across-the-spider-verse/67742/feature/the-spider-man-movies-ranked-from-worst-to-best#disqus_thread" class="comments commentscount" data-disqus-identifier="article_67742">Comment</a></div>
      <h3><a href="https://nordic.ign.com/spider-man-across-the-spider-verse/67742/feature/the-spider-man-movies-ranked-from-worst-to-best">The Spider-Man Movies Ranked From Worst to Best</a></h3>
      <p>We decided to rank the Spider-Man movies -- and yes, that includes all the times he’s hung out with the Avengers… Let’s web this thing up!</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content62449" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/spider-man-across-the-spider-verse/62449/feature/all-the-spideys-in-spider-man-across-the-spider-verse" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/a/all-the-sp/all-the-spideys-in-spider-man-across-the-spider-verse-full-s_9qn7.280.jpg" alt="All the Spideys in Spider-Man: Across the Spider-Verse (Full Spoilers Edition) (Feature Spider-Man: Across the Spider-Verse)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/a/all-the-sp/all-the-spideys-in-spider-man-across-the-spider-verse-full-s_9qn7.280.jpg, https://sm.ign.com/t/ign_nordic/feature/a/all-the-sp/all-the-spideys-in-spider-man-across-the-spider-verse-full-s_9qn7.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-06-01T16:25:01+02:00">8 months, 2 weeks</time>
      <a href="https://nordic.ign.com/spider-man-across-the-spider-verse/62449/feature/all-the-spideys-in-spider-man-across-the-spider-verse#disqus_thread" class="comments commentscount" data-disqus-identifier="article_62449">Comment</a></div>
      <h3><a href="https://nordic.ign.com/spider-man-across-the-spider-verse/62449/feature/all-the-spideys-in-spider-man-across-the-spider-verse">All the Spideys in Spider-Man: Across the Spider-Verse (Full Spoilers Edition)</a></h3>
      <p>Who's who in the sequel to Into the Spider-Verse?</p>
    </div>
  </article>
  
  <article class="article REVIEW" id="content67657" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/killers-of-the-flower-moon/67657/review/killers-of-the-flower-moon-review" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/review/k/killers-of/killers-of-the-flower-moon-review_5kts.280.jpg" alt="Killers of the Flower Moon Review (Review killers-of-the-flower-moon)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/review/k/killers-of/killers-of-the-flower-moon-review_5kts.280.jpg, https://sm.ign.com/t/ign_nordic/review/k/killers-of/killers-of-the-flower-moon-review_5kts.600.jpg 2x">
      <figure class="little side-wrapper side-wrapper review-score hexagon-wrapper"><div class="side-wrapper side-wrapper hexagon"><span class="side-wrapper side-wrapper hexagon-content-wrapper"><span class="side-wrapper side-wrapper hexagon-content">9</span></span></div></figure>
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-06-01T01:10:38+02:00">8 months, 2 weeks</time>
      <a href="https://nordic.ign.com/killers-of-the-flower-moon/67657/review/killers-of-the-flower-moon-review#disqus_thread" class="comments commentscount" data-disqus-identifier="article_67657">Comment</a></div>
      <h3><a href="https://nordic.ign.com/killers-of-the-flower-moon/67657/review/killers-of-the-flower-moon-review">Killers of the Flower Moon Review</a></h3>
      <p>Martin Scorsese’s Native American epic is unapologetically vicious by design.</p>
    </div>
  </article>
  
  <article class="article REVIEW" id="content67658" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/spider-man-across-the-spider-verse/67658/review/spider-man-across-the-spider-verse-review" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/review/s/spider-man/spider-man-across-the-spider-verse-review_kahy.280.jpg" alt="Spider-Man: Across the Spider-Verse Review (Review Spider-Man: Across the Spider-Verse)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/review/s/spider-man/spider-man-across-the-spider-verse-review_kahy.280.jpg, https://sm.ign.com/t/ign_nordic/review/s/spider-man/spider-man-across-the-spider-verse-review_kahy.600.jpg 2x">
      <figure class="little side-wrapper side-wrapper review-score hexagon-wrapper"><div class="side-wrapper side-wrapper hexagon"><span class="side-wrapper side-wrapper hexagon-content-wrapper"><span class="side-wrapper side-wrapper hexagon-content">8</span></span></div></figure>
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-05-31T15:19:00+02:00">8 months, 2 weeks</time>
      <a href="https://nordic.ign.com/spider-man-across-the-spider-verse/67658/review/spider-man-across-the-spider-verse-review#disqus_thread" class="comments commentscount" data-disqus-identifier="article_67658">Comment</a></div>
      <h3><a href="https://nordic.ign.com/spider-man-across-the-spider-verse/67658/review/spider-man-across-the-spider-verse-review">Spider-Man: Across the Spider-Verse Review</a></h3>
      <p>The Empire Venom Strikes Back</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content67389" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/2-fast-2-furious-theater/67389/feature/ranking-the-fast-and-the-furious-movies" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/r/ranking-th/ranking-the-fast-and-the-furious-movies-from-worst-to-best_3t9x.280.jpg" alt="Ranking the Fast and the Furious Movies: From Worst to Best (Feature 2-fast-2-furious)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/r/ranking-th/ranking-the-fast-and-the-furious-movies-from-worst-to-best_3t9x.280.jpg, https://sm.ign.com/t/ign_nordic/feature/r/ranking-th/ranking-the-fast-and-the-furious-movies-from-worst-to-best_3t9x.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-05-22T21:00:00+02:00">8 months, 3 weeks</time>
      <a href="https://nordic.ign.com/2-fast-2-furious-theater/67389/feature/ranking-the-fast-and-the-furious-movies#disqus_thread" class="comments commentscount" data-disqus-identifier="article_67389">Comment</a></div>
      <h3><a href="https://nordic.ign.com/2-fast-2-furious-theater/67389/feature/ranking-the-fast-and-the-furious-movies">Ranking the Fast and the Furious Movies: From Worst to Best</a></h3>
      <p>Since today marks the 15th anniversary of the release of The Fast and the Furious, we’re ranking the series from worst to best.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content64348" data-embed-url="https://nordic.ign.com/movies/64348/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/64348/video/netflixs-shadow-bone-cast-reacts-to-season-2-trailer" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/n/netflixs-s/netflixs-shadow-bone-cast-reacts-to-season-2-trailer_rvgx.280.jpg" alt="Netflix’s Shadow &amp; Bone Cast Reacts to Season 2 Trailer (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/n/netflixs-s/netflixs-shadow-bone-cast-reacts-to-season-2-trailer_rvgx.280.jpg, https://sm.ign.com/t/ign_nordic/video/n/netflixs-s/netflixs-shadow-bone-cast-reacts-to-season-2-trailer_rvgx.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">11:40</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-02-20T09:47:53+01:00">11 months, 3 weeks</time>
      <a href="https://nordic.ign.com/movies/64348/video/netflixs-shadow-bone-cast-reacts-to-season-2-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_64348">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/64348/video/netflixs-shadow-bone-cast-reacts-to-season-2-trailer">Netflix’s Shadow &amp; Bone Cast Reacts to Season 2 Trailer</a></h3>
      <p>Rise of the Resistance is likely the closest you'll get to starring in a Star Wars film, which makes it a helluva ride.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content64346" data-embed-url="https://nordic.ign.com/movies/64346/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/64346/video/shazam-is-a-special-part-of-the-dcu-going-forward" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/s/shazam-is-/shazam-is-a-special-part-of-the-dcu-going-forward_xfyy.280.jpg" alt="Shazam Is a &#x27;Special Part of the DCU Going Forward&#x27;  (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/s/shazam-is-/shazam-is-a-special-part-of-the-dcu-going-forward_xfyy.280.jpg, https://sm.ign.com/t/ign_nordic/video/s/shazam-is-/shazam-is-a-special-part-of-the-dcu-going-forward_xfyy.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">09:20</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-02-20T09:43:36+01:00">11 months, 3 weeks</time>
      <a href="https://nordic.ign.com/movies/64346/video/shazam-is-a-special-part-of-the-dcu-going-forward#disqus_thread" class="comments commentscount" data-disqus-identifier="video_64346">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/64346/video/shazam-is-a-special-part-of-the-dcu-going-forward">Shazam Is a &#x27;Special Part of the DCU Going Forward&#x27;</a></h3>
      <p>Rise of the Resistance is likely the closest you'll get to starring in a Star Wars film, which makes it a helluva ride.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content64163" data-embed-url="https://nordic.ign.com/movies/64163/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/64163/video/shadow-bone-season-2-official-trailer-2023-ben-barnes-lewis-tan-ign-fan-fest-2023" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/blogroll-thumbnail_6s2u.280.jpg" alt="Shadow &amp; Bone Season 2 - Official Trailer (2023) Ben Barnes, Lewis Tan | IGN Fan Fest 2023 (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/blogroll-thumbnail_6s2u.280.jpg, https://sm.ign.com/t/ign_nordic/screenshot/default/blogroll-thumbnail_6s2u.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:45</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-02-17T19:31:53.945426+01:00">11 months, 4 weeks</time>
      <a href="https://nordic.ign.com/movies/64163/video/shadow-bone-season-2-official-trailer-2023-ben-barnes-lewis-tan-ign-fan-fest-2023#disqus_thread" class="comments commentscount" data-disqus-identifier="video_64163">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/64163/video/shadow-bone-season-2-official-trailer-2023-ben-barnes-lewis-tan-ign-fan-fest-2023">Shadow &amp; Bone Season 2 - Official Trailer (2023) Ben Barnes, Lewis Tan | IGN Fan Fest 2023</a></h3>
      <p>Shadow & Bone returns to Netflix as the stake rise in an epic battle of good versus evil The season 2 trailer sees the Darkling (Ben Barnes) conjure a dark army of shadow creatures pit against the people of Ravka. Sun Summoner and living saint Alina Starkov recruits old allies and new to defeat their common enemy–all while Alina struggles to make sense of the connection she shares with the Darkling. Fans of Leigh Bardugo’s …</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content64094" data-embed-url="https://nordic.ign.com/movies/64094/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/64094/video/catch-an-exclusive-look-at-an-upcoming-episode-of-ghosts-ign-fan-fest-2023" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/c/catch-an-e/catch-an-exclusive-look-at-an-upcoming-episode-of-ghosts-ign_kbk9.280.jpg" alt="Catch an Exclusive Look at an Upcoming Episode of Ghosts | IGN Fan Fest 2023 (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/c/catch-an-e/catch-an-exclusive-look-at-an-upcoming-episode-of-ghosts-ign_kbk9.280.jpg, https://sm.ign.com/t/ign_nordic/video/c/catch-an-e/catch-an-exclusive-look-at-an-upcoming-episode-of-ghosts-ign_kbk9.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">01:42</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-02-15T11:16:16+01:00">1 year</time>
      <a href="https://nordic.ign.com/movies/64094/video/catch-an-exclusive-look-at-an-upcoming-episode-of-ghosts-ign-fan-fest-2023#disqus_thread" class="comments commentscount" data-disqus-identifier="video_64094">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/64094/video/catch-an-exclusive-look-at-an-upcoming-episode-of-ghosts-ign-fan-fest-2023">Catch an Exclusive Look at an Upcoming Episode of Ghosts | IGN Fan Fest 2023</a></h3>
      <p>In this exclusive clip from Season 2, Episode 15 of Ghosts.</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content64058" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/beetlejuice-theater/64058/feature/the-most-romantic-horror-movies-for-valentines-day" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-most-r/the-most-romantic-horror-movies-for-valentines-day_ucat.280.jpg" alt="The Most Romantic Horror Movies for Valentine&#x27;s Day (Feature beetlejuice)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-most-r/the-most-romantic-horror-movies-for-valentines-day_ucat.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-most-r/the-most-romantic-horror-movies-for-valentines-day_ucat.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-02-14T01:37:00+01:00">1 year</time>
      <a href="https://nordic.ign.com/beetlejuice-theater/64058/feature/the-most-romantic-horror-movies-for-valentines-day#disqus_thread" class="comments commentscount" data-disqus-identifier="article_64058">Comment</a></div>
      <h3><a href="https://nordic.ign.com/beetlejuice-theater/64058/feature/the-most-romantic-horror-movies-for-valentines-day">The Most Romantic Horror Movies for Valentine&#x27;s Day</a></h3>
      <p>Do you believe in love at first fright? Then feast your eyes on these horrific romances...</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content63695" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/injustice-2/63695/feature/swamp-thing-2019-the-dc-universe-heros-origin-and-history-explained" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/s/swamp-thin/swamp-thing-the-dcu-monsters-origin-and-history-explained_tphd.280.jpg" alt="Swamp Thing: The DCU Monster&#x27;s Origin and History Explained (Feature Injustice 2)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/s/swamp-thin/swamp-thing-the-dcu-monsters-origin-and-history-explained_tphd.280.jpg, https://sm.ign.com/t/ign_nordic/feature/s/swamp-thin/swamp-thing-the-dcu-monsters-origin-and-history-explained_tphd.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2023-02-02T23:31:33+01:00">1 year</time>
      <a href="https://nordic.ign.com/injustice-2/63695/feature/swamp-thing-2019-the-dc-universe-heros-origin-and-history-explained#disqus_thread" class="comments commentscount" data-disqus-identifier="article_63695">Comment</a></div>
      <h3><a href="https://nordic.ign.com/injustice-2/63695/feature/swamp-thing-2019-the-dc-universe-heros-origin-and-history-explained">Swamp Thing: The DCU Monster&#x27;s Origin and History Explained</a></h3>
      <p>We break down what you need to know about this supernatural hero of the new DC Universe series Swamp Thing.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content62055" data-embed-url="https://nordic.ign.com/movies/62055/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/62055/video/the-quiet-girl-official-trailer" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/t/the-quiet-/the-quiet-girl-official-trailer_umd8.280.jpg" alt="The Quiet Girl - Official Trailer (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/t/the-quiet-/the-quiet-girl-official-trailer_umd8.280.jpg, https://sm.ign.com/t/ign_nordic/video/t/the-quiet-/the-quiet-girl-official-trailer_umd8.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">02:01</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-12-06T09:49:00+01:00">1 year, 2 months</time>
      <a href="https://nordic.ign.com/movies/62055/video/the-quiet-girl-official-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_62055">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/62055/video/the-quiet-girl-official-trailer">The Quiet Girl - Official Trailer</a></h3>
      <p>Check out this new trailer for The Quiet Girl.</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content62613" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/a-christmas-horror-story/62613/feature/the-best-christmas-horror-movies" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-best-c/the-best-christmas-horror-movies_4nrd.280.jpg" alt="The Best Christmas Horror Movies (Feature A Christmas Horror Story)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-best-c/the-best-christmas-horror-movies_4nrd.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-best-c/the-best-christmas-horror-movies_4nrd.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-12-02T21:10:28+01:00">1 year, 2 months</time>
      <a href="https://nordic.ign.com/a-christmas-horror-story/62613/feature/the-best-christmas-horror-movies#disqus_thread" class="comments commentscount" data-disqus-identifier="article_62613">Comment</a></div>
      <h3><a href="https://nordic.ign.com/a-christmas-horror-story/62613/feature/the-best-christmas-horror-movies">The Best Christmas Horror Movies</a></h3>
      <p>These killer Santas, monstrous toys and musical zombies are the perfect subversive holiday treat for a Christmas horror movie festival.</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content37887" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/feature/37887/marvels-namor-explained-who-is-the-sub-mariner" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/n/namor-expl/namor-explained-who-is-tenoch-huerta-mejias-black-panther-wa_jg4p.280.jpg" alt="Namor Explained - Who Is Tenoch Huerta Mejía&#x27;s Black Panther: Wakanda Forever Character? (Feature Black Panther: Wakanda Forever)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/n/namor-expl/namor-explained-who-is-tenoch-huerta-mejias-black-panther-wa_jg4p.280.jpg, https://sm.ign.com/t/ign_nordic/feature/n/namor-expl/namor-explained-who-is-tenoch-huerta-mejias-black-panther-wa_jg4p.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-11-09T22:50:56+01:00">1 year, 3 months</time>
      <a href="https://nordic.ign.com/feature/37887/marvels-namor-explained-who-is-the-sub-mariner#disqus_thread" class="comments commentscount" data-disqus-identifier="article_37887">Comment</a></div>
      <h3><a href="https://nordic.ign.com/feature/37887/marvels-namor-explained-who-is-the-sub-mariner">Namor Explained - Who Is Tenoch Huerta Mejía&#x27;s Black Panther: Wakanda Forever Character?</a></h3>
      <p>Namor is overdue for an appearance in the Marvel Cinematic Universe, but while we wait, let’s learn all about the passionate player known as the Sub-Mariner.</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content39127" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/feature/39127/dcs-black-adam-the-justice-society-of-america-explained" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/b/black-adam/black-adam-cast-the-justice-society-of-america-characters-ex_wv9u.280.jpg" alt="Black Adam Cast: The Justice Society of America Characters Explained (Feature Black Adam)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/b/black-adam/black-adam-cast-the-justice-society-of-america-characters-ex_wv9u.280.jpg, https://sm.ign.com/t/ign_nordic/feature/b/black-adam/black-adam-cast-the-justice-society-of-america-characters-ex_wv9u.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-10-20T22:51:58+02:00">1 year, 3 months</time>
      <a href="https://nordic.ign.com/feature/39127/dcs-black-adam-the-justice-society-of-america-explained#disqus_thread" class="comments commentscount" data-disqus-identifier="article_39127">Comment</a></div>
      <h3><a href="https://nordic.ign.com/feature/39127/dcs-black-adam-the-justice-society-of-america-explained">Black Adam Cast: The Justice Society of America Characters Explained</a></h3>
      <p>Who are the Justice Society of America and how might they connect to Dwayne “The Rock” Johnson’s DC movie character?</p>
    </div>
  </article>
  
  <article class="article FEATURE" id="content64878" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/halloween-1978/64878/feature/how-to-watch-the-halloween-movies-in-chronological-order" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/feature/h/how-to-wat/how-to-watch-the-halloween-movies-in-chronological-order_u31d.280.jpg" alt="How to Watch the Halloween Movies in Chronological Order (Feature halloween-1978)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/h/how-to-wat/how-to-watch-the-halloween-movies-in-chronological-order_u31d.280.jpg, https://sm.ign.com/t/ign_nordic/feature/h/how-to-wat/how-to-watch-the-halloween-movies-in-chronological-order_u31d.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-10-14T22:50:32+02:00">1 year, 4 months</time>
      <a href="https://nordic.ign.com/halloween-1978/64878/feature/how-to-watch-the-halloween-movies-in-chronological-order#disqus_thread" class="comments commentscount" data-disqus-identifier="article_64878">Comment</a></div>
      <h3><a href="https://nordic.ign.com/halloween-1978/64878/feature/how-to-watch-the-halloween-movies-in-chronological-order">How to Watch the Halloween Movies in Chronological Order</a></h3>
      <p>The newest Halloween movie is the fifth different timeline introduced to the franchise since the original 1978 film.</p>
    </div>
  </article>
  
  <article class="article NEWS" id="content60197" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/movies/60197/news/the-best-a24-movies-on-amazon-prime-video" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/photo/default/the-hollywood-insider-everything-everywhere-all-at-once-revi_nn26.280.jpg" alt="The Best A24 Movies on Amazon Prime Video (News movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/photo/default/the-hollywood-insider-everything-everywhere-all-at-once-revi_nn26.280.jpg, https://sm.ign.com/t/ign_nordic/photo/default/the-hollywood-insider-everything-everywhere-all-at-once-revi_nn26.600.jpg 2x">
      
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-09-19T08:26:03.481142+02:00">1 year, 4 months</time>
      <a href="https://nordic.ign.com/movies/60197/news/the-best-a24-movies-on-amazon-prime-video#disqus_thread" class="comments commentscount" data-disqus-identifier="article_60197">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/60197/news/the-best-a24-movies-on-amazon-prime-video">The Best A24 Movies on Amazon Prime Video</a></h3>
      <p>Prime Video has some awesome movies from A24, one of the best movie publishers.</p>
    </div>
  </article>
  
  <article class="video VIDEO" id="content59982" data-embed-url="https://nordic.ign.com/movies/59982/video/embed">
    <div class="t">
    <a href="https://nordic.ign.com/movies/59982/video/one-piece-film-red-official-trailer" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/video/o/one-piece-/one-piece-film-red-official-trailer_hcxx.280.jpg" alt="One Piece Film Red - Official Trailer (Video movie)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/video/o/one-piece-/one-piece-film-red-official-trailer_hcxx.280.jpg, https://sm.ign.com/t/ign_nordic/video/o/one-piece-/one-piece-film-red-official-trailer_hcxx.600.jpg 2x">
      
      <span class="duration"><svg class="icon icon-playhead" width="52" height="52" viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="#FFF" cx="26" cy="26" r="26"></circle><path class="playhead-triangle" d="M36.185 24.937c.962.537.96 1.41 0 1.945l-16.13 9.015c-.962.537-1.74.086-1.74-1.03V16.95c0-1.106.78-1.567 1.74-1.03l16.13 9.015z" fill="#bf1313"></path></g></svg><span class="duration-text">00:57</span></span>
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-09-13T09:10:00+02:00">1 year, 5 months</time>
      <a href="https://nordic.ign.com/movies/59982/video/one-piece-film-red-official-trailer#disqus_thread" class="comments commentscount" data-disqus-identifier="video_59982">Comment</a></div>
      <h3><a href="https://nordic.ign.com/movies/59982/video/one-piece-film-red-official-trailer">One Piece Film Red - Official Trailer</a></h3>
      <p>Watch the One Piece Film Red - Official Trailer right here.</p>
    </div>
  </article>
  
  <article class="article REVIEW" id="content58931" data-embed-url="">
    <div class="t">
    <a href="https://nordic.ign.com/the-sandman-theater/58931/review/the-sandman-season-1-review" class="thumb score-wrapper">
      <img data-src="https://sm.ign.com/t/ign_nordic/review/t/the-sandma/the-sandman-season-1-review_2cvv.280.jpg" alt="The Sandman: Season 1 Review (Review The Sandman)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/review/t/the-sandma/the-sandman-season-1-review_2cvv.280.jpg, https://sm.ign.com/t/ign_nordic/review/t/the-sandma/the-sandman-season-1-review_2cvv.600.jpg 2x">
      <figure class="little side-wrapper side-wrapper review-score hexagon-wrapper"><div class="side-wrapper side-wrapper hexagon"><span class="side-wrapper side-wrapper hexagon-content-wrapper"><span class="side-wrapper side-wrapper hexagon-content">9</span></span></div></figure>
      
      
    </a>
    </div>
    <div class="m">
      <div class="info"><time datetime="2022-08-05T09:01:27+02:00">1 year, 6 months</time>
      <a href="https://nordic.ign.com/the-sandman-theater/58931/review/the-sandman-season-1-review#disqus_thread" class="comments commentscount" data-disqus-identifier="article_58931">Comment</a></div>
      <h3><a href="https://nordic.ign.com/the-sandman-theater/58931/review/the-sandman-season-1-review">The Sandman: Season 1 Review</a></h3>
      <p>A dream of an adaptation.</p>
    </div>
  </article>
  
  </div>
</section>



</div>
<div id="infinitescrollanchor" data-infinite-scroll-limit=30 data-infinite="broll"></div>


  
  

  <div class="zad footer" data-zadtype="footer" data-suffix="footer" data-sticky="true" data-prebid="{&quot;onetag&quot;: {&quot;pubId&quot;: &quot;76fa0fedc93058d&quot;}, &quot;smartadserver&quot;: {&quot;siteId&quot;: &quot;577553&quot;, &quot;pageId&quot;: &quot;1747961&quot;, &quot;formatId&quot;: &quot;73031&quot;}, &quot;appnexus&quot;: {&quot;placementId&quot;: &quot;29257721&quot;}, &quot;improvedigital&quot;: {&quot;placementId&quot;: &quot;22943603&quot;}, &quot;triplelift&quot;: {&quot;inventoryCode&quot;: &quot;Refinery89_RON_Mobile-300x250-Low&quot;}, &quot;rubicon&quot;: {&quot;accountId&quot;: &quot;14940&quot;, &quot;siteId&quot;: &quot;471016&quot;, &quot;zoneId&quot;: &quot;2790320&quot;, &quot;position&quot;: &quot;btf&quot;}, &quot;sharethrough&quot;: {&quot;pkey&quot;: &quot;yHDahe2AFccREsl5zJdXQ1ZD&quot;}}"></div>
  <div id="adsense" style="visibility: hidden">Ad</div>

  <footer id="footer" class="limitedScroll">
    <div id="footerMain" class="wrap">
      <div class="legal">
        <a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a>
        <span class="licensee wrap">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span>
      </div>
    </div>
  </footer>
</div>
</div>


<section id="js">
  
  
  <script type="text/javascript" src="https://pg.ignimgs.com/pogoadkit.js" async></script>
  <script>var zad = zad || {'cmd': []}; zad.cmd.push(function() { window.zad.start(); })</script>
  
  
  
<script type="text/javascript">function disqus_config() { this.language = "en"; } var disqus_shortname = 'ign-nordic';</script>
<!--
<script type="text/javascript" src='/s/js/quantize.js?547')></script>
!-->
<script type="text/javascript" src="https://ign-nordic.disqus.com/count.js" async="true"></script>

  
<script type='application/ld+json'>
{
	"@context":"https://schema.org",
	"@type":"WebSite",
	"url":"https://nordic.ign.com",
	"name":"IGN Nordic",
	"description":"IGN Nordic is your site for everything about PS5, Xbox Series, PC, Switch. With expert reviews, news, previews, trailers and more.",
	"potentialAction":{ "@type":"SearchAction", "target":"https://nordic.ign.com/se/?q={search_term_string}", "query-input":"required name=search_term_string"}
}
</script>
<script type='application/ld+json'>
{
	"@context":"https://schema.org",
	"@type":"Organization",
	"url":"https://nordic.ign.com",
	"name":"IGN Nordic",
	"sameAs": ["https://www.facebook.com/ignnordic", "https://twitter.com/IGNNordic"],
	"logo":"https://nordic.ign.com/s/ign/ign_logo_micro.png"
}
</script>
<script type="application/ld+json">{"@context": "https://schema.org", "@type": "ItemList", "itemListElement": [{"@type": "ListItem", "position": 1, "url": "https://nordic.ign.com/movies/78137/video/sundance-2024-all-the-movies-you-need-to-see-the-cinefix-top-100-crew-audio-only"}, {"@type": "ListItem", "position": 2, "url": "https://nordic.ign.com/movies/77536/feature/nordic-streaming-update-january-2024-what-to-watch-this-month"}, {"@type": "ListItem", "position": 3, "url": "https://nordic.ign.com/movies/77488/video/streaming-update-what-to-watch-this-week"}, {"@type": "ListItem", "position": 4, "url": "https://nordic.ign.com/movies/77213/video/streaming-update"}, {"@type": "ListItem", "position": 5, "url": "https://nordic.ign.com/movies/76079/video/criminal-record-official-trailer-apple-tv"}, {"@type": "ListItem", "position": 6, "url": "https://nordic.ign.com/ant-man-theater/75308/feature/young-avengers-explained-is-marvel-prepping-a-teen-superhero-team"}, {"@type": "ListItem", "position": 7, "url": "https://nordic.ign.com/godzilla-1954/74697/feature/10-best-godzilla-movies"}, {"@type": "ListItem", "position": 8, "url": "https://nordic.ign.com/the-fall-of-the-house-of-usher/72671/video/the-fall-of-the-house-of-usher-official-trailer"}, {"@type": "ListItem", "position": 9, "url": "https://nordic.ign.com/aquaman-and-the-lost-kingdom/72554/video/aquaman-and-the-lost-kingdom-teaser-trailer"}, {"@type": "ListItem", "position": 10, "url": "https://nordic.ign.com/agent-carter/64278/feature/every-dead-marvel-movie-character-from-iron-man-1-to-black-panther-wakanda-forever"}, {"@type": "ListItem", "position": 11, "url": "https://nordic.ign.com/aliens-theater/67500/feature/the-top-25-action-movies"}, {"@type": "ListItem", "position": 12, "url": "https://nordic.ign.com/spider-man-across-the-spider-verse/67742/feature/the-spider-man-movies-ranked-from-worst-to-best"}, {"@type": "ListItem", "position": 13, "url": "https://nordic.ign.com/spider-man-across-the-spider-verse/62449/feature/all-the-spideys-in-spider-man-across-the-spider-verse"}, {"@type": "ListItem", "position": 14, "url": "https://nordic.ign.com/killers-of-the-flower-moon/67657/review/killers-of-the-flower-moon-review"}, {"@type": "ListItem", "position": 15, "url": "https://nordic.ign.com/spider-man-across-the-spider-verse/67658/review/spider-man-across-the-spider-verse-review"}, {"@type": "ListItem", "position": 16, "url": "https://nordic.ign.com/2-fast-2-furious-theater/67389/feature/ranking-the-fast-and-the-furious-movies"}]}</script>

</section>
</body>
</html>