/* ESS Mobile Stability Layer */
@media(max-width:768px){
  body{
    padding-bottom:96px !important;
  }
  .ess-mobile-bottom-nav{
    contain:layout paint;
  }
}
