
@media screen and (max-width: 920px) {

	.cueButton {
		top: 0;
		margin-top: 20px;
		font-size: 22px;
		padding-top: 7px;
		margin-bottom: 15px;
		padding-bottom: 5px;
		height: auto;
	}
	.playButton {
		margin-top: 20px;
		font-size: 22px;
		padding-top: 7px;
		margin-bottom: 15px;
		padding-bottom: 5px;
		height: auto;
	}

	.panel-black {
		overflow: hidden;
	}




}
@media screen and (max-width: 800px) {
	.mobileOnly {
		display: block !important;
	}
	.desktopOnly {
		display: none !important;
	}

}
@media screen and (max-width: 640px) {
	.desktopOnly {
		display: none !important;
	}

	.mobileOnly {
		display: block !important;
	}


	.branch.left {
		left: 7px;
		display: none;
	}
	.branch.right {
		right: 7px;
		display: none;
	}

/*	.btn {
		font-size: 1.3em;
	}*/

/*	.playButton {
	    width: 60px;
	    height: 60px;
	    padding-top: 10px;
	    padding-left: 15px;
	    font-size: 15px;
	}
	.cueButton {
	    width: 30px;
	    height: 30px;
	    padding: 7px 0 0 0;
	    font-size: 10px;
	}*/

}


