﻿.hero-holder1 {
    background-image: url(https://assets.syngentaebiz.com/images/media/gh-about-header-desktop@2x.png) !important;
    background-size: cover;
    background-position: center center; /* Changed from top center */
    background-repeat: no-repeat;
    width: 100%;
    height: 493px; /* Changed from fixed height to viewport height */
    position: relative;
    overflow: hidden;
    top: 49px;
}
.history-intro {
    text-align: center;
    font: normal normal normal 60px/60px GHVeneerClean;
    letter-spacing: 0.6px;
    color: #DF6420;
}
#about-video .video-container {
     max-width: 750px; 
     height: 422px; 
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    background: #000;
}
#about-video {
    padding-top: 245px;
}
#about-timeline {
    background-image: linear-gradient(185deg, rgba(179, 191, 184, 0.15) 0%, rgba(90, 96, 92, 0) 100%);
    mix-blend-mode: multiply;
}
.out-range-div{
    padding-top:250px;
}
.heritage-txt {
    text-align: center;
    font: normal normal normal 48px/48px GHVeneerClean;
    letter-spacing: 0.48px;
    color: #DF6420;
}
#about-timeline table {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
    margin-top: 50px;
}

#about-timeline tr {
    text-align: left;
}

#about-timeline td {
    position: relative;
    padding-top: 2em;
}

#about-timeline tr:first-child td {
    padding-top: 0;
}

#about-timeline td:nth-child(2) {
    width: 170px;
    display: none;
}

#about-timeline tr.date-left td:nth-child(3), #about-timeline tr.right td:nth-child(1) {
    display: none;
}

#about-timeline span.date {
    display: block;
    font-size: 8rem;
    line-height: 7rem;
    font-weight: 700;
    color: #d25f15;
    opacity: .2;
}

#about-timeline tr.date-left span.date {
    right: 0;
}

#about-timeline span.spacer {
    display: block;
    height: 12px;
    width: 12px;
    background: #464646;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

    #about-timeline span.spacer + span {
        display: block;
        height: 12px;
        width: 12px;
        background: black;
        border-radius: 50%;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

#about-timeline tr.date-left span.spacer, #about-timeline tr.right span.spacer {
    height: 24px;
    width: 24px;
    background: #d25f15;
}

    #about-timeline tr.date-left span.spacer:before, #about-timeline tr.right span.spacer:before {
        content: "";
        display: block;
        height: 3px;
        width: 50px;
        background: #d25f15;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #about-timeline tr.date-left span.spacer:before {
        left: -50px;
    }

    #about-timeline tr.right span.spacer:before {
        right: -50px;
    }


@media only screen and (min-width: 1200px) and (max-width:1700px) {
    #globalFooter::before {
        bottom: 2% !important;
        width: 72% !important;
        height: 22% !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width:2500px) {
    #globalFooter::before {
        bottom: 2% !important;
        width: 65% !important;
        height: 22% !important;
    }
}

@media only screen and (min-width: 2500px) {
    #globalFooter::before {
        width: 60% !important;
        height: 22% !important;
        bottom: 2% !important;
    }
}

@media only screen and (min-width: 3800px) {
    #globalFooter::before {
        width: 55% !important;
        height: 22% !important;
        bottom: 2% !important;
    }
}
@media only screen and (min-width: 768px) {
    #about-timeline tr.date-left {
        text-align: right;
    }

    #about-timeline tr.right {
        text-align: left;
    }

    #about-timeline td {
        padding-top: 0;
    }

        #about-timeline td:nth-child(2) {
            display: table-cell;
        }

    #about-timeline tr.date-left td:nth-child(3), #about-timeline tr.right td:nth-child(1) {
        display: table-cell;
    }
}

.breadcrumb-wrapper {
    top: 49px;
}

    @media only screen and (max-width: 990px) {
        .hero-holder1 {
            background-image: url('https://assets.syngentaebiz.com/images/media/gh-about-header-mobile@2x.png') !important;
            background-size: 100% 100%;
            top: 41px;
            width: 100%;
            height: 300px;
        }

        #about-video .video-container {
            left: 4% !important;
            right: 4% !important;
            transform: translateY(-50%);
            height: unset !important;
        }

        #about-video {
            padding-top: 110px;
        }

        .out-range-div {
            padding-top: 125px;
        }

        .history-intro {
            font: normal normal normal 48px/48px GHVeneerClean;
        }

        .heritage-txt {
            font: normal normal normal 40px/40px GHVeneerClean;
        }
    }

