/* Change all text and icon colors in the player. */
.vjs-iv.video-js {
	color: #fff;
}

/* Change the border of the big play button. */
.vjs-iv .vjs-big-play-button {
	border-color: #CB080E;
}

/* Change the color of various "bars". */
.vjs-iv .vjs-volume-level,
.vjs-iv .vjs-play-progress,
.vjs-iv .vjs-slider-bar {
	background: #fff;
}

.vjs-iv .vjs-control-bar {
	background: rgba(203, 8, 14, 0.618);
/*	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;	*/
}

.vjs-poster img {
	object-fit: cover;
}

/*
.vjs-iv .vjs-text-track-display,
.vjs-iv .vjs-text-track-display div,
.vjs-iv .vjs-poster {
	border-radius: 15px;
}

.vjs-iv .vjs-poster {
	border-radius: 15px !important;
}

div#ivplayer {
	border-radius: 15px !important;
}
*/


/* Change all text and icon colors in the player. */
.vjs-ivk.video-js {
	color: #fff;
}

/* Change the border of the big play button. */
.vjs-ivk .vjs-big-play-button {
	border-color: #CB080E;
}

/* Change the color of various "bars". */
.vjs-ivk .vjs-volume-level,
.vjs-ivk .vjs-play-progress,
.vjs-ivk .vjs-slider-bar {
	background: #fff;
}

.vjs-ivk .vjs-control-bar {
	background: rgba(203, 8, 14, 0.618);
/*	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;	*/
}

.vjs-poster img {
	object-fit: cover;
}

.vjs-ivk .vjs-text-track-display,
.vjs-ivk .vjs-text-track-display div,
.vjs-ivk .vjs-poster {
	border-radius: 15px;
}

.vjs-ivk .vjs-poster {
	border-radius: 15px !important;
}

div#kardioplayer, div#minikardio {
	border-radius: 15px !important;
}

video.vjs-ivk {
	border-radius: 15px !important;
}

.vjs-poster img {
	border-radius: 15px !important;
}

.videoboxr .video-js .vjs-tech {
	border-radius: 15px;
}

.videoboxr .vjs-ivk .vjs-control-bar {
	background: rgba(203, 8, 14, 0.618);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;	
}

.videoboxr img:hover {
	box-shadow: none !important;
}