/* 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
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
FYI.AI Convos | X. Eyeé

FYI.AI Convos | X. Eyeé

Screenshot 2025-01-15 at 2.05.47 PM.png
Screenshot 2025-01-15 at 2.06.42 PM.png
FYI.AI Convos | Fana Hues

FYI.AI Convos | Fana Hues

Screenshot 2025-01-25 at 1.10.18 PM.png
Screenshot 2025-01-25 at 1.09.49 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; }