/* Paint the image on a #101444 backdrop */
.community-section-embedWidget-1 .embed-layout {
    background: #101444 url("https://previewengine-accl.zohoexternal.in/image/WD/771jsc7522584fc71486a9cc8739f914a1171?version=1.0&width=2046&height=1536") center center / contain no-repeat;
    border-radius: 10px;
    aspect-ratio: 2046 / 1046;
    height: auto !important;
    max-width: 100%;
    overflow: hidden;
}

/* Hide WorkDrive's grey viewer */
.community-section-embedWidget-1 .embed-layout iframe {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* For Agenda Background */
.community-section-agendaLayout .background-layer {
        background: #101444 !important;
}

.embed-layout:has(iframe[src*="771js3e2087288a104a779f9b372b620612bc"]) {
  background: #101444
    url("https://previewengine-accl.zohoexternal.in/image/WD/771js3e2087288a104a779f9b372b620612bc")
    center center / contain no-repeat;
  border-radius: 10px;
  aspect-ratio: 1920 / 833;
  height: auto !important;
  max-width: 100%;
  overflow: hidden;
}

.embed-layout iframe[src*="771js3e2087288a104a779f9b372b620612bc"] {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}