#asg .p-image__image {
  background: none;
  max-width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5rem;
}

@media only screen and (max-width: 480px) {
  #asg .p-image__image {
      background: none;
      max-width: 90%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}

#postseason .p-image__image {
  background: none;
  max-width: 25%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5rem;
  border-radius: 2%;
}

#youtube-tv .p-image__image {
  background: none;
  max-width: 25%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5rem;
  border-radius: 2%;
}

#mlbn body{
  background: #000 url(/img/mvpd/mlbn/mlbn-background.png) no-repeat center center fixed;
  background-size: auto;
  background-size: cover;
  color: #f8f8f8;
  word-break: break-word;
}

#mvpds select {
line-height: 14px;
height: 30px;
border-radius: 3px;
border-width: 1px;
border-color: #ccc;
}

#mlbn .p-image__image {
  background: none;
  max-width: 11%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5rem;
}

#mlbn .p-heading__subtitle {
  color: #808080;
}

.microsite--mlb-mlbn .club-bg-skin--1 {
  background-image:none;
  background: rgba(0,0,0,.9) url(https://cdn.commerce.mlb.com/css/mvpd/mlbn-background.png) no-repeat center center fixed;
}
.sweet-loading {
  overflow:hidden !important;
}

.p-ad {
  display: none;
}

.microsite--mlb-mlbn .sweet-loading{
  color: rgb(160, 160, 160)
}


/* BUTTON LOADING */

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 10px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0px;
  width: 13px;
  height:13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
