#tooltip {
  position: absolute;
  display: none;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 4px;
  background: rgba(0,0,0,.8);
  color: #ddd;
  font-size: 100%;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  pointer-events: none;
  z-index: 10;
}
#tooltip::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0,0,0,.7);
  line-height: 0;
  z-index: 10;
}

#tooltip-left {
position: absolute;
display: none;
min-width: 30px;
max-width: 300px;
padding: 5px 15px;
border-radius: 4px;
background: rgba(0,0,0,.8);
color: #ddd;
font-size: 100%;
text-shadow: 0 1px 0 #000;
text-align: center;
line-height: 1.3;
letter-spacing: .06em;
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
pointer-events: none;
z-index: 10;
}
#tooltip-left::after {
position: absolute;
top: 40%;
right: -5px;
content: "";
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid rgba(0,0,0,.7);
line-height: 0;
z-index: 10;
}

.w3-theme-l5 {color:#000 !important; background-color:#f3f6fb !important}
.w3-theme-l4 {color:#000 !important; background-color:#d7e1f0 !important}
.w3-theme-l3 {color:#000 !important; background-color:#afc3e1 !important}
.w3-theme-l2 {color:#fff !important; background-color:#86a5d2 !important}
.w3-theme-l1 {color:#fff !important; background-color:#5e87c4 !important}
.w3-theme-d1 {color:#fff !important; background-color:#39609a !important}
.w3-theme-d2 {color:#fff !important; background-color:#335589 !important}
.w3-theme-d3 {color:#fff !important; background-color:#2c4b78 !important}
.w3-theme-d4 {color:#fff !important; background-color:#264067 !important}
.w3-theme-d5 {color:#fff !important; background-color:#203556 !important}

.w3-theme-light {color:#000 !important; background-color:#f3f6fb !important}
.w3-theme-dark {color:#fff !important; background-color:#203556 !important}
.w3-theme-action {color:#fff !important; background-color:#203556 !important}

.w3-theme {color:#fff !important; background-color:#3f69aa !important}
.w3-text-theme {color:#3f69aa !important}
.w3-border-theme {border-color:#3f69aa !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#3f69aa !important}
.w3-hover-text-theme:hover {color:#3f69aa !important}
.w3-hover-border-theme:hover {border-color:#3f69aa !important}

.fast-fading {animation:fading 0.5s infinite}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.icon1em { width: 1.2em; height: 1.2em; margin: 0 } 
.icon2em { width: 2em; height: 2em; margin: 0.1em } 
.icon4em { width: 4em; height: 4em; margin: 0.1em } 
.icon8em { width: 8em; height: 8em; margin: 0.2em } 

.center { margin: 0 auto; }

html, body {
height: 100%;
margin: 0;
}
.wrapper {
min-height: 100%;
margin-bottom: -50px;
}

.footer,
.push {
height: 50px;
}

.animate-fading {animation:fading 3s infinite}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.animate-fading-invert {animation:fading-invert 3s infinite}
@keyframes fading-invert{0%{opacity:1}50%{opacity:0}100%{opacity:1}}

#live { position: absolute; right: 2.0em; width: 2.5em; height: 2.5em; padding: 0.3em; top:0; z-index: 3; fill: #000; animation: colorchg 2s infinite; } 
@keyframes colorchg{0%{fill:#d00}50%{fill:#800}100%{fill:#d00}}
@media only screen and (min-width: 1024px) {
#live { right: 0; width: 4em; height: 4em; padding: 1em; }
}

.animate-small-fading {animation:fading-small 2s infinite}
@keyframes fading-small{0%{opacity:0.5}50%{opacity:1}100%{opacity:0.5}}

#cam1 {
width: 3em; 
height: 3em; 
cursor: pointer;
position: absolute;
left: 0;
top: 0;
}
#cam2 {
width: 3em; 
height: 3em;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
}

.playicon {
position: absolute;
top: 1.5em;
left: -0.8em;
opacity: 0.9;
}

#video, .video {
width: 100%
}