#myVideo {
	right: 0;
	bottom: 0;
	width: 100%; 
    height: fit-content;
	object-fit: cover;
}

.content {
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	padding: 20px;
	position: absolute;
    top: 0px;
    width: 40%;
    margin: 50px;
}

.odd .content {
	left:0px;
}

.even .content {
	right:0px;
}

.header-content {
    height: 300px;
    color: #f1f1f1;
    padding: 20px;
    position: absolute;
	right:0px;
    top: 30px;
    width: 70%;
}

.header-text {
	margin: auto 5%;
}

.segment {
	overflow: hidden;
	position: relative;
    height: 700px;
    width: 100%;
}

.header {
	width: 100%;
    display: block;
    overflow: auto;
    background-color: #050505;
}

body {
	margin: 0;
}	


.portrait {
    position: relative;
    width: 20%;
    height: 300px;
    margin: 30px 100px 0;
    background: url("http://hudajan.cz/images/normal.jpeg") no-repeat;
    background-size: contain;
    display: inline-block;	
}

.portrait:hover {
    background: url("http://hudajan.cz/images/mental.jpeg") no-repeat;
    position: relative;
    width: 20%;
    height: 300px;
    margin: 30px 100px 0;
    background-size: contain;
    display: inline-block;	
}

h1, h2, h3, p, li, span {
	font-family: 'Open Sans', sans-serif;
	color: #f1f1f1;
}

.content-links {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    position: absolute;
    bottom: 50px;
    width: 40%
}

.odd .content-links {
	right: 50px;
}

.even .content-links {
	left: 50px;
}

.sticky-header {
    height: 30px;
    z-index: 999;
	overflow: hidden;
	background-color: #0000009e;
	position: fixed;
	top: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.sticky-header > span {
    display: table-cell;
    padding: 5px;
    text-align: center;
}

.sticky-header > span > a > img {
    height: 20px;
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
    top: 0;
    color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}