.zoneInner, .zoneWrap, .zoneInner > .WaPlaceHolder {  max-width:1440px; }


.zoneBranding.zoneOuter { 
display: none; 
}


/* Display full event images */
.gadgetEventEditableArea img {
    display: block !important;
    max-width: 400px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;   /* Center the image */
}

/* Remove the fixed-height crop */
.boxBodyContentContainer.fixedHeight {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

/* Hide event-description text */
.gadgetEventEditableArea {
    font-size: 0 !important;
    line-height: 0 !important;
}


/* Display full event images */
.gadgetEventEditableArea img {
    display: block !important;
    max-width: 600px !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;   /* Center the image */
}