.elevateToWindowsApp .background {
  width: 715px;
  height: 400px;
  background-size: 715px 400px;
  position: absolute;
  opacity: .2; }
.elevateToWindowsApp .navigate {
  position: relative;
  width: 260px;
  top: 100px;
  margin: 0 auto; }
.elevateToWindowsApp p {
  margin-left: 15px;
  font-size: 18px;
  line-height: 22px; }

.winAppTile {
  position: relative;
  height: 120px;
  width: 248px;
  display: block;
  text-align: center; }
  .winAppTile .icon {
    background-repeat: no-repeat;
    height: 75%;
    width: 70px;
    display: inline-block;
    margin-top: 30px; }
  .winAppTile span {
    font: 12px/12px "Segoe UI", Arial, Helvetica, Sans-Serif;
    position: absolute;
    bottom: 4px;
    left: 14px;
    color: white; }

.winAppTile.games {
  background: #008a00;
  background: -ms-linear-gradient(left, #008a00 0%, #00a600 100%);
  background: -webkit-linear-gradient(left, #008a00 0%, #00a600 100%);
  background: -moz-linear-gradient(left, #008a00 0%, #00a600 100%);
  background: -o-linear-gradient(left, #008a00 0%, #00a600 100%);
  background: linear-gradient(left, #008a00 0%, #00a600 100%); }
  .winAppTile.games .icon {
    background-image: url("../images/shell/XboxLogo.png"); }

.winAppTile.video {
  background: #ac193d;
  background: -ms-linear-gradient(left, #ac193d 0%, #bb1d48 80%, #bf1e4b 89%, #be1e4b 100%);
  background: -webkit-linear-gradient(left, #ac193d 0%, #bb1d48 80%, #bf1e4b 89%, #be1e4b 100%);
  background: -moz-linear-gradient(left, #ac193d 0%, #bb1d48 80%, #bf1e4b 89%, #be1e4b 100%);
  background: -o-linear-gradient(left, #ac193d 0%, #bb1d48 80%, #bf1e4b 89%, #be1e4b 100%);
  background: linear-gradient(left, #ac193d 0%, #bb1d48 80%, #bf1e4b 89%, #be1e4b 100%); }
  .winAppTile.video .icon {
    background-image: url("../images/shell/XboxLogo.png"); }

