/* V184: make the mobile map hero full-width and more immersive */

@media(max-width:760px){
  body .marketplace-primer.missing-model-primer.edu-opportunity-network-intro{
    width:100vw!important;
    max-width:100vw!important;
    margin:16px 0 18px!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  body .marketplace-primer.missing-model-primer.edu-opportunity-network-intro .home-opening-card{
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body .marketplace-primer.missing-model-primer.edu-opportunity-network-intro .home-opening-card .home-opening-bg-img{
    width:100vw!important;
    max-width:100vw!important;
    height:300px!important;
    min-height:300px!important;
    margin:0!important;
    border-radius:0!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
  }

  body .home-opening-card .home-opening-overlay-copy{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin:-34px auto 0!important;
    padding:18px 18px 22px!important;
    border-radius:26px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 18px 44px rgba(6,22,51,.14)!important;
  }

  body .home-opening-card .home-opening-eyebrow{
    font-size:11px!important;
    line-height:1.3!important;
    letter-spacing:.06em!important;
  }

  body .marketplace-primer.missing-model-primer.edu-opportunity-network-intro .home-opening-card h2{
    font-size:32px!important;
    max-width:8.5ch!important;
  }

  body .home-opening-card .home-opening-subline{
    font-size:14.5px!important;
    line-height:1.48!important;
  }
}

@media(max-width:430px){
  body .marketplace-primer.missing-model-primer.edu-opportunity-network-intro .home-opening-card .home-opening-bg-img{
    height:286px!important;
    min-height:286px!important;
    object-position:58% center!important;
  }

  body .home-opening-card .home-opening-overlay-copy{
    width:calc(100% - 20px)!important;
    margin:-32px auto 0!important;
    padding:17px 16px 20px!important;
  }

  body .marketplace-primer.missing-model-primer.edu-opportunity-network-intro .home-opening-card h2{
    font-size:30px!important;
  }
}
