.store-detail .purchase .label {
	width: 10rem;
	line-height: 3rem;
}
.store-detail .purchase .button {
	width: 12rem;
}
.store-detail .purchase .button.play-movie,
.store-detail .purchase .button.play-mobile {
	width: 25rem;
}
.store-detail .purchase .button.not-available {
	width: 24rem;
}

/* breakpoint definition - mobile */
@media (max-width: 599px) {
	.store-detail .purchase .label {
		clear: both;
		width: 100%;
	}

	.store-detail .purchase .button.play-movie,
	.store-detail .purchase .button.play-mobile {
		width: 100%;
	}
}
