.mejs__airplay-button > button,
.mejs-airplay-button > button {
    /*background: url('airplay.svg') no-repeat 0 4px;*/
	background:url(../../images/playstop.png) no-repeat;
}
@media screen and (max-width:768px){
	.mejs__airplay-button > button,.mejs-airplay-button > button {
	background: url(../../images/m/play.png) 0px 0px no-repeat;height: 70px; width: 60px;
	}
}

.mejs__airplay-button > button .fill,
.mejs-airplay-button > button .fill {
    fill: #fff;
}

.mejs__airplay-button > button.active .fill,
.mejs-airplay-button > button.active .fill {
    fill: #66a8cc;
}
