/* Mobile only: match the action to the Play it now panel's content width. */
@media(max-width:640px){
.play-band[data-full-width-play]{flex-direction:column;align-items:stretch}
.play-band[data-full-width-play]>div:first-child{flex:0 0 auto!important;width:100%;min-width:0}
.play-band[data-full-width-play]>a.btn-primary{display:flex;flex:0 0 auto!important;width:100%;max-width:none;margin-left:0!important;justify-content:center;box-sizing:border-box}
}
