LUXURY MARINE
& RESIDENTIAL
FURNITURE
Bespoke and semi-custom furniture for superyachts, hotels & private residences. Designed & hand crafted in the UK by our master craftspeople.
ABOUT US
OUR SERVICE
.video-wrapper {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 ratio */
overflow: hidden;
}
.video-wrapper iframe {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
margin-bottom: 9px;
}
/* Circular button */
#muteBtn {
position: absolute;
bottom: 1%;
right: 2%;
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(0,0,0,0.2);
border: none;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 10;
transition: transform 0.2s ease, bottom 0.2s ease, right 0.2s ease;
}
#muteBtn img {
width: 100%; /* icon stays readable */
height: 100%;
object-fit: contain;
pointer-events: none;
}
#muteBtn:hover {
background: rgba(0,0,0,0.7);
}
/* Tablet: scale button to 75% */
@media (max-width: 1024px) and (min-width: 601px) {
.video-wrapper #muteBtn {
transform: scale(0.75) !important;
}
}
/* Mobile: scale button smaller and move closer to bottom-right */
@media (max-width: 600px) {
.video-wrapper #muteBtn {
transform: scale(0.5) !important;
bottom: -10px !important;
right: -5px !important;
}
}
const iframe = document.getElementById(‘vimeoPlayer’);
const play
.video-wrapper {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 ratio */
overflow: hidden;
}
.video-wrapper iframe {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
}
.mute-btn {
position: absolute;
bottom: 20px;
right: 20px;
background: rgba(0,0,0,0.5);
border: none;
border-radius: 50%;
width: 60px;
height: 60px;
padding: 0;
cursor: pointer;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}
.mute-btn img {
width: 70%;
height: 70%;
object-fit: contain;
display: block;
pointer-events: none;
}
.mute-btn:hover {
background: rgba(0,0,0,0.7);
}
const iframe = document.getElementById(‘vimeoPlayer’);
const player = new Vimeo.Player(iframe);
const btn = document.getElementById(‘muteBtn’);
const icon = document.getElementById(‘muteIcon’);
let isMuted = true; // starts muted for autoplay
btn.addEventListener(‘click’, () => {
if (isMuted) {
player.setVolume(1);
icon.src = “https://www.nealjonesfurniture.com/wp-content/uploads/2025/09/unmuted.png”;
} else {
player.setVolume(0);
icon.src = “https://www.nealjonesfurniture.com/wp-content/uploads/2025/09/muted.png”;
}
isMuted = !isMuted;
});
SUPERYACHT FURNITURE
Bespoke and semi-custom luxury marine furniture for superyachts and other yachts and sailing vessels.
SUPERYACHT FURNITURE
Bespoke and semi-custom luxury marine furniture for superyachts and other sailing vessels.
DISCOVER MORE
RESIDENTIAL FURNITURE
Luxury furniture and rooms for hotels, spas, residences and more.
DISCOVER MORE
RESIDENTIAL FURNITURE
Luxury furniture and rooms for hotels, spas, residences and more.
DISCOVER MORE