Then add this to the bottom of assets/css/style.css: .sbj-gallery-video { position: relative; cursor: pointer; overflow: hidden; } .sbj-gallery-video__overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; transition: opacity 0.25s ease; pointer-events: none; } .sbj-gallery-video__player { width: 100%; display: block; }