/* WTWR_MEMBER_PUBLIC_HERO_DIRECT_V4
   Direct static replacement only.
   The source image itself is the exact approved public Register/Login hero.
*/
.hero{
  padding:28px 0 24px !important;
}
.hero .banner-shell.wtwr-member-public-hero-direct-v4{
  overflow:hidden;
  border:1px solid #ffffff18;
  border-radius:24px;
  box-shadow:0 28px 80px #0009;
  background:#02070d;
}
.hero .banner-shell.wtwr-member-public-hero-direct-v4 img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  margin:0;
  padding:0;
  transform:none !important;
  transform-origin:center center !important;
}
@media(max-width:620px){
  .hero{padding:18px 0 18px !important;}
  .hero .banner-shell.wtwr-member-public-hero-direct-v4{
    border-radius:18px;
  }
}