/* Play button */

.mejs-video .mejs-overlay-button {
	background: url(/assets/images/thumbnail-play-btn.png) 0 -100px no-repeat;
}
.mejs-video .mejs-overlay-button:hover {
	background-position: 0 0;
}

/* Tellagami teal player */

.mejs-tg .mejs-controls {
	background: #4cb5aa;
}

.mejs-tg-embed .mejs-controls {
	width: auto;
	padding-right: 115px;
	background: #4cb5aa url(/assets/images/tg-player-logo.png) 98% 1px no-repeat;
}

.mejs-tg .mejs-controls .mejs-time-loaded {
	background: #41eade;
}

.mejs-tg .mejs-controls .mejs-time-total {
	background: #50ccc3;
}

/*
.mejs-tg .mejs-controls .mejs-playpause-button {
	background: #96cb04;
	height: 100%;
}

.mejs-tg .mejs-controls .mejs-playpause-button button {
	background: url(/static/images/tg-skin/controlbar/playButton.png) -6px -5px no-repeat;
}

.mejs-tg .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #2a88c1;
}*/


/* Smartphones (portrait and landscape) */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.mejs-controls {
		display: none;
	}
}