
/* =========================================================
   HOME MOBILE BACKGROUND V2.7 TEST
   Deeper balanced crop: approximately one-third of the move
   from V2.6 toward V2.5.
   Genuine approved texture, continuous, no repeat.
   Desktop V4 unchanged.
   ========================================================= */

@media (max-width:700px){
  body{
    background:#0d0d0c !important;
  }

  .page.home-page{
    background-color:#0d0d0c !important;
    background-image:url("assets/approved-background.png") !important;
    background-repeat:no-repeat !important;
    background-position:67% top !important;
    background-size:147% 100% !important;
  }

  .home-main{
    background:transparent !important;
  }
}

@media (orientation:landscape) and (max-width:1100px) and (max-height:650px){
  body{
    background:#0d0d0c !important;
  }

  .page.home-page{
    background-color:#0d0d0c !important;
    background-image:url("assets/approved-background.png") !important;
    background-repeat:no-repeat !important;
    background-position:64% top !important;
    background-size:128% 100% !important;
  }

  .home-main{
    background:transparent !important;
  }
}

.home-hero{
  background:transparent !important;
}
