/* 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
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
MKY & Baby Bash - Takin' All My Lovin'

MKY & Baby Bash - Takin' All My Lovin'

MKY_AML_01.png
MKY_AML_03.png
Mario - Like Her Too

Mario - Like Her Too

MARIO_LHT_01.png
MARIO_LHT_05.png
Black Eyed Peas ft. Jennifer Hudson - The Love

Black Eyed Peas ft. Jennifer Hudson - The Love

BEP_JH_THELOVE_01.png
BEP_JH_THELOVE_03.png
Leon Bridges, Terrance Martin - Sweeter (Live)

Leon Bridges, Terrance Martin - Sweeter (Live)

Screenshot 2025-01-15 at 2.30.02 PM.png
Screenshot 2025-01-15 at 2.30.31 PM.png
Cal Scruby - Captain America

Cal Scruby - Captain America

Screenshot 2025-01-15 at 2.36.41 PM.png
Screenshot 2025-01-15 at 2.36.01 PM.png
Mario - Pretty Mouth Magick

Mario - Pretty Mouth Magick

MARIO_PMM_03.png
MARIO_PMM_05.png
Keith Harris ft. Estelle, Church Boi - All I Want Is You

Keith Harris ft. Estelle, Church Boi - All I Want Is You

KH_AIWIY_01.png
KH_AIWIY_06.png
Jake Miller - I Forgot About You

Jake Miller - I Forgot About You

JM_IFAY_01.png
JM_IFAY_02.png
Black Eyed Peas - No Mañana

Black Eyed Peas - No Mañana

BEP_NM_02.png
BEP_NM_04.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; }