#content-wrapper #content > .row {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  #content > .row > .page-track > .row > .col-xs-12 {
    padding: 0px;
  }
}
#content-wrapper #content .page-track {
  background: none;
}
.buttonbar {
  padding: 0 18px;
  font-size: 25px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .buttonbar {
    padding: 0px;
  }
}
.buttonbar button {
  background: none;
  border: none;
}
.buttonbar button.active {
  font-weight: bold;
}
@media (max-width: 1304px) {
  .buttonbar button:first-of-type {
    padding-left: 0;
  }
}
.video-buttons {
  padding: 5px;
  border-radius: 6px;
}
.video-buttons > button {
  margin-left: 5px;
}
.video-buttons::after {
  display: block;
  content: '';
  clear: both;
}
#videos {
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 3%;
  background-color: #f1eff0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1304px) {
  #videos {
    margin: 0 5px;
    width: 100%;
    background-color: #ffffff;
  }
}
#videos > div:not(.other-videos) {
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
}
#videos > div:not(.other-videos) > .video {
  margin: 0 3px;
}
@media (orientation:portrait) and (max-width: 600px) {
  #videos > div:not(.other-videos) {
    width: 98%;
  }
}
.video {
  background-color: #f3e3e4;
  color: #000;
  width: 31%;
  padding-bottom: 40px;
  margin: 10px 1%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}
@media (max-width: 1500px) {
  .video {
    width: 48%;
  }
}
@media (max-width: 560px) {
  .video {
    width: 98%;
  }
}
.video .more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
  padding-right: 35px;
  color: #97212f;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .video .more {
    background-color: transparent;
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .video .more {
    font-size: 13px;
  }
}
.video .dauer {
  color: #97212f;
  font-size: 17px;
  font-weight: 300;
  padding-left: 25px;
  padding-bottom: 10px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .video .dauer {
    background-color: transparent;
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .video .dauer {
    font-size: 13px;
  }
}
.video .video-item {
  height: 100%;
  position: relative;
}
.video > div {
  overflow: hidden;
}
.video > div .video-header {
  background-color: #97212f;
  padding: 15px;
}
.video > div .video-header span {
  font-size: 16px;
  color: #ffffff;
}
.video > div .video-header .title {
  font-size: 20px;
}
.video > div .video-header .title > span {
  background: transparent;
}
.video > div .video-header .title .text {
  clear: both;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.video > div .video-preview,
.video .video_hls_player {
  position: relative;
}
.video > div .video-preview.video-done::before,
.video .video_hls_player.video-done::before {
  z-index: 5;
  content: '';
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('/img/bettie-ballhaus-custom/badge_anmelden.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .video > div .video-preview.video-done::before {
    background-size: 100%;
  }
}
.video > div .video-preview .preview {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.video > div .video-preview .preview span.text {
  font-size: 21px;
  padding: 13px 10px;
  padding-right: 60px;
  background-color: #ff7d87;
  background-image: url('/img/bettie-ballhaus-custom/stoerer_play.png');
  background-repeat: no-repeat;
  background-position: right;
  color: #ffffff;
}
.video > div .video-preview .preview img {
  display: none;
  width: 55px;
  height: 53px;
}
.video > div .video-preview .controls,
.video .video_hls_player .controls {
  position: absolute;
  left: 5%;
  bottom: 15%;
  z-index: 100;
  display: none;
}
.video > div .video-preview .controls > div,
.video .video_hls_player .controls > div {
  font-size: 18px;
  display: inline-block;
  margin: 5px 2px;
  padding: 2.5px 8px;
  cursor: pointer;
  background: #fffffd;
  vertical-align: middle;
  color: #ff7d87;
}
.video > div .video-preview .controls > div:hover,
.video .video_hls_player .controls > div:hover {
  background: #fffffd 5%;
}
.video > div .video-preview .controls > div:last-of-type,
.video .video_hls_player .controls > div:last-of-type {
  padding: 6px;
  background-color: #ff7d87;
}
.video > div .video-preview .controls > div:last-of-type .bg-fullscreen,
.video .video_hls_player .controls > div:last-of-type .bg-fullscreen {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUCAMAAADImI+JAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAAHaTzTgAAAA2SURBVHgBY2CCAEYwgHIYgABCIRi0UciAAohXCAcofBooBHoBRR1EABMMG4UDHOBEJ4oBTLgAxyECWUCfgOgAAAAASUVORK5CYII=");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #ff7d87;
  width: 18px;
  height: 18px;
}
.video > div .video-preview video {
  position: absolute;
  top: 20px;
  width: 100%;
}
.video > div .video-preview video.metadata ~ img,
.video > div .video-preview video.metadata ~ .preview {
  visibility: hidden;
  pointer-events: none;
}
.video > div .video-preview video.metadata + .controls {
  display: block;
}
.video > div .video-preview video.fullscreen {
  position: fixed;
  height: 100vh;
  top: 0;
  z-index: 20000000;
  left: 0;
  background-color: #000;
}
.video > div .video-preview[data-webm] img,
.video > div .video-preview[data-webm] .preview {
  cursor: pointer;
}
.video > div .video-preview > img {
  width: 100%;
}
.video > div .video-footer {
  font-size: 17px;
  font-weight: 300;
  padding: 10px;
  padding-bottom: 50px;
  min-height: 29%;
}
.video > div .video-last-row {
  margin-top: auto;
  min-height: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 1096px) {
  .video > div .video-footer {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .video > div .video-header .title .text {
    font-size: 16px;
  }
  .video > div .video-footer {
    font-size: 13px;
  }
}
.video-preview-button,
.video-preview-infos {
  font-size: 19px;
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 10px;
  margin: auto;
  padding: 5px 10px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.video-preview-button .preview-time,
.video-preview-infos .preview-time {
  background-color: #ff7d87;
  padding: 0px 5px;
  line-height: 40px;
}
.video-preview-button .preview-time .preview-time-display,
.video-preview-infos .preview-time .preview-time-display {
  display: inline;
}
.video-preview-button .play-icon,
.video-preview-infos .play-icon {
  background-color: white;
  color: #97212f;
  padding: 0px 11px;
  vertical-align: middle;
  line-height: 40px;
}
.video-preview-button .pull-left div:nth-child(1),
.video-preview-infos .pull-left div:nth-child(1) {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
}
.video-preview-button .pull-left div:nth-child(2),
.video-preview-infos .pull-left div:nth-child(2) {
  font-size: 12px;
  font-weight: 300;
  margin-top: -2px;
  color: #FFFFFF;
}
.video-preview-button .pull-right span:nth-child(1),
.video-preview-infos .pull-right span:nth-child(1) {
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4px;
  color: #FFF;
  border-radius: .5em;
  background: #2A2A2A;
}
.video-preview-button .pull-right i,
.video-preview-infos .pull-right i {
  font-size: 17px;
  position: absolute;
  right: 17px;
  bottom: 3px;
  color: #FFFFFF;
}
.video-preview-button:hover,
.video-preview-infos:hover {
  cursor: pointer;
}
@media (max-width: 1304px) {
  .video-preview-button,
  .video-preview-infos {
    font-size: 18px;
    padding: 0;
  }
  .video-preview-button .preview-time,
  .video-preview-button .play-icon,
  .video-preview-infos .preview-time,
  .video-preview-infos .play-icon {
    line-height: initial;
  }
  .video-preview-button .play-icon,
  .video-preview-infos .play-icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .video-preview-button {
    font-size: 17px;
  }
}
@media (max-width: 425px) {
  .video-preview-button {
    font-size: 16px;
  }
}
.other-videos {
  width: 106.6%;
  background-image: url("/img/bettie-ballhaus-custom/mobile_bb_banner_videos.jpg");
  height: 11vw;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #350302;
  font-weight: 200;
  color: #FFF;
  padding: 25px;
  margin: 2% -3.2%;
  height: 16.4vw;
  min-height: 160px;
}
.other-videos h4 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .other-videos h4 {
    color: #FFF;
  }
}
.other-videos p {
  font-size: 30px;
}
.other-videos button {
  margin-top: 10px;
  background-color: #089610;
  color: #FFF !important;
  font-weight: 600;
  border-radius: 0;
  font-size: 34px;
  padding: 15px 30px;
}
@media (max-width: 1440px) {
  .other-videos button {
    font-size: 2.1vw;
    padding: 0.7vw;
  }
  .other-videos h4 {
    font-size: 2.3vw;
  }
  .other-videos p {
    font-size: 1.6vw;
  }
}
@media (max-width: 1304px) {
  .other-videos {
    padding: 0 0 0 5px;
    width: 98%;
    margin: 2% -1% 2% 1%;
  }
  .other-videos h4 {
    font-size: 3.3vw;
  }
  .other-videos p {
    font-size: 2.6vw;
  }
}
@media (max-width: 500px) {
  .other-videos {
    min-height: 140px;
    padding: 0 0 0 5px;
  }
  .other-videos h4 {
    font-size: 4.8vw;
    margin-bottom: 5px;
    font-weight: 300;
  }
  .other-videos p {
    margin: 0 0 5px;
    font-size: 3.6vw;
    font-weight: 300;
  }
  .other-videos button {
    font-size: 3.6vw;
    padding: 2px 6px;
    font-weight: 300;
    margin-top: 5px;
  }
}
.headline-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
}
.headline-wrapper .buttonbar {
  font-size: 22px;
  color: #97212f;
}
.headline-wrapper .buttonbar button:first-of-type {
  margin-right: 30px;
}
.headline-wrapper .buttonbar button:hover {
  cursor: pointer;
}
@media (max-width: 1304px) {
  .headline-wrapper {
    margin: 0 5%;
    width: 80%;
    padding-bottom: 0;
    display: block;
    margin-bottom: -25px;
  }
  .headline-wrapper .headline {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .headline-wrapper .headline span {
    font-size: 20px;
  }
  .headline-wrapper .buttonbar {
    font-size: 20px;
    padding-left: 0;
  }
  .headline-wrapper .buttonbar span {
    font-size: 20px;
  }
}
@media (max-width: 1304px) and (max-width: 1304px) {
  .headline-wrapper .buttonbar {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 530px) {
  .headline-wrapper {
    width: 80%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headline-wrapper .headline {
    width: 100%;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .headline-wrapper .headline span {
    font-size: 18px;
  }
  .headline-wrapper .buttonbar {
    width: 100%;
  }
  .headline-wrapper .buttonbar button {
    font-size: 18px;
  }
}
.text-wrapper .btn:hover {
  cursor: pointer;
  color: #fff;
}
.page-track {
  margin: 0 9%;
}
@media (max-width: 1304px) {
  .page-track {
    margin: 0;
  }
}
.video-controls {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 30000000;
  bottom: 20px;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px;
  color: #FFFFFF;
  transition: opacity .1s ease;
}
.video-controls i {
  color: #ffffff;
}
.video-controls .volume {
  background-color: transparent;
}
.video-controls input[type="range"]::-webkit-slider-thumb {
  background: #ffffff;
}
.video-controls input[type="range"]::-webkit-slider-runnable-track {
  background: #ffffff;
}
.video-controls input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
.video-controls input[type="range"]::-moz-range-thumb {
  background: #ffffff;
}
.video-controls input[type="range"]::-moz-range-track {
  background: #ffffff;
}
.video-controls input[type="range"]::-ms-thumb {
  background: #ffffff;
}
.video-controls input[type="range"]::-ms-track {
  background: #ffffff;
}
.video-controls button.full-screen {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUCAMAAADImI+JAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAAHaTzTgAAAA2SURBVHgBY2CCAEYwgHIYgABCIRi0UciAAohXCAcofBooBHoBRR1EABMMG4UDHOBEJ4oBTLgAxyECWUCfgOgAAAAASUVORK5CYII=);
  width: 18px;
  height: 18px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 0;
  margin-right: 5px;
}
.video-controls button.full-screen > div {
  background-image: none;
}
.video-controls .seek {
  -webkit-flex: 8;
  -ms-flex: 8;
  flex: 8;
  position: relative;
  cursor: pointer;
  height: inherit;
}
.video-controls .seek .video-seek-time > div {
  color: #ffffff;
}
.big7-videoplayer {
  width: 100%;
  position: static;
  position: initial;
  -webkit-transform: initial;
          transform: initial;
  overflow: hidden;
}
.big7-videoplayer:-webkit-full-screen .video-controls {
  display: -webkit-flex;
  display: flex;
}
.big7-videoplayer:-moz-full-screen .video-controls {
  display: flex;
}
.big7-videoplayer:-ms-fullscreen .video-controls {
  display: -ms-flexbox;
  display: flex;
}
.big7-videoplayer:fullscreen .video-controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-moz-full-screen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:fullscreen .video-controls .vol {
  padding: 5px;
  margin: 0;
  /* FF */
  /* IE*/
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 65px !important;
  top: -90px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 65px !important;
  top: -90px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  transform: rotate(-90deg);
  bottom: 65px !important;
  top: -90px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.big7-videoplayer:fullscreen .video-controls .vol .volume {
  min-width: 100px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 65px !important;
  top: -90px;
  left: -49px;
  width: 135px;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
    bottom: 65px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume {
    bottom: 65px;
  }
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
.big7-videoplayer:fullscreen .video-controls .vol .volume .volume-bar.ieFix {
  height: 65px;
  margin-top: 15px;
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume .volume-bar.ieFix {
    margin-top: -15px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1023px), (min-device-width : 768px) and (max-device-width : 1024px) {
  .big7-videoplayer:-webkit-full-screen .video-controls .vol .volume {
    display: none ;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:-moz-full-screen .video-controls .vol .volume {
    display: none ;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:-ms-fullscreen .video-controls .vol .volume {
    display: none ;
    transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
  .big7-videoplayer:fullscreen .video-controls .vol .volume {
    display: none ;
    -webkit-transform: rotate(-90deg) !important;
            transform: rotate(-90deg) !important;
    position: absolute !important;
    right: -17px !important;
    bottom: 87px;
  }
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  max-width: 125px;
  height: 35px;
  margin: 3px 0;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']:focus {
  outline: none;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 50em;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-webkit-slider-runnable-track {
  height: 1px;
  -webkit-appearance: none;
  background: #FFF;
  border-radius: 50em;
}
.big7-videoplayer:-webkit-full-screen .video-controls .vol input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #FFF;
  margin-top: -4px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50em;
  background: #FFF;
  margin-top: -4px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-focus-outer,
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-focus-inner {
  border-radius: 50em;
  border: 0;
  border-color: transparent;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-focus-outer,
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-focus-inner {
  border-radius: 50em;
  border: 0;
  border-color: transparent;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 50em;
  background: #FFF;
  border: none;
  width: 10px;
  height: 10px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-range-thumb {
  -moz-appearance: none;
  border-radius: 50em;
  background: #FFF;
  border: none;
  width: 10px;
  height: 10px;
}
.big7-videoplayer:-moz-full-screen .video-controls .vol input[type='range']::-moz-range-track {
  background-color: #FFF;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type='range']::-moz-range-track {
  background-color: #FFF;
  height: 1px;
  margin: 10px 0;
  border-radius: 50em;
  border: 0;
  outline: 0;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-track {
  background-color: transparent;
  border-radius: 50em;
  height: 1px;
  width: 225px;
  border: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-track {
  background-color: transparent;
  border-radius: 50em;
  height: 1px;
  width: 225px;
  border: none;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-thumb {
  background: #FFF;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-thumb {
  background: #FFF;
  border: none;
  border-radius: 50em;
  width: 10px;
  height: 10px;
  margin-top: 0px;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-fill-lower,
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-fill-upper {
  background-color: #FFF;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-fill-lower,
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-fill-upper {
  background-color: #FFF;
}
.big7-videoplayer:-ms-fullscreen .video-controls .vol input[type="range"]::-ms-tooltip {
  display: none;
}
.big7-videoplayer:fullscreen .video-controls .vol input[type="range"]::-ms-tooltip {
  display: none;
}
.lastcall {
  width: 100%;
  margin: 2% auto;
}
