/*
 * CaliGo Movers v1.5.27
 * Requested scope only:
 * - enlarge the desktop homepage hero media by 30% in width and height;
 * - keep the estimate/inventory form dimensions unchanged;
 * - fill the existing enlarged frame without black side fields.
 */
@media (min-width: 1200px) {
    .caligo-live-homepage .caligo-hero-media {
        width: 130% !important;
        max-width: none !important;
        height: clamp(559px, 46.8vw, 650px) !important;
        min-height: 559px !important;
        max-height: 650px !important;
        margin-left: -15% !important;
        margin-right: -15% !important;
        aspect-ratio: auto !important;
        background: #020610;
    }

    .caligo-live-homepage .caligo-hero-media__video,
    .caligo-live-homepage .caligo-hero-media__image {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}

@media (min-width: 1200px) and (max-width: 1320px) {
    .caligo-live-homepage .caligo-hero-media {
        height: 559px !important;
        min-height: 559px !important;
        max-height: 559px !important;
    }
}
