/* 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
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
Mercedes-Benz AMG

Mercedes-Benz AMG

WILL.I.AMG02.png
WILL.I.AMG01.png
Suja

Suja

Screenshot 2025-01-15 at 2.33.18 PM.png
Screenshot 2025-01-15 at 2.32.09 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; }