/* Fix for hero image display */
.coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero .coh-column.center-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero tim-photo-container {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero tim-photo-container img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border-radius: 8px !important;
}

/* Ensure the image container is visible */
.coh-column.center-content.coh-visible-xs.coh-col-xs-12.coh-visible-md.coh-col-md-6.coh-visible-xl.coh-col-xl-6 {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix for responsive image */
@media (max-width: 767px) {
    .coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero .coh-row-inner {
        flex-direction: column !important;
    }
    
    .coh-container.ssa-component.ssa-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.coh-component-instance-fcd09c68-2ec2-4053-a6fe-9b05c249f9bc.hero .coh-column {
        width: 100% !important;
    }
}
