/* 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
Fenice

Fenice

FENICE_STILL05.png
FENICE_STILL04.png
Randa

Randa

RANDA04.png
RANDA03.png
Merman

Merman

MERMAN01.jpg
MERMAN02.jpg
Kylie

Kylie

KYLIE_STILL03.jpg
KYLIE_STILL01.jpg
Drive

Drive

DRIVE05.png
DRIVE03.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; }