.cmBannerLoader-area:first-child {
  cursor: pointer;
}
.cmBannerLoader-area:first-child .no-click-action {
  cursor: initial;
}
#cmBannerLoader-area-1 {
  height: 300px;  
  margin-bottom: 20px;
}

#cmBannerLoader-area-1 img { max-width: 100%; }

#testArea2 {
  background-color: white;
  width: 600px;
  height: 200px;
  float: left;
  margin: 20px;
}

#cmBannerLoaderOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  /* cursor: pointer; */
}

#cmBannerLoaderPopup {
  width: 800px;
  height: 500px;
  margin: 100px auto;
  cursor: default;
}

#cmBannerLoaderPopupHeader {
  line-height: 65px;
}

#cmBannerLoaderPopupHeaderCloseButton {
  content: "\00d7";
  margin: 0 -35px 0 0;
  font-size: 65px;
  cursor: pointer;
  user-select: none;
  float: right;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

#cmBannerLoaderPopupContent {
  width: 100%;
  height: 100%;
  clear: both;
}
/* 
#cmBannerLoaderPopup::before {
  content: "\00d7";
  margin: 0 -20px 00 0;
  font-size: 65px;
  cursor: pointer;
  float: right;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
} */
#mainform[action*='/ESHRE2026/Programme/'] div.cmBannerLoader-area,
#mainform[action*='/eshre2026/programme/'] div.cmBannerLoader-area
{
  display: none !important;
}