/* Gallery Block Video Thumbnails */ .sqs-gallery-design-grid .sqs-gallery-block { position: relative; overflow: hidden; } .sqs-gallery-block .image-slide { position: relative; display: block; } .sqs-gallery-block .image-slide img { transition: opacity 0.3s ease; } .sqs-gallery-block .image-slide:hover img { opacity: 0; } .sqs-gallery-block .image-slide .video-thumbnail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; background-position: center; background-size: cover; z-index: 10; } .sqs-gallery-block .image-slide:hover .video-thumbnail { display: none; /* Hide the thumbnail when hovering */ } .sqs-gallery-block .image-slide .video-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; z-index: 5; display: none; /* Hide by default */ } .sqs-gallery-block .image-slide:hover .video-container { display: block; /* Show video container when hovering */ } .sqs-gallery-block .image-slide iframe { width: 100%; height: 100%; border: none; }
0
Skip to Content
Adam Shattuck
Adam Shattuck
Selected Work
Commercial
Documentary
Music Video
Narrative
Social
Contact
Adam Shattuck
Adam Shattuck
Selected Work
Commercial
Documentary
Music Video
Narrative
Social
Contact
Folder: Selected Work
Back
Commercial
Documentary
Music Video
Narrative
Social
Contact
Mercedes-Benz FYI RAiDiO

Mercedes-Benz FYI RAiDiO

Screenshot 2025-03-24 at 11.22.52 PM.png
Screenshot 2025-03-24 at 11.24.35 PM.png
LG xBoom

LG xBoom

Screenshot 2025-04-16 at 3.40.53 PM.png
Screenshot 2025-04-16 at 3.39.55 PM.png
Fenice

Fenice

FENICE_STILL05.png
FENICE_STILL04.png
Coldplay - A Film For The Future

Coldplay - A Film For The Future

Screenshot 2025-01-22 at 10.03.09 PM.png
Screenshot 2025-01-22 at 10.03.28 PM.png
will.i.am - Yes She Can

will.i.am - Yes She Can

Screenshot 2025-01-15 at 2.09.56 PM.png
Screenshot 2025-01-15 at 2.10.25 PM.png
Black Eyed Peas, El Alfa, Becky G - Tonight (Bad Boys: Ride or Die)

Black Eyed Peas, El Alfa, Becky G - Tonight (Bad Boys: Ride or Die)

2.PNG
3.PNG
Randa

Randa

RANDA04.png
RANDA03.png
Belfry

Belfry

BELFRY01.png
BELFRY02.png
LG xBoom CES 2025

LG xBoom CES 2025

Screenshot 2025-01-15 at 2.03.22 PM.png
Screenshot 2025-01-15 at 2.01.49 PM.png
Merman

Merman

MERMAN05.jpg
MERMAN02.jpg
Mario - Glad You Came (Official Trailers)

Mario - Glad You Came (Official Trailers)

Screenshot 2025-01-17 at 12.35.47 PM.png
Screenshot 2025-01-17 at 12.37.52 PM.png
Kylie

Kylie

KYLIE_STILL03.jpg
KYLIE_STILL01.jpg
FYI.AI Convos | X. Eyeé

FYI.AI Convos | X. Eyeé

Screenshot 2025-01-15 at 2.06.07 PM.png
Screenshot 2025-01-15 at 2.06.42 PM.png
/* Gallery Block Video Thumbnails */ .sqs-gallery-design-grid .sqs-gallery-block { position: relative; overflow: hidden; } .sqs-gallery-block .image-slide { position: relative; display: block; } .sqs-gallery-block .image-slide img { transition: opacity 0.3s ease; } .sqs-gallery-block .image-slide:hover img { opacity: 0; } .sqs-gallery-block .image-slide .video-thumbnail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; background-position: center; background-size: cover; z-index: 10; } .sqs-gallery-block .image-slide:hover .video-thumbnail { display: none; /* Hide the thumbnail when hovering */ } .sqs-gallery-block .image-slide .video-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; z-index: 5; display: none; /* Hide by default */ } .sqs-gallery-block .image-slide:hover .video-container { display: block; /* Show video container when hovering */ } .sqs-gallery-block .image-slide iframe { width: 100%; height: 100%; border: none; }