MEDIA / SOCIAL
2022-2024
GIVENCHY F24 PRE-COLLECTION TRAILER — 2023
Instagram / Tiktok campaign
Instagram Embeds Responsive
Original sound design, 1’
VideoServices Généraux
10.03.53 FW23, “OPEN YOUR EYES”
— 2023
Social / Media campaign
Original Soundtrack, 1’
Art direction
Clément Guinamard
Video
Christophe Idéal
Talents
Romain Brau
Annelise Maulin
Cleiton Lopes
Marso Voirin
Mathis Chevalier
Styling
Elisa Schmitt
Hairstyle
Kevin Jacotot
Location
Institut du Monde Arabe, Paris
Special playlist created for the Release Party of the 10.03.53 FW23 campaign, hosted on November 9th 2023, at the 10.03.53 workshop.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Container for LinkedIn video */
.linkedin-video-container {
max-width: 100%; /* Adjust width as needed */
margin: 0 auto; /* Center-align the video */
}
/* Responsive styles for iframe */
.linkedin-video-container iframe {
width: 100%; /* Full width */
height: 399px; /* Set a fixed height or adjust as needed */
}
/* Adjust iframe height for smaller screens */
@media (max-width: 768px) {
.linkedin-video-container iframe {
height: auto; /* Auto height for responsiveness */
}
}