[id*="custom-html"]{padding:0 !important; display:none;}
[id*="hero"] .col-md-5{width:100%;}
[id*="hero"] h2{display:none;}
[id*="hero"] .row{align-items: center;}
#top-hero {padding:0 !important;}
#top-hero .row{height: 500px;}
.zyx-paragraph--event-details {display:none;}
.btn-purple, .btn-purple.border-adjusted {background-color: #73236c !important; border-color:#73236c !important; color:#fff !important;}
a.text-link-purple:before, a.text-link-purple.border-adjusted:before{width: 100% !important; transition: none !important; background-color: #fff !important;}
a.text-link-purple {color: #fff !important;}
a.text-link-purple.border-adjusted{border-color: #fff !important;}
.feature-box {border: 2px solid #73236c; border-radius: 10px; padding: 0 1.5rem; height: 360px; box-sizing: border-box;}
.feature-box h4{color: #73236c;}
.feature-title {min-height:115px; display:flex; align-items:center;}
.event-logo {width:170px;}
/* ===== Auto Slider ===== */
.AutoSlider-wrapper {width: 100%; height: 350px; position: relative; overflow: hidden;}
.AutoSlide {position: absolute; top: 0; left: 0; width: 100%; height: 350px; object-fit: cover; opacity: 0; z-index: 0; transition: opacity 1s linear;}
.AutoSlide.active {opacity: 1; z-index: 1;}

/* ===== Popup Video ===== */
.popup-video {display: none; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.9); justify-content: center; align-items: center; position: fixed; top: 0; left: 0; z-index: 1050;}
.popup-video.show {display: flex;}
.popup-video .popup-content {margin: 0 auto; width: 71vw; height: 40vw; text-align: center; max-height: calc(100vh - 60px);}
.popup-video iframe {width: 100%; height: 100%; border: none;}
.popup-video .close-btn {position: absolute; border: 0; outline: none; cursor: pointer; background: none; font-size: 50px; z-index: 1; top: 0; right: 1%; color: #fff; opacity: 1;  margin: 0; padding: 0;}

.thankYou-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(67, 2, 62, 0.7);}
.thankYou-text {position: relative;}
.zyx-teaser-card__img {height: 200px; overflow: hidden;}

.desktop-banner {display:block; position:absolute; top:0; left:0; width:100%;}
.mobile-banner{display:none;}
.banner-text {position:relative;}
.desktop-banner img, .mobile-banner img {width: 100%; object-fit: cover; height: 500px;}

/* RWD */
@media(max-width:768px){
    .event-logo {width:100px;}
    .feature-box {margin-bottom:1rem; height: auto;}
}
@media (max-width: 650px) {
  .desktop-banner {display:none;}
  .mobile-banner {display:block; position:absolute; top:0; left:0; width:100%;}
  .prpl-ecosystem {flex-direction: column-reverse;}
  #prplware-hero img {object-position: 63%;}
  .zyx-teaser-card__inner {margin-bottom: 1rem;}
}
