.vjs-cast-control {
    order: 10;
}
.vjs-cast-control .vjs-control-content {
    width: 48px !important;
    height: 33px !important;
    background-size: 24px 24px !important;
    margin: 0;
}
.vjs-cast-control.cast-idle .vjs-control-content {
    background: url(http://assets.newsok.s3.amazonaws.com/images/chromecast/ic_cast_grey_24dp.png) center center no-repeat;
}
.vjs-cast-control.cast-active .vjs-control-content {
    background: url(http://assets.newsok.s3.amazonaws.com/images/chromecast/ic_cast_connected_grey_24dp.png) center center no-repeat;
}
