/** SEGMENTOVÁ NAVIGACE - ROZDĚLOVNÍK **/
.header--desktop ul li a[href^="/cs/dokumenty-ke-stazeni"]::before, .header--desktop ul li a[href^="/en/documents-to-download"]::before {
    content: "";
    display: inline-block;
    background: hsla(0, 0%, 100%, .5);
    height: 1.5rem;
    width: 0.125rem;
    vertical-align: middle;
    margin: 0 16px 0 4px;
}


/* YOUTUBE VIDEO IFRAME */
.cs-yt-wrapper {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
	margin:0 auto;
}

.cs-yt-video {
	position: absolute; 
	top: -1px; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	border: none
}

/* Infobox */
.epr-info {
  background: #f3f6f7;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  padding: 20px 20px 22px;
  border-top: 2px solid white;
}
