864 lines
222 KiB
HTML
864 lines
222 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en" dir="ltr">
|
|||
|
|
<head>
|
|||
|
|
|
|||
|
|
<!-- Third-party Ad scripts -->
|
|||
|
|
<link
|
|||
|
|
rel="preconnect dns-prefetch"
|
|||
|
|
href="//vice-web-statics-cdn.vice.com/sourcepoint/messaging.js"
|
|||
|
|
as="script"
|
|||
|
|
/>
|
|||
|
|
<link
|
|||
|
|
rel="preconnect dns-prefetch"
|
|||
|
|
href="//securepubads.g.doubleclick.net/tag/js/gpt.js"
|
|||
|
|
as="script"
|
|||
|
|
/>
|
|||
|
|
<link
|
|||
|
|
rel="preconnect dns-prefetch"
|
|||
|
|
href="//cdn.adsafeprotected.com/iasPET.1.js"
|
|||
|
|
as="script"
|
|||
|
|
/>
|
|||
|
|
<link
|
|||
|
|
rel="preconnect dns-prefetch"
|
|||
|
|
href="//native.sharethrough.com/assets/sfp.js"
|
|||
|
|
as="script"
|
|||
|
|
/>
|
|||
|
|
|
|||
|
|
<!-- Third-party Ad requests -->
|
|||
|
|
<link rel="preconnect" href="//sourcepoint.mgr.consensu.org" />
|
|||
|
|
<link rel="preconnect" href="//sharethrough.adnxs.com" />
|
|||
|
|
<link rel="preconnect" href="//securepubads.g.doubleclick.net" />
|
|||
|
|
<link rel="preconnect" href="//api.amplitude.com" />
|
|||
|
|
<link rel="preconnect" href="//mid.rkdms.com" />
|
|||
|
|
<link rel="preconnect" href="//gum.criteo.com" />
|
|||
|
|
<link rel="preconnect" href="//secure.adnxs.com" />
|
|||
|
|
|
|||
|
|
<!-- Preload the ad-library (high priority) -->
|
|||
|
|
<link
|
|||
|
|
rel="preload"
|
|||
|
|
as="script"
|
|||
|
|
href="https://vice-web-statics-cdn.vice.com/vendor/ad-lib/v1.8.3/vice-ad-lib.js"
|
|||
|
|
onload="loadAdLib(this.href);"
|
|||
|
|
/>
|
|||
|
|
|
|||
|
|
<script>
|
|||
|
|
function DOMTokenListSupports(tokenList, token) {
|
|||
|
|
if (!tokenList || !tokenList.supports) {
|
|||
|
|
return false;
|
|||
|
|
}
|
|||
|
|
try {
|
|||
|
|
return tokenList.supports(token);
|
|||
|
|
} catch (e) {
|
|||
|
|
if (e instanceof TypeError) {
|
|||
|
|
console.log('The DOMTokenList doesn\'t have a supported tokens list.', e);
|
|||
|
|
} else {
|
|||
|
|
console.error('That shouldn\'t have happened.', e);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
function loadAdLib(script) {
|
|||
|
|
if (!window.__AdLib) {
|
|||
|
|
|
|||
|
|
var domainEnv = '.vice.com';
|
|||
|
|
|
|||
|
|
var adLibScript = document.createElement('script');
|
|||
|
|
adLibScript.src = script;
|
|||
|
|
adLibScript.id = 'ad-lib';
|
|||
|
|
adLibScript.onload = () => {
|
|||
|
|
if (window.__AdLib) {
|
|||
|
|
window.__AdLib.env = 'production';
|
|||
|
|
window.__AdLib.template = 'article';
|
|||
|
|
window.__AdLib.site = 'vice';
|
|||
|
|
window.__AdLib.domain = domainEnv;
|
|||
|
|
window.__AdLib.init();
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
adLibScript.onerror = (e) => {
|
|||
|
|
console.error('Ad-Lib could not load it\'s script.', e);
|
|||
|
|
}
|
|||
|
|
document.head.appendChild(adLibScript);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
var linkSupportsPreload = DOMTokenListSupports(document.createElement('link').relList, 'preload');
|
|||
|
|
|
|||
|
|
if (!linkSupportsPreload) {
|
|||
|
|
console.log('linkSupportsPreload not supported!');
|
|||
|
|
loadAdLib('https://vice-web-statics-cdn.vice.com/vendor/ad-lib/v1.8.3/vice-ad-lib.js');
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- Include link attributes for fonts -->
|
|||
|
|
<link rel="preload" href="https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplay-900.woff2" as="font" crossorigin="anonymous">
|
|||
|
|
<link rel="preload" href="https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-400.woff2" as="font" crossorigin="anonymous">
|
|||
|
|
<link rel="preload" href="https://fonts.gstatic.com/s/sourcecodepro/v10/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevWnsUnxg.woff2" as="font" crossorigin="anonymous">
|
|||
|
|
<link rel="preload" href="https://fonts.gstatic.com/s/sourcecodepro/v10/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7Ds-cq7Gq0DA.woff2" as="font" crossorigin="anonymous">
|
|||
|
|
<!-- legacy font face -->
|
|||
|
|
<link rel="stylesheet" href="https://vice-web-statics-cdn.vice.com/fonts/vice/fonts.css">
|
|||
|
|
|
|||
|
|
<!--Rendered at: Thu Aug 22 2019 10:21:18 GMT+0000 (Coordinated Universal Time)-->
|
|||
|
|
<script>
|
|||
|
|
window.__V1C3 = {};
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
<!-- Google Tag Manager -->
|
|||
|
|
|
|||
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|||
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|||
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|||
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|||
|
|
})(window,document,'script','dataLayer','GTM-MSM4HQ4');</script>
|
|||
|
|
|
|||
|
|
<!-- End Google Tag Manager -->
|
|||
|
|
|
|||
|
|
|
|||
|
|
<meta charset="utf-8"/>
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|||
|
|
|
|||
|
|
|
|||
|
|
<meta name="apple-itunes-app" content="app-id=591496838">
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<title>The Amazon Is on Fire and the Smoke Can Be Seen from Space - VICE</title>
|
|||
|
|
<meta name="keywords" content="culture, news, lgbtq, politics, journalism, video, documentary, sex, drugs, film, tv, entertainment, travel, crime,amazon,brazil,deforestation,Wildfire"/>
|
|||
|
|
<meta name="description" content="The Amazon has been burning for weeks amid increasing deforestation. The intense smoke was detected by NASA and plunged São Paulo into darkness on Monday." />
|
|||
|
|
<meta name="thumbnail" content="https://video-images.vice.com/articles/5d5c34e5562a3700098e013d/lede/1566324039276-2.jpeg"/>
|
|||
|
|
<meta name="theme-color" content="#000000">
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link rel="canonical" href="https://www.vice.com/en_uk/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space" />
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link rel="alternate" type="application/rss+xml" title="vice" href="https://www.vice.com/en_uk/rss"/>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link rel="amphtml" href="https://www.vice.com/amp/en_uk/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space">
|
|||
|
|
<meta name="news_keywords" content="amazon,brazil,deforestation,Wildfire"/>
|
|||
|
|
<meta property="article:author" content="Madeleine Gregory"/>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<meta property="og:type" content="article" />
|
|||
|
|
<meta name="datePublished" content="2019-08-21T07:40:00Z" />
|
|||
|
|
<meta property="article:published_time" content="2019-08-21T07:40:00Z" />
|
|||
|
|
|
|||
|
|
<link rel="amphtml" href="https://www.vice.com/amp/en_uk/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space">
|
|||
|
|
|
|||
|
|
<!-- Serialized Content Policy Tag(s) -->
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/en_us/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space" hreflang="en-US" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/en_ca/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space" hreflang="en-CA" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/de/article/d3avvm/brasiliens-regenwald-brennt-die-rauchwolke-sieht-man-sogar-vom-weltall-aus" hreflang="de-DE" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/en_au/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space" hreflang="en-AU" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/en_uk/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space" hreflang="en-GB" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/es/article/d3avvm/amazonas-incendio-humo-espacio" hreflang="es-ES" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/it/article/d3avvm/incendi-in-amazzonia-foresta-brasile-fumo-san-paolo" hreflang="it-IT" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/pt_br/article/d3avvm/a-amazonia-esta-em-chamas-e-da-pra-ver-isso-do-espaco" hreflang="pt-BR" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/en_asia/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space" hreflang="en-PH" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/ro/article/d3avvm/incendiile-din-padurea-amazoniana" hreflang="ro-RO" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/en_in/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space" hreflang="en-IN" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/de_at/article/d3avvm/brasiliens-regenwald-brennt-die-rauchwolke-sieht-man-sogar-vom-weltall-aus" hreflang="de-AT" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/de_ch/article/d3avvm/brasiliens-regenwald-brennt-die-rauchwolke-sieht-man-sogar-vom-weltall-aus" hreflang="de-CH" />
|
|||
|
|
|
|||
|
|
<link id="content__policy__link" rel="alternate" href="https://www.vice.com/es_latam/article/d3avvm/motherboard-amazonas-en-llamas-humo-ver-desde-espacio" hreflang="es-MX" />
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link rel="next" href="https://www.vice.com/en_uk/article/kz4abm/good-job-humans-arctic-snow-contains-rubber-and-varnish" />
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link rel="prev" href="https://www.vice.com/en_uk/article/zmjb3a/humans-have-done-50-million-years-of-damage-to-new-zealands-birds" />
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- Facebook -->
|
|||
|
|
<meta property="fb:app_id" content="213518685373476"/>
|
|||
|
|
<meta property="og:site_name" name="og:site_name" content="Vice"/>
|
|||
|
|
<meta property="og:title" name="og:title" content="The Amazon Is on Fire and the Smoke Can Be Seen from Space" />
|
|||
|
|
<meta property="og:image" name="og:image" content="https://video-images.vice.com/articles/5d5c34e5562a3700098e013d/lede/1566324039276-2.jpeg?crop=1xw:0.9910714285714286xh;center,center&resize=1200:*"/>
|
|||
|
|
<meta property="og:image:alt" content="Vice"/>
|
|||
|
|
<meta property="og:image:type" name="og:image:type" content="image/jpeg"/>
|
|||
|
|
<meta property="og:locale" name="og:locale" content="en_uk"/>
|
|||
|
|
<meta property="og:url" name="og:url" content="https://www.vice.com/en_uk/article/d3avvm/the-amazon-is-on-fire-and-the-smoke-can-be-seen-from-space"/>
|
|||
|
|
<meta property="og:description" name="og:description" content="The Amazon has been burning for weeks amid increasing deforestation. The intense smoke was detected by NASA and plunged São Paulo into darkness on Monday."/>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<meta property="fb:pages" content="" />
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- Twitter -->
|
|||
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|||
|
|
<meta name="twitter:site" content="viceuk"/>
|
|||
|
|
<meta name="twitter:title" content="The Amazon Is on Fire and the Smoke Can Be Seen from Space" />
|
|||
|
|
<meta name="twitter:description" content="The Amazon has been burning for weeks amid increasing deforestation. The intense smoke was detected by NASA and plunged São Paulo into darkness on Monday."/>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- include homepage specific logic here -->
|
|||
|
|
|
|||
|
|
<!-- Favicons -->
|
|||
|
|
<link rel="manifest" href="https://vice-web-statics-cdn.vice.com/favicons/vice/manifest.json">
|
|||
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|||
|
|
<meta name="theme-color" content="#fff">
|
|||
|
|
<meta name="application-name" content="vice">
|
|||
|
|
<link rel="apple-touch-icon" sizes="57x57" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-57x57.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="60x60" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-60x60.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="72x72" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-72x72.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="76x76" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-76x76.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="114x114" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-114x114.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="120x120" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-120x120.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="144x144" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-144x144.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="152x152" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-152x152.png">
|
|||
|
|
<link rel="apple-touch-icon" sizes="180x180" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-icon-180x180.png">
|
|||
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|||
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
|||
|
|
<meta name="apple-mobile-web-app-title" content="vice">
|
|||
|
|
<link rel="icon" type="image/png" sizes="228x228" href="https://vice-web-statics-cdn.vice.com/favicons/vice/coast-228x228.png">
|
|||
|
|
<link rel="yandex-tableau-widget" href="https://vice-web-statics-cdn.vice.com/favicons/vice/yandex-browser-manifest.json">
|
|||
|
|
<meta name="msapplication-TileColor" content="#fff">
|
|||
|
|
<meta name="msapplication-TileImage" content="https://vice-web-statics-cdn.vice.com/favicons/vice/mstile-144x144.png">
|
|||
|
|
<meta name="msapplication-config" content="https://vice-web-statics-cdn.vice.com/favicons/vice/browserconfig.xml">
|
|||
|
|
<link rel="icon" type="image/png" sizes="32x32" href="https://vice-web-statics-cdn.vice.com/favicons/vice/favicon-32x32.png">
|
|||
|
|
<link rel="icon" type="image/png" sizes="192x192" href="https://vice-web-statics-cdn.vice.com/favicons/vice/android-chrome-192x192.png">
|
|||
|
|
<link rel="icon" type="image/png" sizes="16x16" href="https://vice-web-statics-cdn.vice.com/favicons/vice/favicon-16x16.png">
|
|||
|
|
<link rel="shortcut icon" href="https://vice-web-statics-cdn.vice.com/favicons/vice/favicon.ico">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-320x460.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-640x920.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-640x1096.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-750x1294.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-1182x2208.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-1242x2148.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-748x1024.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-768x1004.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-1496x2048.png">
|
|||
|
|
<link rel="apple-touch-startup-image" media="(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" href="https://vice-web-statics-cdn.vice.com/favicons/vice/apple-touch-startup-image-1536x2008.png">
|
|||
|
|
|
|||
|
|
<!-- MS Application -->
|
|||
|
|
<meta name="msapplication-TileColor" content="#FFFFFF"/>
|
|||
|
|
<meta name="msapplication-square70x70logo" content=""/>
|
|||
|
|
<meta name="msapplication-TileImage" content=""/>
|
|||
|
|
<meta name="msapplication-square150x150logo" content=""/>
|
|||
|
|
<meta name="msapplication-wide310x150logo" content=""/>
|
|||
|
|
<meta name="msapplication-square310x310logo" content=""/>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link rel="stylesheet" type="text/css" href="/static/vice.20675a60703443cb19af.css"/>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- font faces -->
|
|||
|
|
<link
|
|||
|
|
rel="stylesheet"
|
|||
|
|
href="https://vice-web-statics-cdn.vice.com/fonts/all.75fb6d5d806ac62ec97d5992cc8c05444c0e42134db557e047ab64b794ec9954.css"
|
|||
|
|
/>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- <ui-components css> //-->
|
|||
|
|
<link rel="stylesheet" type="text/css" href="https://vice-web-statics-cdn.vice.com/vendor/ui-components/v0.1.66/css/core.min.css"/>
|
|||
|
|
<link rel="stylesheet" type="text/css" href="https://vice-web-statics-cdn.vice.com/vendor/ui-components/v0.1.66/css/spacing.min.css"/>
|
|||
|
|
<link rel="stylesheet" type="text/css" href="https://vice-web-statics-cdn.vice.com/vendor/ui-components/v0.1.66/css/grid.min.css"/>
|
|||
|
|
<link rel="stylesheet" type="text/css" href="https://vice-web-statics-cdn.vice.com/vendor/ui-components/v0.1.66/css/helpers.min.css"/>
|
|||
|
|
<link rel="stylesheet" type="text/css" href="https://vice-web-statics-cdn.vice.com/vendor/ui-components/v0.1.66/css/bundle.min.css"/>
|
|||
|
|
<link rel="stylesheet" type="text/css" href="https://vice-web-statics-cdn.vice.com/vendor/ui-components/v0.1.66/css/theme.min.css"/>
|
|||
|
|
<link rel="stylesheet" type="text/css" href="https://vice-web-statics-cdn.vice.com/vendor/ui-components/v0.1.66/css/intl.min.css"/>
|
|||
|
|
<!-- </ui-components css> //-->
|
|||
|
|
|
|||
|
|
<!--TODO: Add arabic support for spacing include-->
|
|||
|
|
<!---->
|
|||
|
|
<!--<style>.grd *,.grd :after,.grd :before{box-sizing:border-box}.grd-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:100%;margin-left:-5px;margin-right:-5px}.grd-col{padding:0 5px}.grd-just-flex-start-xs{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.grd-just-flex-end-xs{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.grd-just-center-xs{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.grd-just-space-between-xs{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.grd-just-space-around-xs{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.grd-just-space-evenly-xs{-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.grd-algn-flex-start-xs{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.grd-algn-item-flex-start-xs{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.grd-algn-flex-end-xs{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.grd-algn-item-flex-end-xs{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.grd-algn-center-xs{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grd-algn-item-center-xs{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.grd-algn-baseline-xs{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.grd-algn-item-baseline-xs{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}.grd-algn-stretch-xs{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.grd-algn-item-stretch-xs{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.col-1-xs{width:8.333333333333332%}.col-2-xs{width:16.666666666666664%}.col-3-xs{width:25%}.col-4-xs{width:33.33333333333333%}.col-5-xs{width:41.666666666666664%}.col-6-xs{width:50%}.col-7-xs{width:58.33333333333333%}.col-8-xs{width:66.66666666666666%}.col-9-xs{width:75%}.col-10-xs{width:83.33333333333333%}.col-11-xs{width:91.66666666666666%}.col-12-xs{width:100%}@media only screen and (min-width:650px){.grd-row{margin-left:-10px;margin-right:-10px}.grd-col{padding:0 10px}.grd-just-flex-start-m{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.grd-just-flex-end-m{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.grd-just-center-m{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.grd-just-space-between-m{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.grd-just-space-around-m{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.grd-just-space-evenly-m{-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.grd-algn-flex-start-m{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.grd-algn-item-flex-start-m{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.grd-algn-flex-end-m{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.grd-algn-item-flex-end-m{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.grd-algn-center-m{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grd-algn-item-center-m{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.grd-algn-baseline-m{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.grd-algn-item-baseline-m{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}.grd-algn-stretch-m{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.grd-algn-item-stretch-m{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.col-1-m{width:8.3
|
|||
|
|
<!---->
|
|||
|
|
|
|||
|
|
|
|||
|
|
<link data-chunk="common" rel="preload" as="script" href="/static/vendor.e347fce45874e74e291b.js">
|
|||
|
|
<link data-chunk="common" rel="preload" as="script" href="/static/common.08606d22aac296db79e1.js">
|
|||
|
|
<link data-chunk="assets" rel="preload" as="script" href="/static/assets.6e72b1d0072f82f9af03.js">
|
|||
|
|
<link data-chunk="vice" rel="preload" as="style" href="/static/vice.20675a60703443cb19af.css">
|
|||
|
|
<link data-chunk="vice" rel="preload" as="script" href="/static/vice.20675a60703443cb19af.js">
|
|||
|
|
<link data-chunk="article-page" rel="preload" as="script" href="/static/agegate~article-page~campaign-item-page~campaign-page~channel-page~contributor-page~home-page~latest~40aac028.ae902cd456f878642efd.js">
|
|||
|
|
<link data-chunk="article-page" rel="preload" as="script" href="/static/article-page~campaign-item-page~campaign-page~contributor-page~home-page~latest-page~proofs~read-pag~f9a37acf.1f1cecf1e3bdcf1624af.js">
|
|||
|
|
<link data-chunk="article-page" rel="preload" as="script" href="/static/article-page~campaign-item-page.c6345472c0b1cda59c16.js">
|
|||
|
|
<link data-chunk="article-page" rel="preload" as="script" href="/static/article-page.605b280268e384d0222a.js">
|
|||
|
|
|
|||
|
|
|
|||
|
|
<script>
|
|||
|
|
window.__LOGGER = {};
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
<script type="application/ld+json"></script>
|
|||
|
|
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
// iFramely lazy load snippet
|
|||
|
|
function loadIframelyEmbedJs() {
|
|||
|
|
if (document.querySelectorAll('[data-iframely-url]').length === 0) return;
|
|||
|
|
var iframely = window.iframely = window.iframely || {};
|
|||
|
|
var widgets = iframely.widgets = iframely.widgets || {};
|
|||
|
|
if (widgets.load) {
|
|||
|
|
widgets.load();
|
|||
|
|
} else {
|
|||
|
|
var ifs = document.createElement('script'); ifs.type = 'text/javascript'; ifs.async = true;
|
|||
|
|
ifs.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//oembed.vice.com/embed.js';
|
|||
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ifs, s);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- NEW RELIC -->
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(2),u=e(3),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}finally{f.emit("fn-end",[c.now()],t)}}}};a("setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now()])}},{}],2:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],3:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],4:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=m(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){v[e]=m(e).concat(n)}function m(e){return v[e]||[]}function w(e){return p[e]=p[e]||o(t)}function g(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var v={},y={},b={on:l,emit:t,get:w,listeners:m,context:n,buffer:g,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(2),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!x++){var e=h.info=NREUM.info,n=d.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+h.offset],null,"api");var t=d.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===d.readyState&&i()}function i(){f("mark",["domContent",a()+h.offset],null,"api")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-h.offset}var u=(new Date).getTime(),f=e("handle"),c=e(2),s=e("ee"),p=window,d=p.document,l="addEventListener",m="attachEvent",w=p.XMLHttpRequest,g=w&&w.prototype;NREUM.o={ST:setTimeout,SI:p.setImmediate,CT:clearTimeout,XHR:w,REQ:p.Request,EV:p.Event,PR:p.Promise,MO:p.MutationObserver};var v=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agen
|
|||
|
|
;NREUM.info={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",licenseKey:"c0321c02a2",applicationID:"26735335",sa:1}
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<script>
|
|||
|
|
if (performance.mark) {
|
|||
|
|
performance.mark('nrSetupComplete');
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- GA Tag -->
|
|||
|
|
<script>
|
|||
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|||
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|||
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|||
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|||
|
|
|
|||
|
|
ga('create', "UA-599058-49", 'auto');
|
|||
|
|
ga('set', 'anonymizeIp', true);
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
ga('create', "UA-599058-158", 'auto', 'optimizeTracker', {'allowLinker': true});
|
|||
|
|
ga('require', 'linker');
|
|||
|
|
ga('linker:autoLink', ['viceland.com']);
|
|||
|
|
ga('optimizeTracker.set', 'anonymizeIp', true);
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
ga('optimizeTracker.require', 'GTM-P46HZGR');
|
|||
|
|
|
|||
|
|
|
|||
|
|
</script>
|
|||
|
|
<!-- End GA Tag -->
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- BEGIN SEGMENT -->
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t){var e=document.createElement("script");e.type="text/javascript";e.async=!0;e.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)};analytics.SNIPPET_VERSION="4.0.0";
|
|||
|
|
analytics.load("JDTc0H0QndvhnaGawwz0hu5zIk7Yig3y");
|
|||
|
|
}}();
|
|||
|
|
</script>
|
|||
|
|
<!-- END SEGMENT -->
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- COMPONENT STYLES -->
|
|||
|
|
<style id="__jsx-2067436256">.locale-selector{position:relative;}
|
|||
|
|
.locale-selector__current{color:#ffffff;text-align:right;white-space:nowrap;text-transform:uppercase;cursor:pointer;}
|
|||
|
|
.locale-selector__current:hover{opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";-webkit-filter:alpha(opacity=60);filter:alpha(opacity=60);}
|
|||
|
|
.locale-selector__current .locale-language{color:rgba(255, 255, 255, 0.6);}
|
|||
|
|
.locale-selector__current .locale-language:lang(ar){margin-right:5px;margin-left:0;}
|
|||
|
|
.locale-selector--open .locale-selector__current .locale-language{color:#ffffff;}
|
|||
|
|
.locale-selector .locale-select{position:relative;right:2px;}
|
|||
|
|
.locale-selector__dropdown{margin-top:2px;background-color:#000000;position:absolute;width:260px;max-height:355px;right:-40px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:350;}
|
|||
|
|
.locale-selector__dropdown:lang(ar){right:-167px;}
|
|||
|
|
.locale-selector__dropdown::-webkit-scrollbar{width:8px;background:#000000;border:solid 1px rgba(255, 255, 255, 0.2);border-top-width:0;border-bottom-width:0;}
|
|||
|
|
.locale-selector__dropdown::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.6);}</style><style id="__jsx-3046015918">.navbar__overlay{position:fixed;top:0;left:0;right:0;height:100vh;background-color:transparent;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-filter:alpha(opacity=0);filter:alpha(opacity=0);visibility:hidden;-webkit-transition:opacity 200ms ease-in-out;-moz-transition:opacity 200ms ease-in-out;-o-transition:opacity 200ms ease-in-out;-ms-transition:opacity 200ms ease-in-out;-webkit-transition:opacity 200ms ease-in-out;transition:opacity 200ms ease-in-out;z-index:325;}
|
|||
|
|
.navbar__overlay--show{visibility:visible;opacity:0.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";-webkit-filter:alpha(opacity=20);filter:alpha(opacity=20);}</style><style id="__jsx-3151949221">.networkbar{background-color:#000000;height:20px;overflow:hidden;-webkit-box-shadow:0 1px 0 0 rgba(0,0,0,0.15);box-shadow:0 1px 0 0 rgba(0,0,0,0.15);-webkit-transition:-webkit-transform 200ms ease-in-out;-moz-transition:-moz-transform 200ms ease-in-out;-o-transition:-o-transform 200ms ease-in-out;-ms-transition:-ms-transform 200ms ease-in-out;-webkit-transition:-webkit-transform 200ms ease-in-out;-webkit-transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out;z-index:300;}
|
|||
|
|
@media only screen and (min-width:700px){.networkbar{overflow:visible;}}
|
|||
|
|
.navbar-container--entering .networkbar,.navbar-container--entered .networkbar,.navbar-container--exiting .networkbar{display:none;}
|
|||
|
|
.navbar-container-open--entering .networkbar,.navbar-container-open--entered .networkbar,.navbar-container-open--exiting .networkbar{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
|
|||
|
|
.networkbar ul{-webkit-box-lines:single;-moz-box-lines:single;-o-box-lines:single;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;padding-bottom:30px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
|
|||
|
|
@media only screen and (min-width:700px){.networkbar ul{overflow-x:visible;}}
|
|||
|
|
.networkbar ul>.skip-link{width:0;height:0;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-filter:alpha(opacity=0);filter:alpha(opacity=0);}
|
|||
|
|
.networkbar ul>.skip-link:focus{opacity:1;-ms-filter:none;-webkit-filter:none;filter:none;color:#fff;width:auto;height:auto;margin-right:10px;text-transform:uppercase;}
|
|||
|
|
.networkbar ul>li{list-style:none;}
|
|||
|
|
.networkbar ul>li>a{text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;color:white;white-space:nowrap;}
|
|||
|
|
.networkbar ul>li>a.active{color:rgba(255, 255, 255, 0.6);}
|
|||
|
|
@media only screen and (min-width:700px){.networkbar ul>li>a:hover{color:rgba(255, 255, 255, 0.6);}}
|
|||
|
|
.networkbar ul>li:last-child{padding-right:20px;}
|
|||
|
|
.networkbar .overlay{z-index:325;}
|
|||
|
|
.networkbar .bb--link{border-bottom:1px solid rgba(255,255,255,0.2);color:#fff;}</style><style id="__jsx-3136625614">.titlebar__links{-webkit-transition:-webkit-transform 200ms ease-in-out,opacity 200ms ease-in-out;-moz-transition:-moz-transform 200ms ease-in-out,opacity 200ms ease-in-out;-o-transition:-o-transform 200ms ease-in-out,opacity 200ms ease-in-out;-ms-transition:-ms-transform 200ms ease-in-out,opacity 200ms ease-in-out;-webkit-transition:-webkit-transform 200ms ease-in-out,opacity 200ms ease-in-out;-webkit-transition:transform 200ms ease-in-out,opacity 200ms ease-in-out;transition:transform 200ms ease-in-out,opacity 200ms ease-in-out;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-filter:alpha(opacity=0);filter:alpha(opacity=0);}
|
|||
|
|
.titlebar__links ul{height:45px;overflow-y:hidden;}
|
|||
|
|
.titlebar__links ul:lang(ar){height:55px;}
|
|||
|
|
.titlebar__links ul li{list-style-type:none;padding:15px 5px;}
|
|||
|
|
.titlebar__links ul li a{display:block;}
|
|||
|
|
.titlebar__links ul li a,.titlebar__links ul li button{color:#ffffff;-webkit-text-decoration:none;text-decoration:none;}
|
|||
|
|
.titlebar__links ul li a:hover,.titlebar__links ul li button:hover{opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";-webkit-filter:alpha(opacity=60);filter:alpha(opacity=60);}
|
|||
|
|
.titlebar__links--action--search.titlebar__links--entered{opacity:1;-ms-filter:none;-webkit-filter:none;filter:none;}
|
|||
|
|
.titlebar__links--action--nav.titlebar__links--nav--exiting{margin-top:5px;opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-filter:alpha(opacity=0);filter:alpha(opacity=0);-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-o-transform:translateY(5px);-ms-transform:translateY(5px);-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);}
|
|||
|
|
.titlebar__links--action--nav.titlebar__links--nav--entering{margin-top:5px;}
|
|||
|
|
.titlebar__links--action--nav.titlebar__links--nav--entered{margin-top:5px;opacity:1;-ms-filter:none;-webkit-filter:none;filter:none;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);-o-transform:translateY(-5px);-ms-transform:translateY(-5px);-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px);}
|
|||
|
|
.titlebar__links__more-button{color:#ffffff;text-transform:none;white-space:nowrap;}
|
|||
|
|
.titlebar__links__more-button:lang(ar){margin-right:15px;}
|
|||
|
|
.titlebar__links__more-button svg{width:7px;height:7px;}
|
|||
|
|
.titlebar__links__more-button svg:lang(ar){margin-left:5px;}
|
|||
|
|
.titlebar__links__more-button svg path{fill:#ffffff;}
|
|||
|
|
@media only screen and (min-width:1200px){.titlebar__links__section__link--xl{display:inline-block;}}
|
|||
|
|
@media only screen and (min-width:1500px){.titlebar__links__section__link--hd{display:inline-block;}}</style><style id="__jsx-2745248970">.titlebar__icons{white-space:nowrap;}
|
|||
|
|
.titlebar__icons .icon{padding:15px 5px;}
|
|||
|
|
.titlebar__icons svg{vertical-align:top;width:16px;height:16px;}
|
|||
|
|
.titlebar__icons a:hover,.titlebar__icons button:hover{opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";-webkit-filter:alpha(opacity=60);filter:alpha(opacity=60);}
|
|||
|
|
.titlebar__icons .search-icon-button{padding:15px 5px;}
|
|||
|
|
.titlebar__icons .search-icon-button:lang(ar){margin-left:0;}
|
|||
|
|
.titlebar__icons .search-icon-button .search-icon{width:16px;height:16px;}
|
|||
|
|
.titlebar__icons .search-icon-button .search-icon path{fill:#ffffff;}
|
|||
|
|
.titlebar__icons .btn-close{padding:15px 5px;}
|
|||
|
|
.titlebar__icons .btn-close .icon-close{width:19px;height:16px;}</style><style id="__jsx-309730663">.titlebar{width:100%;z-index:250;-webkit-transition-property:opacity,-webkit-transform;-moz-transition-property:opacity,-moz-transform;-o-transition-property:opacity,-o-transform;-ms-transition-property:opacity,-ms-transform;-webkit-transition-property:opacity,-webkit-transform;-webkit-transition-property:opacity,transform;transition-property:opacity,transform;-webkit-transition-duration:200ms;-moz-transition-duration:200ms;-o-transition-duration:200ms;-ms-transition-duration:200ms;-webkit-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;-ms-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;height:50px;background-color:#000000;border-top:solid 1px rgba(255, 255, 255, 0.2);}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar{height:80px;padding-right:35px;}}
|
|||
|
|
.navbar-container--entering .titlebar,.navbar-container--entered .titlebar,.navbar-container--exiting .titlebar{background-color:#000000;}
|
|||
|
|
.titlebar__bars button{padding:15px 5px;}
|
|||
|
|
.titlebar__bars button:hover{opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";-webkit-filter:alpha(opacity=60);filter:alpha(opacity=60);}
|
|||
|
|
.titlebar__bars svg path{fill:#ffffff;}
|
|||
|
|
.titlebar__logo__icon{width:77px;height:24px;}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar__logo__icon{width:102px;height:32px;}}
|
|||
|
|
.titlebar__logo__icon:hover{opacity:0.6;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";-webkit-filter:alpha(opacity=60);filter:alpha(opacity=60);}
|
|||
|
|
.titlebar--search .titlebar__logo__icon{display:none;}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar--search .titlebar__logo__icon{display:block;}}
|
|||
|
|
.titlebar__logo__icon svg{width:77px;height:24px;}
|
|||
|
|
.titlebar__logo__icon svg path{fill:#ffffff;}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar__logo__icon svg{width:102px;height:32px;}}
|
|||
|
|
.titlebar--transparent{background-color:rgba(0,0,0,0);}
|
|||
|
|
.titlebar--search,.titlebar--footer{background-color:#000000;}
|
|||
|
|
.titlebar--footer{-webkit-box-shadow:0 1px rgba(255, 255, 255, 0.2);box-shadow:0 1px rgba(255, 255, 255, 0.2);}
|
|||
|
|
.titlebar--footer .titlebar__bars{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-o-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;-webkit-order:3;-ms-flex-order:3;order:3;}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar--footer .titlebar__bars{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-o-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;-webkit-order:1;-ms-flex-order:1;order:1;}}
|
|||
|
|
.titlebar--footer .titlebar__logo{margin-left:-16px;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-o-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;-webkit-order:2;-ms-flex-order:2;order:2;}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar--footer .titlebar__logo{margin-left:0;}}
|
|||
|
|
.titlebar--footer .titlebar__icons{-webkit-box-ordinal-group:1;-moz-box-ordinal-group:1;-o-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;-webkit-order:1;-ms-flex-order:1;order:1;}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar--footer .titlebar__icons{-webkit-box-ordinal-group:3;-moz-box-ordinal-group:3;-o-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;-webkit-order:3;-ms-flex-order:3;order:3;}}
|
|||
|
|
.titlebar .bb--link{border-bottom:1px solid rgba(255,255,255,0.2);color:#fff;}
|
|||
|
|
.titlebar .navbar__overlay{top:70px;}
|
|||
|
|
@media only screen and (min-width:700px){.titlebar .navbar__overlay{top:100px;}}</style><style id="__jsx-3299595969">.navbar-container{position:absolute;top:0;left:0;right:0;margin:0 auto;width:100%;z-index:250;}
|
|||
|
|
.navbar-container--entering,.navbar-container--entered,.navbar-container--exiting{-webkit-transition:-webkit-transform 150ms ease-in-out;-moz-transition:-moz-transform 150ms ease-in-out;-o-transition:-o-transform 150ms ease-in-out;-ms-transition:-ms-transform 150ms ease-in-out;-webkit-transition:-webkit-transform 150ms ease-in-out;-webkit-transition:transform 150ms ease-in-out;transition:transform 150ms ease-in-out;position:fixed;top:-50px;}
|
|||
|
|
.navbar-container--entering .relaunch-banner,.navbar-container--entered .relaunch-banner,.navbar-container--exiting .relaunch-banner{display:none;}
|
|||
|
|
@media only screen and (min-width:700px){.navbar-container--entering,.navbar-container--entered,.navbar-container--exiting{top:-80px;}}
|
|||
|
|
.navbar-container--entered{-webkit-transform:translateY(50px);-moz-transform:translateY(50px);-o-transform:translateY(50px);-ms-transform:translateY(50px);-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);}
|
|||
|
|
@media only screen and (min-width:700px){.navbar-container--entered{-webkit-transform:translateY(80px);-moz-transform:translateY(80px);-o-transform:translateY(80px);-ms-transform:translateY(80px);-webkit-transform:translateY(80px);-ms-transform:translateY(80px);transform:translateY(80px);}}
|
|||
|
|
.navbar-container-open--entering,.navbar-container-open--exiting,.navbar-container-open--entered{-webkit-transition:-webkit-transform 200ms ease-in-out;-moz-transition:-moz-transform 200ms ease-in-out;-o-transition:-o-transform 200ms ease-in-out;-ms-transition:-ms-transform 200ms ease-in-out;-webkit-transition:-webkit-transform 200ms ease-in-out;-webkit-transition:transform 200ms ease-in-out;transition:transform 200ms ease-in-out;position:fixed;top:-70px;}
|
|||
|
|
@media only screen and (min-width:700px){.navbar-container-open--entering,.navbar-container-open--exiting,.navbar-container-open--entered{top:-100px;}}
|
|||
|
|
.navbar-container-open--entered{-webkit-transform:translateY(70px);-moz-transform:translateY(70px);-o-transform:translateY(70px);-ms-transform:translateY(70px);-webkit-transform:translateY(70px);-ms-transform:translateY(70px);transform:translateY(70px);}
|
|||
|
|
@media only screen and (min-width:700px){.navbar-container-open--entered{-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-o-transform:translateY(100px);-ms-transform:translateY(100px);-webkit-transform:translateY(100px);-ms-transform:translateY(100px);transform:translateY(100px);}}</style><style id="__jsx-470500840">.nav-link-button{background-color:transparent;border:0;}
|
|||
|
|
.relaunch-banner{background-color:#000;color:#fff;border-bottom:1px solid rgba(255,255,255,0.2);}
|
|||
|
|
.relaunch-banner .white{color:#fff;}
|
|||
|
|
.relaunch-banner .dim{color:rgba(255,255,255,0.6);}</style><style id="__jsx-2598807047">.article-heading-v2 .article-heading-v2__stale-disclaimer{background-color:#fff41f;border-radius:2px;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__primary-topic{display:inline-block;text-transform:capitalize;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__primary-topic .canonical__topic{text-transform:capitalize;color:inherit;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__primary-topic.primary-topic--image{-webkit-box-shadow:none;box-shadow:none;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__primary-topic.primary-topic--text:lang(ar),.article-heading-v2 .article-heading-v2__primary-topic.primary-topic--text:lang(el),.article-heading-v2 .article-heading-v2__primary-topic.primary-topic--text:lang(ru),.article-heading-v2 .article-heading-v2__primary-topic.primary-topic--text:lang(ro){padding-bottom:5px;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__contributionsSeparator{border-top:1px solid rgba(0,0,0,0.1);}
|
|||
|
|
.article-heading-v2 .article-heading-v2__contributions .contributor__by{text-transform:capitalize;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__contributions .contributor__link{white-space:nowrap;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__contributions .article-heading-v2__social-link{cursor:pointer;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__contributions .article-heading-v2__social-link .article-share-twitter{margin-bottom:-1px;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__contributions .article-heading-v2__social-link .article-share-facebook{margin-bottom:-2px;}
|
|||
|
|
.article-heading-v2 .article-heading-v2__contributions .article-heading-v2__social-link:hover{opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";-webkit-filter:alpha(opacity=40);filter:alpha(opacity=40);}</style><style id="__jsx-677600443">.topic{text-transform:uppercase;}
|
|||
|
|
.topic:after{content:' ';}
|
|||
|
|
.topic:first-child{color:#000000;}
|
|||
|
|
.topic:first-child:after{content:' ';}
|
|||
|
|
.topic:last-child:after{content:'';}
|
|||
|
|
.topic--show-all{min-width:30px;}
|
|||
|
|
.topic__link{color:#000000;}</style><style id="__jsx-1821490926">.interstitial{max-width:1020px;}
|
|||
|
|
@media only screen and (min-width:1050px){.interstitial--homepage{max-width:1450px;}}
|
|||
|
|
.newsletter{color:#ffffff;background-color:#ffffff;border-top:3px solid #000000;}
|
|||
|
|
@media only screen and (min-width:650px){.newsletter{max-width:640px;}}
|
|||
|
|
.newsletter--homepage{max-width:100%;}
|
|||
|
|
.newsletter__input{color:#000000;background-color:#ffffff;border-bottom:1px solid #000000;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
|
|||
|
|
.newsletter__input input[type="email"]{height:auto;border:0;color:#000000;padding:10px 0;text-transform:normal;}
|
|||
|
|
.newsletter__input--error{border-color:#e1254c;}
|
|||
|
|
.newsletter__input--error input[type="email"]{color:#e1254c;}
|
|||
|
|
.newsletter__submit-button{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;}
|
|||
|
|
.newsletter__submit-button__text-entered{background-color:#ffffff;color:#ffffff;}
|
|||
|
|
.newsletter__submit-button.btn-inlined{border-bottom:1px solid #000000;}
|
|||
|
|
@media (max-width:650px){.newsletter__submit-button.btn-outlined{-webkit-box-shadow:none;box-shadow:none;border-bottom:1px solid #000000;text-transform:normal;}}
|
|||
|
|
.newsletter__heading{color:#000000;text-transform:normal;}
|
|||
|
|
.newsletter__subheading{color:#000000;text-transform:normal;}</style><style id="__jsx-3734091200">.injected-newsletter .newsletter-wrapper{display:block;}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .btn{font-family:inherit;font-weight:inherit;}
|
|||
|
|
@media only screen and (max-width:699px){.injected-newsletter .newsletter-wrapper .newsletter__input{margin-top:0px;}}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .newsletter__submit-button{background-color:#000;color:#fff;text-transform:capitalize;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:50px;padding:0 20px;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:2px;border-color:#000;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-2px;}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .newsletter__submit-button:hover{background-color:#333;border-color:#333;}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .newsletter__input{border:none;margin-right:0;}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .newsletter__input #newsletter__email{border:1px solid rgba(0,0,0,0.1);border-right:none;border-radius:2px;height:50px;padding:0 20px;}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .newsletter__input #newsletter__email:disabled{color:rgba(0,0,0,0.1);}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .newsletter__input #newsletter__email:focus{border-style:solid;border-color:#000;}
|
|||
|
|
.injected-newsletter .newsletter-wrapper .newsletter__input #newsletter__email.input--success{border-right:1px solid rgba(0,0,0,0.1);}</style><style id="__jsx-535193904">.article-after-body .article-after-body__topics{border-top:1px solid #000;}
|
|||
|
|
.article-after-body .article-after-body__topics .topic::after{content:', ';}
|
|||
|
|
.article-after-body .article-after-body__topics .topic:first-child::after,.article-after-body .article-after-body__topics .topic:last-child::after{content:' ';}
|
|||
|
|
.article-after-body .article-after-body__related-video-header{border-top:1px solid #000;}
|
|||
|
|
.article-after-body .related__video__wrapper__card__thumbnail__wrapper{margin-left:inherit;margin-right:inherit;}
|
|||
|
|
.article-after-body .article-after-body__related-video-title:hover{opacity:0.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";-webkit-filter:alpha(opacity=40);filter:alpha(opacity=40);}
|
|||
|
|
.article-after-body .injected-newsletter{border-top:1px solid #000;}</style><style id="__jsx-809447439">.article-keep-reading .article-keep-reading__children-container{outline:none;}
|
|||
|
|
.article-keep-reading--active .article-keep-reading__children-container{position:relative;max-height:160px;overflow:hidden;}
|
|||
|
|
.article-keep-reading--active .article-keep-reading__children-container::after{content:' ';position:absolute;top:30px;right:0px;bottom:0px;left:0px;pointer-events:none;background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(255,255,255,0.02) 2%,#fff);background-image:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(255,255,255,0.02) 2%,#fff);background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(255,255,255,0.02) 2%,#fff);background-image:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(255,255,255,0.02) 2%,#fff);background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(255,255,255,0.02) 2%,#fff);}
|
|||
|
|
.article-keep-reading--active .article-keep-reading__button-container button{border:none;padding:0px;background-color:#fff;}</style><style id="__jsx-4151586822">.short-form-v2{max-width:1020px;}
|
|||
|
|
.short-form-v2 .short-form-v2__heading{max-width:640px;border-top:3px solid #000;margin-left:auto;margin-right:auto;}
|
|||
|
|
@media only screen and (min-width:1000px){.short-form-v2 .short-form-v2__heading{max-width:inherit;margin-left:0px;margin-right:0px;}}
|
|||
|
|
.short-form-v2 .short-form-v2__heading .primary-topic--text{margin-top:-5px;}
|
|||
|
|
.short-form-v2 .short-form-v2__heading .article-heading-v2__header-dek-wrapper{max-width:640px;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box{position:relative;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-v2__lede-image-wrapper{margin-left:-22px;margin-right:-22px;background-color:rgba(0,0,0,0.1);}
|
|||
|
|
@media only screen and (min-width:700px){.short-form-v2 .short-form-v2__bounding-box .short-form-v2__lede-image-wrapper{margin-left:inherit;margin-right:inherit;}}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-v2__credit a{color:#000;-webkit-box-shadow:inset 0 -1px 0 #000;box-shadow:inset 0 -1px 0 #000;padding-bottom:1px;-webkit-text-decoration:none;text-decoration:none;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-v2__credit a:hover{-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.4);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.4);color:rgba(0,0,0,0.4);}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-v2__body{min-width:0px;max-width:640px;min-height:300px;}
|
|||
|
|
@media only screen and (min-width:1000px){.short-form-v2 .short-form-v2__bounding-box .short-form-v2__body{min-height:600px;}}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-v2__body .short-form-v2__ad-unit-top{border-top:1px solid rgba(0,0,0,0.1);}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar{position:relative;min-width:300px;max-width:300px;margin-left:80px;margin-right:initial;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar:lang(ar){margin-left:initial;margin-right:80px;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner{position:absolute;right:auto;background-color:#fff;width:300px;max-width:100%;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--top{top:1px;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--top .short-form-v2__right-bar-ad-unit-top{margin-top:-16px;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--moving{position:fixed;top:110px;right:auto;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--bottom{bottom:0px;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--top,.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--bottom{left:auto;right:0px;}
|
|||
|
|
.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--top:lang(ar),.short-form-v2 .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--bottom:lang(ar){left:0px;right:auto;}
|
|||
|
|
.short-form-v2--video-lede .short-form-v2__heading .article-heading-v2__header-dek-wrapper{max-width:inherit;}
|
|||
|
|
.short-form-v2--video-lede .short-form-v2__heading .article-heading-v2__header-dek-wrapper h2{max-width:640px;}
|
|||
|
|
.short-form-v2--video-lede .short-form-v2__video-lede{margin-left:auto;margin-right:auto;max-width:640px;}
|
|||
|
|
@media only screen and (min-width:1000px){.short-form-v2--video-lede .short-form-v2__video-lede{max-width:inherit;margin-left:0px;margin-right:0px;}}
|
|||
|
|
.short-form-v2--video-lede .short-form-v2__bounding-box .short-form-article__right-bar .short-form-article__right-bar__inner.position--top .short-form-v2__right-bar-ad-unit-top{margin-top:21px;}</style><style id="__jsx-1152549851">@media only screen and (min-width:850px){.long-form-article__lede-image{position:relative;}.long-form-article__lede-image:before{display:block;content:"";width:100%;padding-top:56.25%;}.long-form-article__lede-image>img,.long-form-article__lede-image>iframe,.long-form-article__lede-image>object,.long-form-article__lede-image>picture,.long-form-article__lede-image picture img,.long-form-article__lede-image>embed,.long-form-article__lede-image>.media,.long-form-article__lede-image>.adapt{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;}}
|
|||
|
|
.long-form-article__lede-image img{display:block;}
|
|||
|
|
@media only screen and (min-width:1050px){.long-form-article__content{margin-top:-35px;}}
|
|||
|
|
.long-form-article__content__header{border-top:3px solid #000000;position:relative;background-color:#ffffff;}
|
|||
|
|
@media only screen and (min-width:1050px){.long-form-article__content__header{margin-left:calc(50% - 640px / 2 - 20px);max-width:none;}.long-form-article__content__header:lang(ar){margin-left:0;margin-right:calc(50% - 640px / 2 - 20px);}}
|
|||
|
|
.long-form-article__content__header--prehead{position:absolute;top:0;left:0;right:0;height:0;}
|
|||
|
|
.long-form-article__content__header--prehead--flexwrap{position:absolute;bottom:0;}
|
|||
|
|
.long-form-article__content__header--prehead--flexwrap div+div{-webkit-box-flex:2;-moz-box-flex:2;-o-box-flex:2;box-flex:2;-webkit-flex:2 0 0;-ms-flex:2 0 0;-webkit-flex:2 0 0;-ms-flex:2 0 0;flex:2 0 0;}
|
|||
|
|
.long-form-article__content__header__inner{max-width:640px;}
|
|||
|
|
@media only screen and (min-width:1050px){.long-form-article__content__header__inner{max-width:none;}}
|
|||
|
|
.long-form-article__byline__topic{text-transform:uppercase;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;white-space:nowrap;}
|
|||
|
|
.long-form-article__content__body{position:relative;}
|
|||
|
|
.long-form-article__content__body>*{margin-bottom:30px;}
|
|||
|
|
.long-form-article__content__body .article__image{margin-bottom:5px;}
|
|||
|
|
.long-form-article__content__body .article__image img{height:auto;width:100%;display:block;}
|
|||
|
|
.long-form-article__content__body .contributor{border-bottom:1px solid #ebebeb;}
|
|||
|
|
.long-form-article__content__body .article__body{margin-bottom:0;}
|
|||
|
|
@media only screen and (min-width:1050px){.long-form-article__content__body .article__body .article__image{width:1450px;}}
|
|||
|
|
.long-form-article__content__body .article__body .article__media,.long-form-article__content__body .article__body .article__media--image{width:100%;}
|
|||
|
|
@media only screen and (min-width:1050px){.long-form-article__content__body .article__body .article__media,.long-form-article__content__body .article__body .article__media--image{max-width:none;}}
|
|||
|
|
.long-form-article__content__body .article__body>span,.long-form-article__content__body .article__body>b{display:block;}
|
|||
|
|
.long-form-article__content__body>*{margin-left:auto;margin-right:auto;}
|
|||
|
|
.long-form-article__content__body .article__body,.long-form-article__content__body .article__image,.long-form-article__content__body .article__media,.long-form-article__content__body .article__unit-wrapper-full,.long-form-article__content__body .article-iac__wrapper,.long-form-article__content__body .article__body .article__unit-wrapper-full,.long-form-article__content__body .article__body .article-iac__wrapper{max-width:1080px;}
|
|||
|
|
@media only screen and (min-width:1050px){.long-form-article__content__body>.ad-width{max-width:640px;}}
|
|||
|
|
.long-form-article__content__body>*,.long-form-article__content__body .article__body>*{max-width:640px;}</style><style id="__jsx-1360259766">body{background-color:rgba(0,0,0,0.05);}
|
|||
|
|
.main-content{background-color:#fff;}
|
|||
|
|
.article-wrapper .article-page__ad-unit-top{border-top:1px solid rgba(0,0,0,0.1);max-width:1020px;margin-left:auto;margin-right:auto;}
|
|||
|
|
.article-wrapper .article-page__post-article-ad{max-width:none;margin-left:20px;margin-right:20px;}
|
|||
|
|
.article-wrapper .article-page__post-article-ad--card{margin-left:0px;margin-right:0px;}
|
|||
|
|
@media only screen and (min-width:700px){.article-wrapper .article-page__post-article-ad{margin-left:40px;margin-right:40px;}}
|
|||
|
|
.article__body>*{margin-bottom:30px;}
|
|||
|
|
.article__body{position:relative;}
|
|||
|
|
.article__body a{color:#000;-webkit-text-decoration:underline;text-decoration:underline;}
|
|||
|
|
.article__body a:hover{color:rgba(0,0,0,0.4);}
|
|||
|
|
.article__body hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0px;border-style:solid;border-color:rgba(0,0,0,0.1);border-bottom:0px;}
|
|||
|
|
.article__body ul,.article__body ol{list-style-position:outside;font-size:18px;}
|
|||
|
|
.article__body ul li,.article__body ol li{margin-left:20px;padding-left:10px;margin-bottom:10px;}
|
|||
|
|
.article__body h2{font-family:"Neue Haas Grotesk Display","Helvetica Neue World","Arial",sans-serif;font-weight:bold;font-size:20px;line-height:1.3;}
|
|||
|
|
.article__body .article__embed{display:block;float:none;width:100%;margin-left:0px;margin-bottom:30px;}
|
|||
|
|
.article__body .article__embed[data-related-article='true']{float:right;margin-left:30px;margin-bottom:30px;height:100%;width:100%;}
|
|||
|
|
@media only screen and (min-width:700px){.article__body .article__embed[data-related-article='true']{width:305px;margin-top:10px;margin-bottom:10px;}}
|
|||
|
|
.article__body .article__embed[data-related-article='true'] iframe{height:160px;}
|
|||
|
|
.article__body .article__embed iframe{width:100%;}
|
|||
|
|
.article__body .article__image{margin:auto;max-width:640px;display:block;}
|
|||
|
|
.article__body .article__image-caption{font-family:"Source Code Pro",Monaco,monospace;font-size:10px;text-transform:uppercase;padding-top:10px;}
|
|||
|
|
.article__body .article__media{display:table;width:100%;}
|
|||
|
|
.article__body .article__media .article__image{margin-bottom:5px;}
|
|||
|
|
.article__body .article__media .article__image img{display:block;width:100%;height:auto;max-width:100%;}
|
|||
|
|
.article__body .article__media .article__image-caption{display:table-caption;caption-side:bottom;}
|
|||
|
|
.article__body .article__pull-quote{font-family:"Neue Haas Grotesk Display","Helvetica Neue World","Arial",sans-serif;font-size:1.625rem;line-height:1.7;color:#000;border-left:3px solid #000;margin:0px;margin-bottom:30px;}
|
|||
|
|
.article__body .article__blockquote{font-family:"Lora","Georgia",serif;font-style:italic;font-size:18px;color:#000;border-left:1px solid #000;}
|
|||
|
|
.article__body .article__pull-quote,.article__body .article__blockquote{padding-left:20px;}
|
|||
|
|
.article__body .article__text--dropcap::before,.article__body .article__text--dropcap::first-letter{font-family:"Neue Haas Grotesk Display","Helvetica Neue World","Arial",sans-serif;font-size:3.8125rem;font-weight:600;line-height:1;float:left;margin-bottom:-1px;padding-right:10px;}
|
|||
|
|
.article-wrapper__sponsored-ad{text-align:left;}
|
|||
|
|
.article-wrapper__post-article{max-width:1020px;}</style><style id="__jsx-546799692">.iframely-loader{background:rgba(0,0,0,0.6);position:absolute;top:0;left:0;width:100%;height:100%;}
|
|||
|
|
.iframely-loader::after{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAACeCAYAAADDhbN7AAAACXBIWXMAAC4jAAAuIwF4pT92AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADPlJREFUeNrsnX9vHEcZx2fv9oJEBRi1DSBAvVSqGqGWOCB+/EGVM28g9iuo8wrivII4ryDpK7D7AlDcf/g3l4oCKlLtQqGlSPgiAqiBYpdIgYLIMpN7th6vZ3Zn17vPzOx9H2m0d2ff3e7M577P88zOj0TAPrMsyybysCTLsizPyTLW/jwxvGUlSZIpaq6+pQsK2BKBdIkgGxcggwG81kGbEGwwgNcJbErBVmV5FaABPMAG6w94ErgctlU0KcDjiNvWZbmKxADgcbnTqwTdEpoQ4HEo3E0CDgbwWIDbIJWDwgE8Fug2ARzA4wRuIg9bSBr6a4PQ3KosKo67A+igeFzQrZLKwa0CPLbkQQGHzl+Axwaduq11G24VMR4ndKqLZBfQQfHgWmH9BI+gUxkrRo7A1bLGc7uADsameASdUjp0lcB4FI/uQgA6GB94WncJoIPxgAf3GrfJ9lNlEBV4gC5+6IiNoXw8iiK56BF0Myp36fmeLIfa3w+TJNnrM3R5ka/JS03+0+b3JC2f9FjMu0xig04BNSXI9hZ1dQCCbqiBl2qPH8l6+TQ4xaPO4ZgSCaVmO7K83kflOoXSDTTgdOVTQ9Y+kXX176AUT56Ucq+TCJRtG7DVUjq9KF7+1obbTVs68a3AoZsSbNvAzAqdrRQB/Kp8z31Zl4+9Kp48iXUxv+kfKnA3sKJTY+iK4OVKqOK9+97ACziDBXDNoEu1GG9ocbf568rlfsQOHiUToY2nUwnDFQBXG7q0hqvVy4eyrh82OYfTdCCHNAvskBTuHKBzhi51gC61lPzv5+XnNcoTkoYnPyEXG4pbVSo3A1bOXSZFgIoudmjIbgcWJXwo6/7dzhVPG0EcgimVWwF0tZRuVFC71KCAqeW56fWn5Wc/y9Gdcj0AF6tAW0NfXCP3mlbEdlXx3sDw/NvyO96U7fHfTlytNorYpynYlModAqlTxXSpIZYbOCYaiQHAmWyT33blan272G15cRcBXWOla1qGDgnJC/L7nmkdPJqOuOwZuivA6VTQjQowjQqvjSzgjSyJRxG+77fqagMYdQLo6kOXViQMZQqWGlypHtPlJTG8/rZsqz+2pXjXAV10NrC42ZHlWOVmhw4uVz1fluCfObXikdrtA7roVE+B90WD6o2Eue8uLclgbYpnKur/1JjGd06reNc91d0OoGtuNHrkXxpsI4vaVSlealG2suTjggT/c40Vz6PaocukPeX7gjw846B4tn66oSWWGxriPf31X8n2e7up4l31UFcKtjVA15ryqZv4jyxx3hlD0uGqgKkhQ9aff7dM9QYlv5R8HwluW8MtsNbt77L8j0CrSiqGJV0nVfDp7/u8LC80UbwND5ksxtB1o3oKuvvkDkeGGM8W65kgrZMF/6hWjEdqt88M3lTd8AcmncZ7XycVKirZoCSLHZbEeXpsl2iP9ec/ke36e1fFW2WGTsVzyGC7V74/y8PDEuUqy3ZHwr1/Ty8/rONqX/XgYhHX8djv6Fh0nyaXe8YCqCnus8H3PHnQclfroQtFdTZeBA+sLve8PLwkzCNPbN0lQ4M7FQbXqj/On/9UtvFbVYrHvUTsNaDA7nI/kIdPSxSvTOXSErWzud5XXFwtZ9/dNrJYb7ZngW3k2NWSivIRK/r7nqXExgweDfQcc8Z2aH9vqvcnMe/fO1OhdGWKZ7qNZoPyB2WKx5lUbCOh8G67JdntyCGbreqI1suxsZzFORcTqN1ida9IL3cgH37FkFTkycHQkDgUEwthSCqKRbnbp+V3fnxM8Sjl5RphvAO1C0r1TH11LrGeiwvWy4smV8uZzb6G9g5G9d4T8/u4rgNDbcPoiyNbTF0z503gXWK61hky2eDsvYq4zpbZ6uvplS19kT/+lgk8rvgOahee/dLiXkeifARKlWstlrP5TLQBxXdjxm6UHbRzcO5WJRgPhHvHcJNyTPVyxeOCbg9JRbD2jnCfV1tX7fQ473s6eFxu9nW0b7D2G1F+98FlkGhZfJcfXxbiqB/vOaaLQ1IRrrv9WC2uLebzM0x9crpQ6a8lhuemY25Pye95itPVHmKRneDt18J9ErhN5YqjVYQB4jGnq4XahW8fOsR2pn66pKIU4TubUkbLYe+iXYO39wkym/s85p1tXrvMo9Px7IAxo4XihR/nqWmQ/xAn79e6qFjV6/rfXhowZrSI7+Kwe8I+mriN8iTBGDBltIeYoB2NzcTJkShFeFzV0KZ+z6dMrhZqFx94VQs6uf6PMe5LGS8GFoc9coRK1ABP+ALvHtozGntQAV5V1pq5QJsyJRdwtfFktg8KW8K7qFomyrteTryHS/GQWMRlAwf3WRc25y+Awd3aMtZGsAE8mAt4zt7ZMR48BnCKOobVhKluBpv4zGphccLXhpmy3AzgwUz2NUMYlrUIMFwtzApeVkMBM+1/nAAFeDAbF5lB6TIDXJljtpsBPFgd8IQFQmEBUziAOt/ukeFCJmjLOIz2xahajLtsFlrVbo9PHqcE3hhVDiN7kQDL1SkrKF6VElYpIGtWewntGY19Q8zXzCuCZ4LPBGIZjJnuy+8yuMIltGc09k0CL3MEz+W1E//DpXjLaM9o7GVH8FyBNP3tLwo8liFLaplbzKuNws4ReI9PCV6ZCn6kwOMasrQsMC4v9Iz2S9ROOSCPa4D32AKd6T1/GDDCgAQjfHtFHF+I+4ywL85tW9LMZW+0v6Zq9hftYd+1TdCuwdslgsOmeFkDxSv+r+rL+yC/ETxluKgx46oFsObi4LL0rG1/DNe9bd/PwZsxXhgszPhOdXl9R5zcSsB18xXXbUUfSS/7zxy8u0zXdxlNHKyptilu+2laULts0xWXDZXVdlafDRLgSjBW1S8LqwoEaavCPMqkrG9uoMV3+utl8d4vRP5G6l87ZLxAWFhudlxoF9Mkn6IK6uvh2QYLmAYSvCXE8VGmU6brvIqmDlLtbJY4gGhzyyeKFLmfFcHjivOWabM+WDjmuoddXQiLIP48/yAfigfVC8vNqp6GpkJgg9AG4pvFADI/CbUz95jpms9h64EgwLsj2u/mso3D+7Fs87tFxeNWvXU0exBqN+ngo01r5X2SQ2cC7w1Od0udljB/dp3hO3IAj7F1DDxJ5A5jt4qCbgNt3zu1s9kbRRqLJ7TF6AYPKdZDh3I/YjtrO8s2/rJV8cg4t31SqncTGPRe7bZN/td0YpzZrbIV7GHLCh53+14sjj63LVPGvafsFhINNug2maHbc57yoCCQ5SDjNbjc7qFbzvhtvfYvw8NJYgBBd9ApMdlnbs8D2/kM6gSEcLlR203Bv2LEdtNfyZYH1dsFI62r3Ubmx8ZNT3js6YS3gEt7XSdRtqHqaPR04uvAppVk4iAqtQvgF4Nk4/TJxEGoapc4XoSKu3wM3lS30law9EV96OThjvC3Zk3lkDfXfS6uebqAJxWIEctRQbfd6jhLeUG3PbrcA7q/CKt2r7ue22mp7Ysae4wZkHCEnUh02z6e7mYUbROYGRNA39Dd6foi9wOA7zbucHjvHG63+8RR0kOw/UVOOiieux1IW2xyXfRmFo5tLiB0k0A8T0Zj+1gvfjcg+HYXQf1I5W5mYdmEuxJCyHIXRv3UXZyAVC63DV+VsZ6FZ/t96nYht3onwHq+7btitrIwLWoAAwYuD22WQqik3Sxc26cuhyUA19rdiVPH00lLlaX6cNRAgpAbVw04UBPWXwtt0EF2tD6dWrUp9CRpjSb++wcv/6WK+c3pGEyBp+YP7/haOIgUWMF2WcSzWOUtWV+tDBhJWq5MFVPFNnpYgTcV8/UBp12BSKCpH+clOsbW/aNGnVxp68OSDio4RviKLnmPyj06zlyBJLeplwt0jLmfsVXoOgEvz3RFv5chy+EUGmB9tdah6wy8BYFvEUytAnCxi
|
|||
|
|
@-moz-keyframes iframely-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}
|
|||
|
|
@-webkit-keyframes iframely-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}
|
|||
|
|
@-o-keyframes iframely-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}
|
|||
|
|
@-webkit-keyframes iframely-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}
|
|||
|
|
@keyframes iframely-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}</style>
|
|||
|
|
</head>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<body class="ssr" data-template="article">
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- Google Tag Manager (noscript) -->
|
|||
|
|
|
|||
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MSM4HQ4"
|
|||
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||
|
|
|
|||
|
|
<!-- End Google Tag Manager (noscript) -->
|
|||
|
|
|
|||
|
|
<script>
|
|||
|
|
window.__APP_STATE = {"currentSite":{"id":"57a204058cb727dec794c567","name":"vice","url":"www.vice.com","enabled":true,"badge":{"id":"5b4dd4e07e5b5b000a78440e","article_id":null,"video_id":null,"linkout_id":null,"contributor_id":null,"topic_id":null,"page_id":null,"show_id":null,"channel_id":null,"site_id":"57a204058cb727dec794c567","collection_id":null,"feature_id":null,"homepage_carousel_item_id":null,"base_id":null,"cover_json":null,"thumbnail_url":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg","thumbnail_url_16_9":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg?crop=1xw%3A1xh%3Bcenter%2Ccenter","thumbnail_url_1_1":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg?crop=0.5625xw%3A1xh%3B0.1715xw%2C0xh","thumbnail_url_2_3":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg?crop=0.375xw%3A1xh%3Bcenter%2Ccenter","thumbnail_url_10_4":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg?crop=1xw%3A0.7111111111111111xh%3Bcenter%2Ccenter","thumbnail_url_10_3":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg?crop=1xw%3A0.5333333333333333xh%3Bcenter%2Ccenter","thumbnail_url_7_10":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg?crop=0.39375xw%3A1xh%3Bcenter%2Ccenter","thumbnail_url_952_498":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg?crop=1xw%3A0.9299719887955182xh%3Bcenter%2Ccenter","url":"https:\u002F\u002Fvideo-images.vice.com\u002Fsites\u002F57a204058cb727dec794c567\u002Fbadge\u002F1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg","image_type":"badge","default":true,"host":"https:\u002F\u002Fvideo-images.vice.com","filename":"1531827423681-EPICLY_Youtube_header_SEPT_V1.jpeg","filesize":0,"path":"sites\u002F57a204058cb727dec794c567\u002Fbadge\u002F","width":2560,"height":1440,"hash":null,"alt_text":null,"crop_16_9":"1xw:1xh;center,center","crop_10_4":"1xw:0.7111111111111111xh;center,center","crop_10_3":"1xw:0.5333333333333333xh;center,center","crop_1_1":"0.5625xw:1xh;0.1715xw,0xh","crop_1940_1080":"1xw:0.9896907216494845xh;center,center","crop_1844_530":"1xw:0.5109664979513135xh;center,center","crop_2_3":"0.375xw:1xh;center,center","crop_7_10":"0.39375xw:1xh;center,center","crop_952_498":"1xw:0.9299719887955182xh;center,center","credit":null,"caption":null,"vms_lede":null,"locale_scope":68719476736,"created_at":1531827424171,"updated_at":1531827431890},"favicon":{"id":"59249cac3d9c5859fb709b97","channel_id":null,"site_id":"57a204058cb727dec794c567","favicon_ico":null,"favicon_16":null,"favicon_32":null,"favicon_96":null,"favicon_128":null,"favicon_196":null,"apple_touch_57":null,"apple_touch_60":null,"apple_touch_72":null,"apple_touch_76":null,"apple_touch_114":null,"apple_touch_120":null,"apple_touch_144":null,"apple_touch_152":null,"ms_icon_70":null,"ms_icon_144":null,"ms_icon_150":null,"ms_icon_310_150":null,"ms_icon_310":null,"created_at":1495571628866,"updated_at":1495571628866},"display_name":"VICE","legacy_id":3,"socials":{"id":"584b12d04975cc6456a84699","site_id":"57a204058cb727dec794c567","locale_id":"57a204068cb727dec794c57b","channel_id":null,"show_id":null,"section_id":null,"reddit_url":"https:\u002F\u002Fwww.reddit.com\u002Fuser\u002Fvice","tumblr_url":"","twitch_url":"","twitter_url":"https:\u002F\u002Ftwitter.com\u002Fviceuk","youtube_url":"https:\u002F\u002Fwww.youtube.com\u002Fuser\u002Fvice","facebook_url":"https:\u002F\u002Fwww.fa
|
|||
|
|
window.__PREFETCH_DATA = window.__APP_STATE.pageData;
|
|||
|
|
window.__APOLLO_STATE = {"Article:5d5c34e5562a3700098e013d":{"id":"5d5c34e5562a3700098e013d","body":"\u003Cp\u003E\u003Ci\u003EThis article originally appeared on VICE US.\u003C\u002Fi\u003E\u003C\u002Fp\u003E\u003Cp\u003EIn the middle of the day on Monday, the sky above São Paulo, Brazil went dark. \u003C\u002Fp\u003E \u003Cp\u003EThe city, along with parts of the Brazilian states of Mato Grosso and Paraná, was blanketed by smoke from wildfires raging in the Amazon, according to \u003Ca href=\"https:\u002F\u002Fg1.globo.com\u002Fsp\u002Fsao-paulo\u002Fnoticia\u002F2019\u002F08\u002F19\u002Fdia-vira-noite-em-sao-paulo-com-chegada-de-frente-fria-nesta-segunda.ghtml\" target=\"_blank\"\u003Elocal news reports\u003C\u002Fa\u003E. \u003C\u002Fp\u003E \u003Cdiv class=\"article__embed article__embed--vice\" data-related-article=\"true\"\u003E\u003Ciframe src=\"https:\u002F\u002Fwww.vice.com\u002Fen_us\u002Fembed\u002Farticle\u002F43ejw3\u002Fjair-bolsonaros-brazil-is-a-disaster-for-the-amazon-and-global-climate-change?utm_source=stylizedembed_vice.com&utm_campaign=d3avvm&site=vice\" frameborder=\"0\" style=\"border:0px none;margin:0px;\" allowfullscreen=\"\"\u003E\u003C\u002Fiframe\u003E\u003C\u002Fdiv\u003E\u003Cp\u003EEarlier this month, Amazonas (the largest state in Brazil) declared a \u003Ca href=\"https:\u002F\u002Fwww.euronews.com\u002F2019\u002F08\u002F11\u002Fbrazil-state-of-amazonas-declares-state-of-emergency-over-rising-number-of-forest-fires\" target=\"_blank\"\u003Estate of emergency\u003C\u002Fa\u003E over the rising number of forest fires, reported Euro News. Fire season in the Amazon is just beginning—it runs from August through October, with its peak coming in mid-September, and the smoke is already so bad that it can be seen from space\u003C\u002Fp\u003E \u003Cp\u003ELast week, NASA released \u003Ca href=\"https:\u002F\u002Fearthobservatory.nasa.gov\u002Fimages\u002F145464\u002Ffires-in-brazil\" target=\"_blank\"\u003Esatellite images\u003C\u002Fa\u003E showing the patchwork of fires and smoke in Brazil. Citing the \u003Ca href=\"https:\u002F\u002Fwww.globalfiredata.org\u002Fupdates.html#\" target=\"_blank\"\u003EGlobal Fire Emissions Database\u003C\u002Fa\u003E, NASA noted that though current fire levels are slightly below average compared to the last 15 years, they are higher in some states, such as Amazonas and Rondônia. \u003C\u002Fp\u003E \u003Cdiv class=\"ad-unit__container__container\"\u003E\u003Cdiv class=\"article-iac__wrapper\"\u003E\u003C\u002Fdiv\u003E\u003C\u002Fdiv\u003E\u003Cp\u003E“The state of Amazonas, in particular, has seen well above average daily fire activity through August so far,” said Mark Parrington, a \u003Ca href=\"https:\u002F\u002Fwww.ecmwf.int\u002Fen\u002Fabout\u002Fwho-we-are\u002Fstaff-profiles\u002Fmark-parrington\" target=\"_blank\"\u003Esenior scientist working on wildfire emissions\u003C\u002Fa\u003E at the European Center for Medium-Range Weather Forecasts. \u003C\u002Fp\u003E \u003Cp\u003EAccording to Parrington, fires in the Amazon release an average of 500-600 metric tons of carbon dioxide over the course of a typical year. In 2019 so far, they’ve already released 200 metric tons of the greenhouse gas. According to the Global Fire Emissions Database, 8,668 fires have been detected in Amazonas as of Monday. That exceeds the past few years, and falls just short of the 2016 high of 8,836. \u003C\u002Fp\u003E \u003Cp\u003E\u003Ca href=\"https:\u002F\u002Fmobile.twitter.com\u002Fnoaasatellites\u002Fstatus\u002F1161360217671532544\" target=\"_blank\"\u003ESatellite\u003C\u002Fa\u003E imagery has \u003Ca href=\"https:\u002F\u002Fwww.windy.com\u002Fpt\u002F-Concentra%C3%A7%C3%A3o-de-CO-cosc?cosc,-18.958,-53.921,5\" target=\"_blank\"\u003Etracked the movement of the smoke,\u003C\u002Fa\u003E which completely \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fjnascim\u002Fstatus\u002F1163527563383382017\" target=\"_blank\"\u003Efilled\u003C\u002Fa\u003E the \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002FToberal_Fox\u002Fstatus\u002F116355805152324403
|
|||
|
|
</script>
|
|||
|
|
<script>
|
|||
|
|
window.__LOCALES = [{"id":"57a204068cb727dec794c573","label":"United States","abbreviation":"US","url_fragment":"en_us","language":"en","country":"USA","geo_code":"US","bitwise":1,"legacy_id":1,"site_scope":524287,"created_at":null,"updated_at":1493374042991},{"id":"57a204068cb727dec794c574","label":"Québec","abbreviation":"FRCA","url_fragment":"fr_ca","language":"fr","country":"CAN","geo_code":"CA","bitwise":4,"legacy_id":3,"site_scope":3,"created_at":null,"updated_at":1489158704368},{"id":"57a204068cb727dec794c575","label":"Canada","abbreviation":"CA","url_fragment":"en_ca","language":"en","country":"CAN","geo_code":"CA","bitwise":2,"legacy_id":2,"site_scope":65723,"created_at":null,"updated_at":1495718399025},{"id":"57a204068cb727dec794c577","label":"Germany","abbreviation":"DE","url_fragment":"de","language":"de","country":"DE","geo_code":"DE","bitwise":16,"legacy_id":5,"site_scope":4083,"created_at":null,"updated_at":1501762766570},{"id":"57a204068cb727dec794c579","label":"Sweden","abbreviation":"SE","url_fragment":"sv","language":"sv","country":"SE","geo_code":"SE","bitwise":128,"legacy_id":8,"site_scope":19,"created_at":null,"updated_at":null},{"id":"57a204068cb727dec794c57a","label":"Australia","abbreviation":"AU","url_fragment":"en_au","language":"en","country":"AU","geo_code":"AU","bitwise":32,"legacy_id":6,"site_scope":2291,"created_at":null,"updated_at":1501762790100},{"id":"57a204068cb727dec794c57b","label":"United Kingdom","abbreviation":"UK","url_fragment":"en_uk","language":"en","country":"UK","geo_code":"GB","bitwise":256,"legacy_id":9,"site_scope":134387,"created_at":null,"updated_at":1501762857582},{"id":"57a204068cb727dec794c57c","label":"Spain","abbreviation":"ES","url_fragment":"es","language":"es","country":"ES","geo_code":"ES","bitwise":512,"legacy_id":10,"site_scope":4051,"created_at":null,"updated_at":1501762940705},{"id":"57a204068cb727dec794c57d","label":"Chile","abbreviation":"CL","url_fragment":"es_cl","language":"es","country":"CL","geo_code":"CL","bitwise":4096,"legacy_id":13,"site_scope":1,"created_at":null,"updated_at":null},{"id":"57a204068cb727dec794c57e","label":"Argentina","abbreviation":"AR","url_fragment":"es_ar","language":"es","country":"AR","geo_code":"AR","bitwise":1024,"legacy_id":11,"site_scope":17,"created_at":null,"updated_at":null},{"id":"57a204068cb727dec794c57f","label":"Mexico","abbreviation":"MX","url_fragment":"es_mx","language":"es","country":"MX","geo_code":"MX","bitwise":8192,"legacy_id":14,"site_scope":2275,"created_at":null,"updated_at":1540238287003},{"id":"57a204068cb727dec794c580","label":"Colombia","abbreviation":"CO","url_fragment":"es_co","language":"es","country":"CO","geo_code":"CO","bitwise":2048,"legacy_id":12,"site_scope":51,"created_at":null,"updated_at":1490214941216},{"id":"57a204068cb727dec794c581","label":"France","abbreviation":"FR","url_fragment":"fr","language":"fr","country":"FR","geo_code":"FR","bitwise":16384,"legacy_id":15,"site_scope":3539,"created_at":null,"updated_at":1501762999238},{"id":"57a204068cb727dec794c582","label":"Poland","abbreviation":"PL","url_fragment":"pl","language":"pl","country":"PL","geo_code":"PL","bitwise":65536,"legacy_id":17,"site_scope":83,"created_at":null,"updated_at":1501763013034},{"id":"57a204068cb727dec794c583","label":"Netherlands","abbreviation":"NL","url_fragment":"nl","language":"nl","country":"NL","geo_code":"NL","bitwise":262144,"legacy_id":19,"site_scope":12275,"created_at":null,"updated_at":1510860245164},{"id":"57a204068cb727dec794c584","label":"Italy","abbreviation":"IT","url_fragment":"it","language":"it","country":"IT","geo_code":"IT","bitwise":32768,"legacy_id":16,"site_scope":3411,"created_at":null,"updated_at":1501763075707},{"id":"57a204068cb727dec794c585","label":"Japan","abbreviation":"JP","url_fragment":"jp","language":"ja","country":"JP","geo_code":"JP","bitwise":524288,"legacy_id":20,"site_scope":2131,"created_at":null,"updated_at":1501763098561},{"id":"57a204068cb727dec794c586","label":"Brasil","abbreviation":"BR","url_fragment":"pt_br","language":"pt","country":"BR","geo_code":"B
|
|||
|
|
window.__SITE_NAME = "vice";
|
|||
|
|
window.__ASSET_HOST_NAME = "https:\u002F\u002Fvice-web-statics-cdn.vice.com";
|
|||
|
|
window.__ENV = "production";
|
|||
|
|
window.__CURRENT_LOCALE = window.__APP_STATE.locale || {"id":"57a204068cb727dec794c57b","label":"United Kingdom","abbreviation":"UK","url_fragment":"en_uk","language":"en","country":"UK","geo_code":"GB","bitwise":256,"legacy_id":9,"site_scope":134387,"created_at":null,"updated_at":1501762857582} || {};
|
|||
|
|
window.__CURRENT_SITE = window.__APP_STATE.currentSite || {};
|
|||
|
|
window.__NAV_LINKS = window.__APP_STATE.siteSettings ? window.__APP_STATE.siteSettings.navLinks : [];
|
|||
|
|
window.__VICE_DEVICE_TYPE = "desktop";
|
|||
|
|
window.__TRANSLATIONS = {"vice":{"en_uk":{"about":"About","about_url":"https:\u002F\u002Fwww.vice.com\u002Fabout","advertisement":"Advertisement","agegate.lemmein":"Submit","agegate.message":"The stuff you're about to look at is considered \"naughty\" by busybodies, legal types and (probably) your mom, so we'd like to make sure you're of legal age before we let you see it.","agegate.message.new":"Please confirm you are {age} years old to proceed.","agegate.message.new (bad)":"Please confirm your age to proceed.","agegate.no":"No","agegate.title":"Are you over {age}?","agegate.yes":"Yes","all_shows":"All Shows","all_shows_title":"All Shows","all_videos_title":"All Videos","and":"and","article.archiveContentDisclaimer":"This story is over 5 years old","article.migration.callout":"This story was first published by {vertical}","articles.header-image":"articles.header-image","articles.image-credit":"Image Credit","articles.related-articles":"Related Articles","articles.related-video":"Watch this next","articles.share":"SHARE","articles.tweet":"TWEET","articles.up-next":"Up Next","arts_culture":"Arts & Culture","as-told-to":"as told to","body_text_title":"Details","by":"by","came_from":"You just came from ","clips":"Clips","clips_title":"Clips","connect_title":"Connect","contact":"Contact","contact_url":"https:\u002F\u002Fwww.vice.com\u002Fabout","contributor.latest-from":"Latest from {source}","contributors":"Contributors","contributors_title":"Roles","copyright":"© 2017 VICE Media LLC","description":"Description","details":"More Info","documentary":"Documentary","everything-else":"Everything Else","fashion":"Fashion","featured-shows":"Featured Shows","featured_cards_cta":"Watch Playlist","featured_cards_more":"{0} :count Videos in Playlist|{1} :count Video in Playlist|[2,Inf] :count Videos in Playlist","featured_shows":"Recommended","featured_shows_all_shows":"See All Shows","featured_shows_title":"Recommended","featured_shows_video_count":"{0} :count Episodes|{1} :count Episode|[2,Inf] :count Episodes","featured_video":"Featured Video","food":"Food","footer.legal":"Legal","footer.terms":"Terms of Use","footer.watch-more-from":"Watch more from {Site}","full_episodes_title":"Full Episodes","general.read_more_button":"Keep reading","general.social_CTA\t":"Put this in your feed","goofy_text":"We’re probably here somewhere","grid-pagination.newer":"Newer","grid-pagination.older":"Older","homepage.features":"Features","homepage.latest":"Latest","homepage.lede_latest_title":"The latest","homepage.sections_title":"Sections","homepage.videos":"Videos","host_page_grid_title":"Shows featuring :host","host_slider_title":"More from :host","illustrated-by":"illustrated by","latest_from":"Latest from","latest_videos":"Latest","latest_video_title":"Latest on VICE Video","lede.from":"from","legaldisclaimer.close":"Close","less_details":"Less Info","load_more":"Load More","localedropdown.label":"Edition","metadata.contributor-description":"Articles and videos by {full_name} on {Site}","metadata.search-title":"Search Results - {Site}","metadata.title":"{title} - {Site}","metadata.topic-description":"Everything with the topic '{name}' on {Site}","migration.callout.broadly":"This article was originally published on Broadly, a former VICE website focused on gender and identity. You can now find all of this coverage on vice.com.","migration.callout.free":"This story was first published by FREE, VICE's money site. You can now find the same great money content right here at vice.com.","migration.callout.tonic":"This story was first published by Tonic, VICE's health site. You can now find the same great health content right here at vice.com.","migration.callout.waypoint":"This story was first published by Waypoint, VICE's gaming site. You can now find the same great gaming content right here at vice.com.","migration.feature":"Feature","migration.follow_us":"Follow us","migration.for":"For","migration.from":"From","migration.in":"In","migration.more":"More","migration.more_from_latest":"More from the latest","migration.more_news":"More News",
|
|||
|
|
window.__SCRIPT_CONFIG = {"kruxId":"JLmLD3_1","chartbeatPath":"vice.com","homepageSharethroughKey":"etgfqtVnCpqmBHGGw7mHxDge","homepageV2SharethroughKey":"RP6NfLLYNMHUdA1qkJukSa1v","homepageV2SharethroughKeyDev":"iVxayW48gt6LDbMAHSdrpYSi","articleRecommendationKey":"eXao5bnRbErQYMYuuhsHCFN7","relatedVideoKey":"ZciJB2neniQaQVqR7Wmzkf46","inContentKey":"CTpbaWmMbm3X5nfWpyweATAe","indexExchange":"184607-71856712075258","programmatic":true};
|
|||
|
|
window.__SSR_ENABLED = true;
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<div id="root" class="vice nt-amp preload"><div id="V1C3" class="wrap nav2-wrapper vice-page__width"><div><div class="navbar-container vice-page__width navbar-container--exited navbar-container-open--exited"><header class="networkbar col-12-xs p-l-5--md p-r-5--md dsp-flex--md grd-just-space-between-xs ff--accent size--6"><ul class="dsp-flex--xs p-t-1--xs p-b-2--xs p-b-0--md p-l-2--xs m-0--xs"><a class="skip-link dsp-inline-block--xs lh--tight" href="#main-content">SKIP TO MAIN CONTENT</a><li class="m-0--xs dsp-inline-block--xs m-r-2--xs"><a class="dsp-block--xs lh--tight active" href="//vice.com/en_uk" target="_blank">VICE</a></li><li class="m-0--xs dsp-inline-block--xs m-r-2--xs"><a class="dsp-block--xs lh--tight" href="//news.vice.com/en_us" target="_blank">VICE News</a></li><li class="m-0--xs dsp-inline-block--xs m-r-2--xs"><a class="dsp-block--xs lh--tight" href="//viceland.com/en_uk" target="_blank">VICELAND</a></li><li class="m-0--xs dsp-inline-block--xs m-r-2--xs"><a class="dsp-block--xs lh--tight" href="//i-d.vice.com/en_uk" target="_blank">I-D</a></li></ul><div class="locale-selector dsp-none--xs dsp-block--md p-t-1--xs p-r-2--xs"><button class="locale-selector__current nav-link-button ff--accent p-0--xs"><span class="locale-label dsp-inline-block--xs">United Kingdom</span><span class="locale-language dsp-inline-block--xs m-l-1--xs">en</span></button></div><div class="navbar__overlay"></div></header><header class="titlebar ff--hed fw--bold dsp-flex--xs grd-just-space-between-xs grd-algn-center-xs p-l-3--xs p-l-6--md p-r-3--xs p-r-4--md"><div class="titlebar__bars dsp-block--xs dsp-none--md"><button class="dsp-block--xs dsp-none--md nav-link-button icon p-0--xs"><svg class="hamburger-icon nav-trigger" width="16" height="14" viewBox="0 0 20 14" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h20v2H0V0zm0 6h20v2H0V6zm0 6h20v2H0v-2z" fill="#000000" fill-rule="evenodd"></path></svg></button></div><div class="titlebar__logo dsp-flex--xs grd-algn-center-xs"><a class="titlebar__logo__icon dsp-block--xs" href="/en_uk" target="_self"><div><svg viewBox="0 0 89 28"><path d="M88.986 4.14c.097.381-.33.747-.552 1.027-1.863 2.333-3.929 5.093-6.411 6.865.179.928.084 2.16-.24 2.84.65.828 1.34 1.612 1.742 2.684-.529 2.8-1.757 4.972-3.72 6.392-1.916 1.384-4.505 1.93-7.442 2.604-5.679 1.305-15.023 2.592-19.236-.79-4.562 2.668-13.781 3.02-18.048-.158-3.033 3.827-14.998 3.491-13.218-4.103-2.219 1.675-5.5 3.984-8.63 5.288-3.63 1.51-10.504 1.34-9.817-3.788.083-.611.342-.956.634-1.5-1.062-1.847-1.733-3.129-2.375-4.735C1.058 15.226.12 13.473.01 11.322-.22 6.746 3.358 3.845 6.9 2.482 8.707 1.787 10.175.78 11.965.275c2.675-.76 4.968.707 5.145 3.156 3.11-.92 6.897-1.935 11.004-1.341 3.27-2.535 9.656-.969 13.853.235.949.273 2.226.978 2.929.948.595-.024 1.67-.829 2.294-1.105C50.135.866 53.985-.52 58.194.195c.797.134 1.526.555 2.374.63.576.053 1.28-.127 1.9-.156C72.305.19 80.495 2.822 88.987 4.14zM61.44 3.826c-1.005.12-1.718 1.216-2.375 1.578.048-.005.093-.013.078-.08.12-.538.35-.967.396-1.577-5.268-1.85-10.395.854-14.168 2.919-3.018 1.65-5.71 3.59-7.6 5.523.683-1.16 1.408-2.308 2.217-3.392.82-1.101 1.733-2.097 2.455-3.077-1.578-.412-3.16-.847-4.752-1.185-2.262-.48-5.408-1.275-7.282-.236-.542.3-.986 1.039-1.504 1.105-.429.055-1.135-.257-1.663-.315-1.934-.215-3.714-.036-5.462.315-1.637.327-5.098.907-5.542 2.445-.284.988.35 1.945.238 2.922-.108.96-1.034 2.232-1.504 2.998-.575.94-1.16 1.772-2.138 2.209-.592-2.94.052-5.555.555-8.048.31-1.537.935-3.11.397-4.657-1.51-.209-2.781.982-4.276 1.577-2.808 1.12-5.935 2.141-6.332 5.367-.224 1.817.461 2.972.95 4.262a31.132 31.132 0 0 0 3.88 7.26c-.42.768-1.407.968-1.506 2.05.447.63 1.377.714 2.296.711 2.656-.006 4.834-1.338 6.807-2.446 4.296-2.41 7.182-6.119 10.213-9.627.532-.617.97-1.36 1.663-1.736.68 3.117-.643 4.784-1.585 7.338-.363.984-1.508 4.064-.95 5.523.612 1.605 5.823 1.675 7.204.634.696-.525.973-1.71 1.347-2.447.477-.948.89-1.766 1.266-2.604.021 3.457 2.597 4.472 5.382 5.208 5.92 1.56 11.89-1.227 15.12-3.155-.404 2.561.594 2.818 2.613 3.235 5.22 1.074 10.477-.165 14.723-1.185 3.893-.934 7.023-1.5
|
|||
|
|
.ad-unit {
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.ad-unit__disclaimer {
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
color: #aaaaaa;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sticky-ad-unit {
|
|||
|
|
position: fixed;
|
|||
|
|
background-color: #f1f1f1;
|
|||
|
|
z-index: 1;
|
|||
|
|
top: 60px;
|
|||
|
|
-webkit-transition: all 0.2s ease-in-out 0ms;
|
|||
|
|
-moz-transition: all 0.2s ease-in-out 0ms;
|
|||
|
|
-o-transition: all 0.2s ease-in-out 0ms;
|
|||
|
|
-ms-transition: all 0.2s ease-in-out 0ms;
|
|||
|
|
-webkit-transition: all 0.2s ease-in-out 0ms;
|
|||
|
|
transition: all 0.2s ease-in-out 0ms;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sticky-ad-unit.fill-header {
|
|||
|
|
-webkit-transition-delay: 250ms;
|
|||
|
|
-moz-transition-delay: 250ms;
|
|||
|
|
-o-transition-delay: 250ms;
|
|||
|
|
-ms-transition-delay: 250ms;
|
|||
|
|
-webkit-transition-delay: 250ms;
|
|||
|
|
transition-delay: 250ms;
|
|||
|
|
-webkit-transform: translateY(calc(60px * -1));
|
|||
|
|
-moz-transform: translateY(calc(60px * -1));
|
|||
|
|
-o-transform: translateY(calc(60px * -1));
|
|||
|
|
-ms-transform: translateY(calc(60px * -1));
|
|||
|
|
-webkit-transform: translateY(calc(60px * -1));
|
|||
|
|
-ms-transform: translateY(calc(60px * -1));
|
|||
|
|
transform: translateY(calc(60px * -1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sticky-ad-unit__placeholder {
|
|||
|
|
height: 92px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sticky-ad-unit.stick-top {
|
|||
|
|
-webkit-transform: translateY(calc(92px + 60px * -1));
|
|||
|
|
-moz-transform: translateY(calc(92px + 60px * -1));
|
|||
|
|
-o-transform: translateY(calc(92px + 60px * -1));
|
|||
|
|
-ms-transform: translateY(calc(92px + 60px * -1));
|
|||
|
|
-webkit-transform: translateY(calc(92px + 60px * -1));
|
|||
|
|
-ms-transform: translateY(calc(92px + 60px * -1));
|
|||
|
|
transform: translateY(calc(92px + 60px * -1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.sticky-ad-unit.stick-top--absolutely {
|
|||
|
|
position: absolute;
|
|||
|
|
top: 60px;
|
|||
|
|
-webkit-transform: translateY(0px);
|
|||
|
|
-moz-transform: translateY(0px);
|
|||
|
|
-o-transform: translateY(0px);
|
|||
|
|
-ms-transform: translateY(0px);
|
|||
|
|
-webkit-transform: translateY(0px);
|
|||
|
|
-ms-transform: translateY(0px);
|
|||
|
|
transform: translateY(0px);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media only screen and (min-width: 1600px) {
|
|||
|
|
.ad-width {
|
|||
|
|
max-width: 1600px;
|
|||
|
|
-webkit-box-sizing: content-box;
|
|||
|
|
-moz-box-sizing: content-box;
|
|||
|
|
box-sizing: content-box;
|
|||
|
|
margin-left: auto;
|
|||
|
|
margin-right: auto;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.ad-width > * {
|
|||
|
|
-webkit-box-sizing: border-box;
|
|||
|
|
-moz-box-sizing: border-box;
|
|||
|
|
box-sizing: border-box;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celtra-height-half {
|
|||
|
|
height: 50vh;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.homepage-container .celtra-height-half {
|
|||
|
|
height: 80vw;
|
|||
|
|
width: 100vw;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celtra-height-half,
|
|||
|
|
.homepage-container .celtra-height-half {
|
|||
|
|
min-height: 260px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media only screen and (min-width: 650px) {
|
|||
|
|
.celtra-height-half,
|
|||
|
|
.homepage-container .celtra-height-half {
|
|||
|
|
height: calc((100vw - 80px) * 0.562);
|
|||
|
|
width: auto;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media only screen and (min-width: 850px) {
|
|||
|
|
.celtra-height-half,
|
|||
|
|
.homepage-container .celtra-height-half {
|
|||
|
|
height: calc(50vh - 60px);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celtra-height-full,
|
|||
|
|
.homepage-container .celtra-height-full {
|
|||
|
|
height: calc(100vh - 60px - 40px);
|
|||
|
|
width: auto;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media only screen and (min-width: 650px) {
|
|||
|
|
.celtra-height-full,
|
|||
|
|
.homepage-container .celtra-height-full {
|
|||
|
|
height: calc(100vh - 60px - 80px);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media only screen and (min-width: 850px) {
|
|||
|
|
.celtra-height-full,
|
|||
|
|
.homepage-container .celtra-height-full {
|
|||
|
|
height: calc((100vw - 160px) * 0.562);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media only screen and (min-width: 1600px) {
|
|||
|
|
.celtra-height-full,
|
|||
|
|
.homepage-container .celtra-height-full {
|
|||
|
|
height: calc(1600px * 0.5);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
body .celtra-height-sticky {
|
|||
|
|
height: 30vh;
|
|||
|
|
width: 100vw;
|
|||
|
|
-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
|
|||
|
|
box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
@media only screen and (min-width: 850px) {
|
|||
|
|
.short-form-article__body__content .article__body .celtra-ad-v3 {
|
|||
|
|
width: 640px;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.long-form-article__content .article__body .celtra-ad-v3 {
|
|||
|
|
margin-left: auto;
|
|||
|
|
margin-right: auto;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celtra-fixed-aspect {
|
|||
|
|
width: auto;
|
|||
|
|
max-width: 100%;
|
|||
|
|
max-height: calc(100vh - 60px);
|
|||
|
|
max-width: calc((100vh - 60px) * 1.5625);
|
|||
|
|
margin: 0 auto;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celtra-fixed-aspect:before {
|
|||
|
|
content: '';
|
|||
|
|
display: block;
|
|||
|
|
padding-top: 56.25%;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.celtra-fixed-aspect > iframe {
|
|||
|
|
position: absolute;
|
|||
|
|
top: 0;
|
|||
|
|
left: 0;
|
|||
|
|
}
|
|||
|
|
</style></div></main><div id="modal-root"></div></div></div>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<script type="text/javascript" src="https://vice-sundry-assets-cdn.vice.com/sites/web-assets/js/intl-messageformat-with-locales.min.js"></script>
|
|||
|
|
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
var MTIProjectId='7eb418f6-501b-4faa-9669-1f33e54e4532';
|
|||
|
|
(function() {
|
|||
|
|
var mtiTracking = document.createElement('script');
|
|||
|
|
mtiTracking.type='text/javascript';
|
|||
|
|
mtiTracking.async='true';
|
|||
|
|
mtiTracking.src='https://vice-web-statics-cdn.vice.com/fonts/mtiFontTrackingCode.js';
|
|||
|
|
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild( mtiTracking );
|
|||
|
|
})();
|
|||
|
|
</script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<!-- END VENDOR LIBRARIES -->
|
|||
|
|
|
|||
|
|
<script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">[0,2,9,226]</script>
|
|||
|
|
<script data-chunk="common" src="/static/vendor.e347fce45874e74e291b.js"></script>
|
|||
|
|
<script data-chunk="common" src="/static/common.08606d22aac296db79e1.js"></script>
|
|||
|
|
<script data-chunk="assets" src="/static/assets.6e72b1d0072f82f9af03.js"></script>
|
|||
|
|
<script data-chunk="vice" src="/static/vice.20675a60703443cb19af.js"></script>
|
|||
|
|
<script data-chunk="article-page" src="/static/agegate~article-page~campaign-item-page~campaign-page~channel-page~contributor-page~home-page~latest~40aac028.ae902cd456f878642efd.js"></script>
|
|||
|
|
<script data-chunk="article-page" src="/static/article-page~campaign-item-page~campaign-page~contributor-page~home-page~latest-page~proofs~read-pag~f9a37acf.1f1cecf1e3bdcf1624af.js"></script>
|
|||
|
|
<script data-chunk="article-page" src="/static/article-page~campaign-item-page.c6345472c0b1cda59c16.js"></script>
|
|||
|
|
<script data-chunk="article-page" src="/static/article-page.605b280268e384d0222a.js"></script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<script type="text/javascript" src="/static/vice-grid-xs-m.cd9f2816492a02063335.js"></script>
|
|||
|
|
<script type="text/javascript" src="/static/vice-grid-l-hd.5aaae7ac4a91087b9fb9.js"></script>
|
|||
|
|
|
|||
|
|
<script type="text/javascript" src="/static/vice-spacing-xs-m.25e3706e6c68d53281d0.js"></script>
|
|||
|
|
<script type="text/javascript" src="/static/vice-spacing-l-hd.e213e34033355949797e.js"></script>
|
|||
|
|
<script type="text/javascript" src="/static/vice-helpers-xs-m.eeac097837a7a1b9ca7a.js"></script>
|
|||
|
|
<script type="text/javascript" src="/static/vice-helpers-l-hd.2997fadc339cc916209b.js"></script>
|
|||
|
|
|
|||
|
|
|
|||
|
|
<style>@media only screen and (min-width:850px){.grd-row{margin-left:-10px;margin-right:-10px}.grd-col{padding:0 10px}.grd-just-flex-start-l{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.grd-just-flex-end-l{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.grd-just-center-l{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.grd-just-space-between-l{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.grd-just-space-around-l{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.grd-just-space-evenly-l{-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.grd-algn-flex-start-l{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.grd-algn-item-flex-start-l{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.grd-algn-flex-end-l{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.grd-algn-item-flex-end-l{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.grd-algn-center-l{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grd-algn-item-center-l{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.grd-algn-baseline-l{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.grd-algn-item-baseline-l{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}.grd-algn-stretch-l{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.grd-algn-item-stretch-l{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.col-1-l{width:8.333333333333332%}.col-2-l{width:16.666666666666664%}.col-3-l{width:25%}.col-4-l{width:33.33333333333333%}.col-5-l{width:41.666666666666664%}.col-6-l{width:50%}.col-7-l{width:58.33333333333333%}.col-8-l{width:66.66666666666666%}.col-9-l{width:75%}.col-10-l{width:83.33333333333333%}.col-11-l{width:91.66666666666666%}.col-12-l{width:100%}}@media only screen and (min-width:1050px){.grd-row{margin-left:-20px;margin-right:-20px}.grd-col{padding:0 20px}.grd-just-flex-start-xl{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.grd-just-flex-end-xl{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.grd-just-center-xl{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.grd-just-space-between-xl{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.grd-just-space-around-xl{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.grd-just-space-evenly-xl{-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.grd-algn-flex-start-xl{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.grd-algn-item-flex-start-xl{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.grd-algn-flex-end-xl{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.grd-algn-item-flex-end-xl{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.grd-algn-center-xl{-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grd-algn-item-center-xl{-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.grd-algn-baseline-xl{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.grd-algn-item-baseline-xl{-webkit-align-self:baseline;-ms-flex-item-align:baseline;align-self:baseline}.grd-algn-stretch-xl{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.grd-algn-item-stretch-xl{-webkit-align-self:stretch;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.col-1-xl{width:8.333333333333332%}.col-2-xl{width:16.666666666666664%}.col-3-xl{width:25%}.col-4-xl{width:33.33333333333333%}.col-5-xl{width:41.666666666666664%}.col-6
|
|||
|
|
|
|||
|
|
|
|||
|
|
|
|||
|
|
<div id="abdet" class="ads ad adsbox doubleclick ad-placement carbon-ads" style="height:1px;width:1px;position:absolute !important;left:-999px;top:-999px;"> </div>
|
|||
|
|
|
|||
|
|
|
|||
|
|
</body>
|
|||
|
|
</html>
|