/* Atlantic Image Defense LLC
 * v451.100.79 - desktop title autofit
 * Scope: desktop title only. Mobile/tablet rules from v451.100.78 remain untouched.
 */
@media (min-width: 901px) {
    .aid-fw-launcher-premium-heading-v45110076 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .aid-fw-launcher-premium-heading-v45110076 .aid-fw-launcher-premium-heading-line-v45110076 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: none !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
}
