.home_iframe {
width: 100%;
aspect-ratio: 16/9;
}
@media screen and (max-width: 1200px) {
.home_iframe {
max-height: 100svh
}
}
const iframe = document.querySelector(".home_iframe");
iframe.addEventListener("load", () => {
const iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
const pollButtons = setInterval(() => {
const backbtns = iframeDoc.querySelector(".buttons-back-container");
const footer = iframeDoc.querySelector(".footer");
if (window.screen.height == window.innerHeight) {
moveUp(iframeDoc, backbtns, footer);
return;
}
if (backbtns && footer) {
clearInterval(pollButtons);
if (calculateScrollPercent() > 20) {
moveUp(iframeDoc, backbtns, footer);
} else {
moveDown(iframeDoc, backbtns, footer);
}
window.addEventListener("scroll", () => {
if (calculateScrollPercent() > 20) {
moveUp(iframeDoc, backbtns, footer);
} else {
moveDown(iframeDoc, backbtns, footer);
}
});
}
}, 300);
});
function moveUp(iframeDoc, backbtns, footer) {
backbtns.style.top = "50%";
backbtns.style.transform = "translateY(-50%)";
backbtns.style.aspectRatio = "16 / 9";
footer.style.top = "50%";
footer.style.transform = "translateY(-50%)";
footer.style.aspectRatio = "16 / 9";
}
function moveDown(iframeDoc, backbtns, footer) {
backbtns.style.top = "85svh";
backbtns.style.transform = "translateY(-100%)";
backbtns.style.aspectRatio = "none";
footer.style.top = "85svh";
footer.style.transform = "translateY(-100%)";
footer.style.aspectRatio = "none";
}
const calculateScrollPercent = () => {
const scrollTop = window.scrollY || document.documentElement.scrollTop;
return scrollTop;
};
Projects ALWAYS tailored to you
| Get in touch if you need a fully customized technical solution in adhesive bonding, materials, or components.
Constant innovation
| Our machinery and facilities are constantly evolving to deliver an increasingly comprehensive service...

Adhesive solutions—often invisible, yet always essential—across a wide range of industries and applications. Discover all the sectors we serve with custom solutions!
Our secret relies on our product and our processes, carried out under the most demanding quality standards.
We solve real-world challenges for leading companies with the technical know-how that has
kept us at the forefront since 1975.
We combine cutting-edge technology with a highly experienced team to deliver solutions that
always aim high.
WE ARE 3M PREFERRED CONVERTER & TESA PLATINUM CONVERTER
| We work with the best brands





