
@media screen and (max-width:1279px)
{
	.playerCol {
	  position: relative;
	  padding: 0 0 56.25% 0 !important; /* 16:9 ratio */
	  height: 0;
	}
	.playerCol object,
	.playerCol embed,
	.playerCol .pf-player-live,
	.playerCol .player-live,
	.playerCol iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.c-player{
	    position: relative;
	}
}