.ff-page {
    overflow-x: hidden;  /* Prevent horizontal scrolling at page level */
}

#tagline .filefactory_premium {
    transform-origin: center center;
    max-width: 100%;  /* Ensure the logo doesn't exceed container width */
    box-sizing: border-box;  /* Include padding and border in element's width */
}

/* Ensure the premium logo container maintains its dimensions */
#tagline {
    overflow: hidden;  /* Contain any overflow from hover effects */
}
