@media screen and (max-width:650px) {
	.playkit-right-controls div[title="United Nations Web TV"] {
		display: none !important;
	}
}

@media screen and (max-width:1400px) {
	.playkit-control-picture-in-picture {
		display: none !important;
	}
}

@media screen and (max-width:480px) {
	.playkit-watermark img, .playkit-control-picture-in-picture {
		display: none !important;
	}
	/*.playkit-control-share {
		bottom: 9rem !important;
	}*/
}

.playkit-left-controls .playkit-webtv-logo {
		display: none !important;
}

.playkit-watermark img {
	width: 80%;
	padding: 2.5rem 5px 5px 5px;
	z-index: 10000 !important;
}

.playkit-right-controls div[title="United Nations Web TV"] a.playkit-control-button {
	width: 90px !important;
}

.playkit-right-controls div[title="United Nations Web TV"] img {
	width: 90px !important;
	height: 15px !important;
	position: absolute;
  top: 30%;
}


/*.playkit-control-share {
	padding: 5px;
	position: absolute !important;
	right: 1.3rem;
	bottom: 7rem;
}*/


.playkit-player .playkit-top-bar {
	height: 0 !important;
	margin-top: 0 !important;
	position: static !important;
	margin-top: 0 !important;
	min-height: 0 !important;
}

.playkit-player .playkit-bottom-bar .playkit-control-button-container {
	margin: 0 1px !important;
}

.playkit-interactive-area {
	margin: 0 16px 16px 16px !important;
}

.playkit-player.playkit-casting .playkit-top-bar, .playkit-player.playkit-metadata-loaded.playkit-hover .playkit-top-bar, .playkit-player.playkit-state-paused .playkit-top-bar, .playkit-player.playkit-state-idle .playkit-top-bar, .playkit-player.playkit-ad-break .playkit-top-bar, .playkit-player.playkit-menu-active .playkit-top-bar, .playkit-player .playkit-tooltip, .playkit-player.playkit-overlay-active .overlay-portal {
	z-index: 10000 !important;
}

.playkit-bottom-bar {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 752px) {
  .playkit-bottom-bar {
    max-width: 720px; } }

@media (min-width: 992px) {
  .playkit-bottom-bar {
    max-width: 960px; } }

@media (min-width: 1248px) {
  .playkit-bottom-bar {
    max-width: 1216px; } }

@media (min-width: 1376px) {
  .playkit-bottom-bar {
    max-width: 1344px; } }
	
/* .playkit-player-gui>.playkit-playback-controls, .playkit-center-playback-controls {
	width: 64px;
	height: 64px;
	left: 47%;
	z-index: 8000 !important;
} */








