::-webkit-scrollbar {
	width: 0;
	background: transparent;
  }

  body.Blank-public .gevme-header-container {
	width: 100%;
  }

  .gevme-template-container[data-gevme-experience="Conference with Exhibition"] [data-content-block-type="Image"] div::-webkit-scrollbar,
  .gevme-template-container[data-gevme-experience="Conference with Exhibition"] [data-content-block-type="ImageList"] div::-webkit-scrollbar {
	background-color: #aaa;
	width: 5px;
	height: 8px;
  }

  .gevme-template-container[data-gevme-experience="Conference with Exhibition"] [data-content-block-type="Image"] div::-webkit-scrollbar-thumb,
  .gevme-template-container[data-gevme-experience="Conference with Exhibition"] [data-content-block-type="ImageList"] div::-webkit-scrollbar-thumb {
  	background-color: #000;
  	width: 5px;
  	height: 8px;
  }
  
  .gevme-template-content::-webkit-scrollbar {
	width: 0;
	background: transparent;
  }

  .gevme-template-showcase-block.gevme-with-cover-image, .gevme-template-showcase-block.gevme-with-tablet-cover-image, .gevme-template-showcase-block.gevme-with-mobile-cover-image {
    height: 100%!important;
}

.gevme-modal.visible {
	z-index: 99999999999;
}

.gevme-modal.visible gevme-content-block {
position: unset!important;
    top: unset!important;
        left: unset!important;
    width: 100%!important;
    height: 100% !important;
}

.gevme-modal.visible .gevme-speakers-block-fallback-container,
.gevme-modal.visible .gevme-speakers-block-fallback,
[name="GevmeAgenda"] {
	height: 100%;
}

.gevme-modal.visible .Resources {
	padding: 10px!important;
}

.gevme-imageslideshow-block .gevme-carousel .gevme-carousel-track .gevme-carousel-list .gevme-carousel-slide .gevme-carousel-image {
	object-fit: inherit;
}

/* .gevme-template-container[data-gevme-experience="Conference with Exhibition"] .gevme-template-content {
	padding-top: 110px;
} */

.header-not-at-top .gevme-template-container[data-gevme-experience="1-Day Conference with Exhibition and Networking"] .gevme-header-container,
.header-not-at-top .gevme-template-container[data-gevme-experience="Conference with Exhibition"] .gevme-header-container {
 	background: #008E7478;
 }

 .header-not-at-top .gevme-header-container {
 	backdrop-filter: blur(5px);
 }

 .gevme-header-container > div {
    width: 100%;
}

#top-of-site-pixel-anchor {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 62px;
    left: 0;
}

@media only screen and (max-width: 991px) {
/* .gevme-template-container[data-gevme-experience="Conference with Exhibition"] .gevme-template-content {
		padding-top: 80px;
	} */
	.gevme-template-container[data-gevme-experience="Conference with Exhibition"] #gevme-logo img {
		width: 85%;
	}
	.gevme-template-container[data-gevme-experience="Conference with Exhibition"] .gevme-logo-title {
		padding: 10px 0;
	}
}
  
@media only screen and (min-width: 541px) {
body .gevme-modal.visible[data-content-block-modal] {
	height: 100%;
}
}

@media screen and (max-width: 575px) {
.gevme-template-container[data-gevme-experience="Conference with Exhibition"] #gevme-logo img {
	width: 85%;
}
.gevme-template-container[data-gevme-experience="Conference with Exhibition"] .gevme-logo-title {
	padding: 0;
}
}
  
  .spOnly {
	display: none !important;
  }
  
  .gevme-template-main .gevme-template-content {
	overflow-x: hidden;
	background-size: 100%;
  }

  .image-bg {
	display: block;
	width: 100%;
  }

  .block-container {
	  position: absolute;
	  top: 0;
  }

  .gevme-content-blocks-container {
	  height: auto;
  }
  
  [data-content-fallback] {
	object-fit: initial;
  }

  @media only screen and (max-width: 767px) {
	.spOnly {
	  display: block !important;
	}
	.pcOnly {
	  display: none !important;
	}
	.image-bg {
	  width: 100vw;
	}
	.gevme-content-blocks-container {
	  overflow: auto;
	}
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
	.gevme-template-main .gevme-template-content {
	  height: 100% !important;
	}
	.gevme-content-blocks-container {
	  overflow: scroll;
	}
	.spOnly {
	  display: block !important;
	}
	.pcOnly {
	  display: none !important;
	}
	.gevme-content-blocks-container {
	  overflow: auto;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.gevme-template-main .gevme-template-content {
	  height: 100% !important;
	}
	.gevme-content-blocks-container {
	  overflow: scroll;
	}
  }