body,
body * {
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    vertical-align: baseline
}

div,
img,
video {
    position: absolute
}

#container {
    width: 970px;
    height: 250px;
    overflow: hidden;
    background-color: #000;
      position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

#waspwings {
    overflow: hidden;
    position: absolute;
    isolation: isolate;
    mix-blend-mode: screen
}

#light_group {
    mix-blend-mode: lighten
}

#light {
    overflow: hidden;
    position: absolute;
    width: 970px;
    mix-blend-mode: overlay
}

.hidden {
    visibility: hidden
}

.img {
    width: 970px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: 970px 250px
}

#circle {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    mix-blend-mode: screen
}

#glow {
    mix-blend-mode: lighten
}

#arrow {
    position: absolute;
    width: 23px;
    height: auto;
    bottom: 8px;
    right: 12px;
    z-index: 550;
    cursor: pointer
}

#video {
    width: 970px;
    height: 250px;
    background-color: transparent;
    left: 0;
    top: 0
}

#videoFrame {
    width: inherit;
    height: inherit
}

#vidControls,
#vidControls0 {
    top: 6px;
    right: 42px;
    z-index: 520
}

#mute,
#unmute,
#mute0,
#unmute0 {
    width: 30px;
    height: 30px;
    top: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 30px 30px
}

#mute,
#mute0 {
    background: rgba(198, 198, 198, 0) url(images/vcontrols_mute.svg)
}

#unmute,
#unmute0 {
    background: rgba(198, 198, 198, 0) url(images/vcontrols_unmute.svg);
    background-repeat: no-repeat
}

#videoEF {
    width: 970px;
    height: 250px;
    left: 0;
    top: 0
}

:focus,
outline none,
::-moz-focus-inner {
    border: 0
}

#exit {
    z-index: 500;
    width: 100%;
    height: 100%;
    cursor: pointer
}

#vid_tunein {
    z-index: 101
}