html {
  background-image: url(https://s.yimg.com/dh/ap/fantasy/img/background-baseball@2x.jpg?v=1);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
html.Phone, html.Ybar3 {
  background-image: none;
}

@media screen and (max-width: 767px) {
  html {
    background-size: cover;
  }
}
.Branding-logo {
  background: url(https://s.yimg.com/dh/ap/fantasy/img/mlb/mlb_com_commissioner_2@1x.png) 0 0 no-repeat;
  display: block;
  height: 42px;
  width: 118px;
  z-index: 10005;
  margin-top: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .Branding-logo {
    background-image: url(https://s.yimg.com/dh/ap/fantasy/img/mlb/mlb_com_commissioner@2x.png);
    background-size: auto 42px;
  }
}
#Stencil .C-accent {
  color: #00ab5e;
}
