


div.my-img picture > img.zpimage-style-none {
    width: 200px !important;
    height:auto !important;
    max-width: none !important;
    display: inline-block !important;
    object-fit: contain !important;
}

body, html, .zc-body, .zpcontent, .zpPage {
  background-color: #000 !important;
}

/* Push main content to the very top, covering Zoho top spacer */
body > *:first-child {
  margin-top: -100px; /* adjust as needed, match the height of the top band */
}

/* Ensure your accordion/logo sit at top */
#sessions-accordion,
.logo-chart,
.video-poster {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
