
/* Front Line VPS Datacenter Background */
#vps{
  position:relative;
  background:
    linear-gradient(
      rgba(5,9,15,.88),
      rgba(5,9,15,.94)
    ),
    url('/assets/server-rack-bg.jpg') center center / cover no-repeat;
  background-attachment:fixed;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

#vps .wrap{
  position:relative;
  z-index:2;
}

#vps .vps-card{
  background:rgba(13,20,31,.91);
  backdrop-filter:blur(7px);
  -webkit-backdrop-filter:blur(7px);
}

