CINXE.COM

Campaigns and Out Of Home | DTE Studio

<!DOCTYPE html><!-- Last Published: Thu Feb 13 2025 15:13:57 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.dtestudio.com" data-wf-page="665f7ab58a79e38501646c0a" data-wf-site="65ef10c43b535eed05c35678" lang="en" data-wf-locale="en"><head><meta charset="utf-8"/><title>Campaigns and Out Of Home | DTE Studio</title><meta content="Whether our clients need a sweeping out-of-home campaign with CTV or a digital-only impact, DTE studio’s work looks better, performs faster and sets brands apart from the rest." name="description"/><meta content="Campaigns and Out Of Home | DTE Studio" property="og:title"/><meta content="Whether our clients need a sweeping out-of-home campaign with CTV or a digital-only impact, DTE studio’s work looks better, performs faster and sets brands apart from the rest." property="og:description"/><meta content="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6622a56837fe84597265b9b0_Irina%20Shayk%20x%20Tamara%20Mellon_collection%20tile.jpg" property="og:image"/><meta content="Campaigns and Out Of Home | DTE Studio" property="twitter:title"/><meta content="Whether our clients need a sweeping out-of-home campaign with CTV or a digital-only impact, DTE studio’s work looks better, performs faster and sets brands apart from the rest." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/6622a56837fe84597265b9b0_Irina%20Shayk%20x%20Tamara%20Mellon_collection%20tile.jpg" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/css/dte-catalog.webflow.8452fae54.css" rel="stylesheet" type="text/css"/><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f1ea4ec26dd52f64c35b1d_favicon.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f1ea8d22da9296b85df4aa_faviconV2.png" rel="apple-touch-icon"/><link href="https://www.dtestudio.com/campaigns-and-out-of-home-overview" rel="canonical"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-J4NZSKFQ45"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-J4NZSKFQ45');</script><script type="text/javascript">!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.agent='plwebflow';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '485013153979284');fbq('track', 'PageView');</script><style> body {-webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -o-font-smoothing: antialiased;} </style> <script type="text/javascript" src="//script.crazyegg.com/pages/scripts/0047/2733.js" async="async" ></script> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '440205936681454'); fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=440205936681454&ev=PageView &noscript=1"/> </noscript> <!-- End Meta Pixel Code --> <script> document.addEventListener("DOMContentLoaded", function() { // First video player and buttons const mediaPlayer = document.querySelector(".lightbox-video"); const closeBtn = document.querySelector(".close-btn"); const popOutBtn = document.getElementById("pop-out-player-btn"); // Function to play video and unmute function playVideoAndUnmute(videoElement) { videoElement.play(); videoElement.currentTime = 0; // Reset video to beginning videoElement.muted = false; // Ensure unmuted state } // Function to pause video and mute function pauseVideoAndMute(videoElement) { videoElement.pause(); videoElement.currentTime = 0; // Reset video to beginning videoElement.muted = true; // Ensure muted state } // Ensure video starts muted and paused pauseVideoAndMute(mediaPlayer); // Event listeners for first video player if (popOutBtn && mediaPlayer && closeBtn) { popOutBtn.addEventListener("click", function() { // Ensure second video is paused and muted if (mediaPlayer2) { pauseVideoAndMute(mediaPlayer2); } playVideoAndUnmute(mediaPlayer); }); closeBtn.addEventListener("click", function() { pauseVideoAndMute(mediaPlayer); }); } else { console.log("Pop out button, mediaPlayer, or close button not found or not assigned correctly"); } // Second video player and buttons, if they exist const mediaPlayer2 = document.querySelector(".lightbox-video2"); const closeBtn2 = document.querySelector(".close-btn2"); const popOutBtn2 = document.getElementById("pop-out-player-btn2"); if (mediaPlayer2 && popOutBtn2 && closeBtn2) { // Ensure video starts muted and paused pauseVideoAndMute(mediaPlayer2); // Event listeners for second video player popOutBtn2.addEventListener("click", function() { // Ensure first video is paused and muted pauseVideoAndMute(mediaPlayer); playVideoAndUnmute(mediaPlayer2); }); closeBtn2.addEventListener("click", function() { pauseVideoAndMute(mediaPlayer2); }); } else { console.log("Second video player elements not found or not assigned correctly"); } }); video.play(); video.addEventListener('canplay', function() { this.currentTime = 5; }); </script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-V7H7TBEP86"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-V7H7TBEP86'); </script> <!-- Google tag (gtag.js) event - delayed navigation helper --> <script> // Helper function to delay opening a URL until a gtag event is sent. // Call it in response to an action that should navigate to a URL. function gtagSendEvent(url) { var callback = function () { if (typeof url === 'string') { window.location = url; } }; gtag('event', 'conversion_event_outbound_click', { 'event_callback': callback, 'event_timeout': 2000, // <event_parameters> }); return false; } </script> </head><body><header class="navbar"><div class="pop-up"><img data-w-id="41ad8a54-45fc-d7e4-659f-00d0405cce76" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f0bf866246fc760662d87d_closeX.svg" class="pop-up-close"/><div class="pop-up-item"><a href="mailto:studio@dtestudio.com" class="contact-txt contact-txt-1">studio@dtestudio.com</a><a href="https://www.google.com/maps/place/DTE+Studio+%2F+Dream+The+End/@40.7131423,-74.0156431,17z/data=!3m2!4b1!5s0x89c259af9a4a2fb5:0x5c19e5487023e537!4m6!3m5!1s0x89c259b7a18af5a5:0x88fd25998c63bc89!8m2!3d40.7131383!4d-74.0130682!16s%2Fg%2F1tgptjn2?entry=ttu" target="_blank" class="contact-txt contact-txt-2">ONE WORLD TRADE CENTER / 85TH FLOOR<br/>NEW YORK , NY 10007</a><div class="ln"></div><a href="tel:+12122206025" class="contact-txt contact-txt-3">+1 212.220.6025</a><a href="https://www.instagram.com/dte.studio" class="link-block-8 w-inline-block"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f09a5902cfea853ca49f79_instagram.svg" alt="" class="contact-social"/></a></div></div><div class="w-layout-blockcontainer header black-transparent w-container"><div class="head-ln-1 hp-override"></div><a href="https://dtestudio.com/" class="logo w-nav-brand"><img width="150" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65ef17006a35f44c1284ae79_DTE_Studio_logowhite-short-02.svg" class="image"/></a><div class="head-ln-2"></div><div class="nav"><a href="/branding" class="nav-btn nav-btn-first">Branding</a><a href="/creative" class="nav-btn">Creative</a><a href="/digital" class="nav-btn">Digital</a><a href="/about" class="nav-btn">About</a><a data-w-id="41ad8a54-45fc-d7e4-659f-00d0405cce91" href="#" class="nav-btn nav-btn-contact">Contact</a><a href="/news" class="nav-btn">News</a><div class="mobile-contact-info"><a href="mailto:studio@dtestudio.com" class="mobile-contact-links">studio@dtestudio.com</a><a href="https://maps.google.com/?saddr=My%20Location&amp;daddr=World%20Trade%20Center%20%2F%2085th%20Floor%20New%20York%2C%20NY%2010007" target="_blank" class="mobile-contact-links">One World Trade Center / 85th Floor<br/>New York, NY 10007<br/>‍</a><a href="tel:12122206025" class="mobile-contact-links">+1 212.220.6025</a></div></div><div class="mobile-menu-btn"><div data-w-id="41ad8a54-45fc-d7e4-659f-00d0405ccea1" data-is-ix2-target="1" class="hamburger" data-animation-type="lottie" data-src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2226f38743b42bcaaa142_Animation%20-%201710367300566.json" data-loop="0" data-direction="1" data-autoplay="0" data-renderer="svg" data-default-duration="1.6166666666666667" data-duration="0"></div></div><div class="head-ln-3 hp-override"></div></div></header><div class="case-study-custom-code w-embed w-script"><script> document.addEventListener('DOMContentLoaded', function() { // Selecting the header element let headBackground = document.querySelector('.header'); // Using jQuery for the right arrow click event $('#right-arrow').click(function() { headBackground.style.setProperty('background-color', 'black', 'important'); }); // Using vanilla JavaScript for slideshow buttons click event let slideshowButtons = document.querySelectorAll(".w-slider-nav"); slideshowButtons.forEach(function(button) { button.addEventListener('click', function() { headBackground.style.setProperty('background-color', 'black', 'important'); }); }); }); var initialViewportWidth = window.innerWidth || document.documentElement.clientWidth; // portrait mobile viewport initial, any change refresh if (initialViewportWidth < 480) { window.addEventListener('resize', function () { newViewportWidth = window.innerWidth || document.documentElement.clientWidth; if (newViewportWidth > 479) { location.reload(); } }); } // landscape mobile viewport initial, any change refresh else if (initialViewportWidth > 479 && initialViewportWidth < 768) { window.addEventListener('resize', function () { newViewportWidth = window.innerWidth || document.documentElement.clientWidth; if (newViewportWidth < 480 || newViewportWidth > 767) { location.reload(); } }); } // tablet viewport initial, any change refresh else if (initialViewportWidth > 767 && initialViewportWidth < 992) { window.addEventListener('resize', function () { newViewportWidth = window.innerWidth || document.documentElement.clientWidth; if (newViewportWidth < 768 || newViewportWidth > 991) { location.reload(); } }); } // web viewport initial, any change refresh else if (initialViewportWidth > 991) { window.addEventListener('resize', function () { newViewportWidth = window.innerWidth || document.documentElement.clientWidth; if (newViewportWidth < 992) { location.reload(); } }); } </script> <style> @media only screen and (max-device-width: 760px) { #right-arrow { display: none !important; } } .w-slide .image-fullscreen-slideshow { pointer-events: none; } .navbar .header{ background-color: transparent; } .case-study-slider { scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; overflow-x: clip; } .case-study-slider::-webkit-scrollbar { background: transparent; /* Chrome/Safari/Webkit */ width: 0px; } </style></div><div data-delay="4000" data-animation="slide" class="case-study-slider w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="true" data-disable-swipe="true" data-autoplay-limit="0" data-nav-spacing="5" data-duration="1200" data-infinite="false"><div class="master-slider-mask w-slider-mask"><div class="w-slide"><article id="block-3" class="video-player-container"><div class="header-overlays"><div class="case-study_master-text-block"><div class="w-embed"><style> .case-study_black-text .case-study_master-text-block > * { color: var(--black); !important border-color: var(--black); !important } </style></div><div class="case-study_white-text"><div class="case-study_master-text-block center"><h1 class="case-study-h1">Record-Breaking Clicks and Watch-Thru Rates</h1><p class="case-study-paragraph">Whether our clients need a sweeping out-of-home campaign with CTV or a digital-only impact, DTE studio’s work looks better, performs faster and sets brands apart from the rest. </p></div></div></div></div><video loading="eager" preload="auto" loop="" playsinline="true" muted="" autoplay="true" title="" poster="https://vz-de53e53f-c48.b-cdn.net/ad49c929-8867-46cd-9c74-1870ff4ad3cd/thumbnail.jpg" class="header-video"><source src="https://player.vimeo.com/progressive_redirect/download/952398772/rendition/720p/irina_grid_content_horizontal%20%28720p%29.mp4?loc=external&amp;signature=67abe118a811c9803722d82de008d7df80ae463d484ee85dbf490999d703b088" type="video/mp4" class="source"/></video></article></div><figure class="w-slide"><div data-w-id="664b86b6-8e9e-af14-f8f3-b3864b258093" class="case-study_image-and-text quadrant"><div class="image-and-text grid-horizontal quadrant"><div id="w-node-_664b86b6-8e9e-af14-f8f3-b3864b258095-4b258093" class="video-and-image-container _50vh quadrant"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e95073ec460673993ed_campaigns%202-%20jt%20color%20me%20bad.webp"><source src="https://player.vimeo.com/progressive_redirect/download/932308318/rendition/720p/color_me_bad_-_kiss_colors_&amp;_care_x_jt%20%28720p%29.mp4?loc=external&amp;signature=fb1b3e180414645d05124fedeb001f87cd29d4f616de6e174a7e546179c1fb8c" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div><div id="w-node-_01666440-bd54-c049-acf2-5ed1ca4b134b-4b258093" class="quadrant-text-box"><div class="case-study_master-text-block"><div class="w-embed"><style> .case-study_black-text .case-study_master-text-block > * { color: var(--black); !important border-color: var(--black); !important } </style></div><div class="case-study_black-text"><div class="case-study_master-text-block center"><h4 class="case-study-subhead">CAMPAIGNS</h4><h1 class="case-study-h1">Paid and Organic</h1><p class="case-study-paragraph">DTE studio creates award winning digital campaigns that are high performing. We enjoy working with passionate, forward thinking companies, startups, and brands to transform content into valuable visual equity</p></div></div></div></div><div class="video-and-image-container _50vh quadrant boarder right"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e96ab2669855cd3c59d_campaigns%203%20-%20kiss%20lash%20iphone.webp"><source src="https://player.vimeo.com/progressive_redirect/playback/923477255/rendition/720p/file.mp4?loc=external&amp;log_user=0&amp;signature=b01de5608121453719c8a1a8e4eda5edd5f956303763af336cf8359a8daddf55" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div><div class="video-and-image-container _50vh quadrant boarder left"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e96ab2669855cd3c59d_campaigns%203%20-%20kiss%20lash%20iphone.webp"><source src="https://player.vimeo.com/progressive_redirect/download/954540022/rendition/720p/nike,_hermes,_dom_combo_cut%20%28720p%29.mp4?loc=external&amp;signature=64e0743c24fb41a4e1d11d65e3b63f2d25addcee99fc2a56c08ffd8306117a7c" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div></div></div></figure><div class="slide-14 w-slide"><article id="block-3" class="video-player-container"><div class="header-overlays"><div class="case-study_master-text-block"><div class="w-embed"><style> .case-study_black-text .case-study_master-text-block > * { color: var(--black); !important border-color: var(--black); !important } </style></div><div class="case-study_white-text"><div class="case-study_master-text-block center"><h4 class="case-study-subhead">CAMPAIGNS</h4><h1 class="case-study-h1">A Global Impact</h1><p class="case-study-paragraph">DTE studio offers full-scale best-in-class, award-winning creative direction and production from concept through to delivery.</p></div></div></div></div><video loading="eager" preload="auto" loop="" playsinline="true" muted="" autoplay="true" title="" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e95787d2197f9ea3236_beauty%201%20-%20orce%20campaign.webp" class="header-video"><source src="https://player.vimeo.com/progressive_redirect/download/985730231/rendition/1080p/campaigns_case_study_-_trimmed_reel%20%281080p%29.mp4?loc=external&amp;signature=a9961b7fa116eec8f8cb02e9f9da4d6dc33a87eb859c18a2ef7d8c012a2e8542" type="video/mp4" class="source"/></video></article></div><div class="w-slide"><article id="block-3" class="video-player-container"><div class="header-overlays"><div class="award-container"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02.png" loading="lazy" sizes="(max-width: 479px) 83vw, (max-width: 767px) 89vw, (max-width: 991px) 87vw, 700px" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02-p-800.png 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02-p-1080.png 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02-p-1600.png 1600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02-p-2000.png 2000w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02-p-2600.png 2600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666af962ca90dbf98f7a72c0_Triangle-Awards%20Layout-02.png 3073w" alt=""/></div></div><div class="full-img"><img sizes="100vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666070938a321b50592f2d26_us%20campaign_1-p-500.jpg 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666070938a321b50592f2d26_us%20campaign_1-p-800.jpg 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666070938a321b50592f2d26_us%20campaign_1-p-1080.jpg 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666070938a321b50592f2d26_us%20campaign_1.jpg 1600w" alt="A model wears a button up black blouse a brushed gold disks as earrings. She has one hand up, slightly below her chin and gazes at the camera." loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/666070938a321b50592f2d26_us%20campaign_1.jpg" class="full-img"/></div></article></div><figure class="w-slide"><div id="w-node-_900dff65-8cd2-6156-98a2-21ab85716b59-85716b59" data-w-id="900dff65-8cd2-6156-98a2-21ab85716b59" class="case-study-two-thirds-layout"><div class="image-and-text_left _2-thirds"><div id="w-node-_900dff65-8cd2-6156-98a2-21ab85716b5b-85716b59" class="video-overlay-container"><div class="video-player-overlay"><div class="video-player-crop _16-9"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e95bd3d86bf8ebce49f_campaigns%205%20-%20universal%20standard.webp"><source src="https://player.vimeo.com/progressive_redirect/download/267266085/rendition/1080p/universal_standard_fit_liberty_campaign_-_winner_of_4_telly_awards%20%281080p%29.mp4?loc=external&amp;signature=af4c0d7526ffe6cdafd3dc3b694365af788c7b8e80bcb8da76abb4210eee0f7a" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div></div><div class="video-and-image-container"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2ffddb4f2e3e63725e4d1_Universal%20Standard%20Fit%20Liberty%20Campaign_3.png" alt="DTE&#x27;s advertising campaign covering all poster spots in a NYC subway car." sizes="(max-width: 767px) 100vw, 67vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2ffddb4f2e3e63725e4d1_Universal%20Standard%20Fit%20Liberty%20Campaign_3-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2ffddb4f2e3e63725e4d1_Universal%20Standard%20Fit%20Liberty%20Campaign_3-p-800.png 800w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2ffddb4f2e3e63725e4d1_Universal%20Standard%20Fit%20Liberty%20Campaign_3-p-1080.png 1080w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2ffddb4f2e3e63725e4d1_Universal%20Standard%20Fit%20Liberty%20Campaign_3-p-1600.png 1600w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f2ffddb4f2e3e63725e4d1_Universal%20Standard%20Fit%20Liberty%20Campaign_3.png 1741w" class="full-img"/></div></div><div class="case-study_master-text-block"><div class="w-embed"><style> .case-study_black-text .case-study_master-text-block > * { color: var(--black); !important border-color: var(--black); !important } </style></div><div class="case-study_black-text"><div class="case-study_master-text-block center"><h4 class="case-study-subhead">CAMPAIGNS</h4><h1 class="case-study-h1">TV and Out Of Home</h1><p class="case-study-paragraph">DTE studio helps our clients amplify hero campaigns for broader reach across digital and outdoor. Our experience in creative direction and storytelling results in impactful solutions that are unified across all touchpoints.</p></div></div></div></div></div></figure><figure class="slide-no-space w-slide"><div data-w-id="664b86b6-8e9e-af14-f8f3-b3864b258093" class="case-study_image-and-text quadrant"><div class="image-and-text grid-horizontal quadrant"><div id="w-node-_664b86b6-8e9e-af14-f8f3-b3864b258095-4b258093" class="video-and-image-container _50vh quadrant"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e95735cd377a6a7c728_campaigns%206%20-%20estee.webp"><source src="https://player.vimeo.com/progressive_redirect/download/954540040/rendition/1080p/orce_application_+_estee_combo_cut%20%281080p%29.mp4?loc=external&amp;signature=34e70190a32bd0a51789c0a3066edf139274f7bc086448681daaebfac9ca0a8a" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div><div id="w-node-_01666440-bd54-c049-acf2-5ed1ca4b134b-4b258093" class="quadrant-text-box"><div class="case-study_master-text-block"><div class="w-embed"><style> .case-study_black-text .case-study_master-text-block > * { color: var(--black); !important border-color: var(--black); !important } </style></div><div class="case-study_black-text"><div class="case-study_master-text-block center"><h4 class="case-study-subhead">CAMPAIGNS</h4><h1 class="case-study-h1">Campaign Extensions</h1><p class="case-study-paragraph">Building upon DTE studio’s campaign creative direction and production, we also concept and execute campaign extensions and supporting content like tutorials and how-to’s, behind-the-scenes and more.</p></div></div></div></div><div class="video-and-image-container _50vh quadrant boarder right"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e966a03d93fd9636880_campaigns%207%20-%20irina%20bts.webp"><source src="https://player.vimeo.com/progressive_redirect/download/560482739/rendition/720p/irina_shayk_x_tamara_mellon_-_relationship_advice_teaser%20%28720p%29.mp4?loc=external&amp;signature=a728688b97711b7b652c7d1c60ed4f6778dde4b1180a05b749ea872ea89c1d60" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div><div class="video-and-image-container _50vh quadrant boarder left"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e964d09931e1c8d7158_campaigns%208%20-%20digital.webp"><source src="https://player.vimeo.com/progressive_redirect/playback/951593955/rendition/720p/file.mp4?loc=external&amp;log_user=0&amp;signature=98e870fda9ec2ac0f756d1689315c6fc81957f30138f16fb594db0cd2db2c8e7" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div></div></div></figure><div class="w-slide"><article id="triangle-end-block" data-w-id="6f128e70-b1d7-1b56-c6ca-77a89280a164" class="video-player-container triangle"><div class="header-overlays triagle"><div class="closing-slide-copy"><div class="case-study_master-text-block"><div class="w-embed"><style> .case-study_black-text .case-study_master-text-block > * { color: var(--black); !important border-color: var(--black); !important } </style></div><div class="case-study_white-text"><div class="case-study_master-text-block center"><h1 class="case-study-h1">Want an Award-Winning Campaign?</h1><a href="mailto:studio@dtestudio.com?subject=Interested%20In%20Campaigns" class="btn2 white w-button">Get In Touch</a></div></div></div></div></div><div class="shim-triangle-overlay"></div><div class="triangle-video-player"><video loading="eager" preload="auto" loop="" playsinline="" muted="" autoplay="true" class="video-player Write &quot;lock-top&quot; here to lock the video to the top" poster="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66956e96e7cbfc8745ee4a9c_campaigns%209%20-%20storm%20reid.webp"><source src="https://player.vimeo.com/progressive_redirect/download/951582500/rendition/1080p/storm_reid_-_hero_-_no_text%20%281080p%29.mp4?loc=external&amp;signature=65bab5b3292200120e4165df7e25cba9ab3e123c39dcedbbf257d348528bcd0b" type="video/mp4" data-format="mp4" playsinline="" class="source"/></video></div></article><div><div id="w-node-_9d2602ce-3e4d-1f5c-6757-0c3bd9cf7707-6925b860" class="triangle-upper-bar"><div id="w-node-_9d2602ce-3e4d-1f5c-6757-0c3bd9cf7708-6925b860" class="case-study-subhead triangles black">SEE MORE</div></div><div id="w-node-_78c81ce1-e923-2f1e-6114-aa742423c373-6925b860" class="case-study-triangle-layout"><a href="/celebrity-and-brand-partnerships-overview" class="mobile-fancytype-footer-container w-inline-block light-orange-gradient"><div class="mobile-fancytype-footer"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b01a982afc1f3aa1afca0_DTE%202024-FancyType-Footer-partnerships2.png" alt="" sizes="(max-width: 479px) 25vw, 100vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b01a982afc1f3aa1afca0_DTE%202024-FancyType-Footer-partnerships2-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b01a982afc1f3aa1afca0_DTE%202024-FancyType-Footer-partnerships2.png 793w"/><div class="case-study-subhead triangles">Explore</div></div></a><a href="/universal-standard-case-study" class="mobile-fancytype-footer-container w-inline-block red-gradient"><div class="mobile-fancytype-footer"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b01a9165bc3423ffe1726_DTE%202024-FancyType-Footer-award%20winning%20campaign2.png" alt="" sizes="(max-width: 479px) 25vw, 100vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b01a9165bc3423ffe1726_DTE%202024-FancyType-Footer-award%20winning%20campaign2-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/667b01a9165bc3423ffe1726_DTE%202024-FancyType-Footer-award%20winning%20campaign2.png 833w"/><div class="case-study-subhead triangles">Case Study</div></div></a><a href="/irina-shayk-x-tamara-mellon-campaign-creative" class="mobile-fancytype-footer-container w-inline-block pink-gradient"><div class="mobile-fancytype-footer"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66743a4829de8b19ee24163b_DTE%202024-FancyType-Footer-fashion%20campaign.png" alt="" sizes="(max-width: 479px) 25vw, 100vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66743a4829de8b19ee24163b_DTE%202024-FancyType-Footer-fashion%20campaign-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66743a4829de8b19ee24163b_DTE%202024-FancyType-Footer-fashion%20campaign.png 833w"/><div class="case-study-subhead triangles">Case Study</div></div></a><a href="/kiss-colors-and-care-x-storm-reid-campaign" class="mobile-fancytype-footer-container w-inline-block dark-blue-gradient"><div class="mobile-fancytype-footer"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66743a44dac3d543bf21f119_DTE%202024-FancyType-Footer-beauty%20campaign2.png" alt="" sizes="(max-width: 479px) 25vw, 100vw" srcset="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66743a44dac3d543bf21f119_DTE%202024-FancyType-Footer-beauty%20campaign2-p-500.png 500w, https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/66743a44dac3d543bf21f119_DTE%202024-FancyType-Footer-beauty%20campaign2.png 717w"/><div class="case-study-subhead triangles">Case Study</div></div></a></div></div><footer id="footer" class="footer"><div class="footer-contact"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65ef701863c0dc0fc40689fd_dte-stamp-copy.png" loading="lazy" alt="" class="image-3"/><a href="#" class="link-block-7 w-inline-block"><div class="address-txt link">STUDIO@DTESTUDIO.COM</div></a><div class="address-txt"><a href="https://maps.google.com/?saddr=My%20Location&amp;daddr=World%20Trade%20Center%20%2F%2085th%20Floor%20New%20York%2C%20NY%2010007" target="_blank" class="link">ONE WORLD TRADE CENTER / 85TH FLOOR</a></div><div class="address-txt"><a href="https://maps.google.com/?saddr=My%20Location&amp;daddr=World%20Trade%20Center%20%2F%2085th%20Floor%20New%20York%2C%20NY%2010007" target="_blank" class="link">NEW YORK, NY 10007</a></div><div class="address-txt"><a href="tel:1.212.220.6025" class="link">212.220.6025</a></div></div><div class="footer-btm-section"><div class="footer-btm-content"><div class="footer-page-links"><a id="w-node-a170a31e-f0d8-0a47-a29c-a03a2838a386-868be401" href="/new" class="footer-text-links">NEW</a><a id="w-node-e8b6c72d-b7cc-40ef-c229-fb1addcd6106-868be401" href="/brand-design-overview" class="footer-text-links">BRAND STRATEGY</a><a id="w-node-d2769a2e-11d4-159a-192e-9e0ad7186fff-868be401" href="/branding" class="footer-text-links">BRANDING</a><a id="w-node-_360ace2b-701e-1bed-a4ea-a492ede906c6-868be401" href="/campaigns-and-out-of-home-overview" aria-current="page" class="footer-text-links w--current">CAMPAIGNS</a><a id="w-node-_7ea53dfe-bae2-475c-c965-17e5fe05ff80-868be401" href="/creative" class="footer-text-links">CREATIVE</a><a id="w-node-ef1ae46e-d257-7bc8-fa3d-59eef2e4cf39-868be401" href="/packaging-design-overview" class="footer-text-links">Packaging</a><a id="w-node-_815427d7-c1bf-0469-c9c4-95b0afcbca52-868be401" href="/digital" class="footer-text-links">DIGITAL</a><a id="w-node-_61995227-f950-6782-5523-ae1ac393b659-868be401" href="/beauty-overview" class="footer-text-links">BEAUTY</a><a id="w-node-_9af145cf-1598-df1e-9fa6-47c48e805962-868be401" href="/celebrity-and-brand-partnerships-overview" class="footer-text-links">PARTNERSHIPS</a><a id="w-node-_112dec67-c7ee-6bb7-17d2-7aa6f947ae58-868be401" href="/fashion-overview" class="footer-text-links">FASHION</a><a id="w-node-a533ce56-c909-2e50-06e1-bce8a152a6ba-868be401" href="/e-commerce-overview" class="footer-text-links">E-COMMERCE</a><a id="w-node-_8a52257b-aa35-9e1d-f1db-30565fd840cf-868be401" href="/hospitality-real-estate-architecture-overview" class="footer-text-links">HOSPITALITY</a><a id="w-node-d83a70e4-9a9c-6160-8c5b-682dec08ef51-868be401" href="/about" class="footer-text-links">ABOUT</a><a id="w-node-c8fe35f7-bd6c-b679-40c4-bf21d2778390-868be401" href="/website-design-digital-products-platforms-online-flagships-overview" class="footer-text-links">WEB DESIGN</a><a id="w-node-d4b13495-a5bb-a257-43ac-7af58dedcb5e-868be401" href="/news" class="footer-text-links">NEWS</a></div><div class="footer-socials"><a href="https://dtestudio.com/" class="dte-footer-link w-inline-block"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f09a59b20e5e7add31bd12_dtestudio.svg" loading="lazy" alt="" height="24" class="image-24"/></a><div class="social-icons"><a href="https://instagram.com/dte.studio" target="_blank" class="footer-icons w-inline-block"><img src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/65f09a5902cfea853ca49f79_instagram.svg" loading="lazy" alt="" class="_20px-icon"/></a></div></div></div><div data-poster-url="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-poster-00001.jpg" data-video-urls="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.mp4,https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.webm" data-autoplay="true" data-loop="true" data-wf-ignore="true" class="background-video-3 w-background-video w-background-video-atom"><video id="aad3684d-34f5-a053-274d-9dd1a6a22961-video" autoplay="" loop="" style="background-image:url(&quot;https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-poster-00001.jpg&quot;)" muted="" playsinline="" data-wf-ignore="true" data-object-fit="cover"><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.mp4" data-wf-ignore="true"/><source src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678%2F666c84c239601313cc6fce68_BACKGROUND%20TEST4-transcode.webm" data-wf-ignore="true"/></video></div></div></footer></div></div><div class="left-arrow-3 w-slider-arrow-left"><img loading="lazy" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664ccbbbbfd864ffb56f8ae4_DTE%20Down-Arrows-01.svg" alt="" class="slideshow-btn left"/></div><div id="right-arrow" class="right-arrow-3 w-slider-arrow-right"><img data-w-id="7e9fdc52-4570-ad97-a56c-abb044db6a6a" loading="lazy" alt="" src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/664ccbbbbfd864ffb56f8ae4_DTE%20Down-Arrows-01.svg" class="slideshow-btn right"/></div><div class="master-slide-nav w-slider-nav w-slider-nav-invert"></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=65ef10c43b535eed05c35678" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/65ef10c43b535eed05c35678/js/webflow.a026c638.1d9020b397f2b303.js" type="text/javascript"></script><style> video { -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; } </style></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10