.page-track {
  margin: 0 9%;
}
.reglayer,
.msglayer {
  cursor: pointer;
}
.desktop-hidden {
  display: none;
}
.type_img {
  position: absolute;
  bottom: -60px;
  right: 25px;
  width: 130px;
}
@media (max-width: 1024px) {
  .type_img {
    bottom: -30px;
    width: 65px;
  }
}
.news-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news-menu-wrapper .headline {
  color: #97212f;
  font-size: 32px;
  padding: 10px;
}
@media (max-width: 1024px) {
  .news-menu-wrapper .headline {
    padding-left: 22px;
  }
}
@media (max-width: 475px) {
  .news-menu-wrapper .headline {
    font-size: 28px;
    padding-left: 23px;
  }
}
.news-menu-wrapper .news-menu {
  padding: 0;
  color: #97212f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin-bottom: 20px;
  z-index: 5;
  width: 400px;
  max-width: 100%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: right;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-menu-wrapper .news-menu div:hover {
  cursor: pointer;
}
.news-menu-wrapper .news-menu span:hover {
  cursor: pointer;
}
.news-menu-wrapper .news-menu span.active {
  color: #97212f;
  font-weight: bold;
}
.news-menu-wrapper .news-menu.stuck {
  position: fixed;
  z-index: 999;
  top: 75px;
  width: inherit;
  padding: 0;
  border-radius: 0 0 6px 6px;
}
.news-menu-wrapper .news-menu.stuck li {
  font-size: 12px;
}
.news-menu-wrapper .news-menu.stuck li i {
  font-size: 30px;
}
@media (min-width: 1025px) {
  .news-menu-wrapper .news-menu {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .news-menu-wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news-menu-wrapper .headline {
    width: 100%;
  }
  .news-menu-wrapper .news-menu {
    background-color: #ffffff;
    width: 100%;
    color: #97212f;
    margin: 0;
    margin-bottom: 15px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 25px 0;
  }
  .news-menu-wrapper .news-menu span.active {
    color: #97212f;
  }
}
@media (max-width: 768px) {
  .news-menu-wrapper .news-menu {
    font-size: 3vw;
  }
}
@media (max-width: 425px) {
  .news-menu-wrapper .news-menu {
    font-size: 3.8vw;
  }
}
#news {
  font-weight: 200;
  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;
  color: #000000;
  padding: 3%;
  background-color: #f1eff0;
}
@media (max-width: 1024px) {
  #news {
    width: 100%;
    padding: 15px;
    background-color: transparent;
  }
}
#news .news {
  font-size: 0;
  width: 48%;
  position: relative;
  padding-bottom: 40px;
  margin: 10px 1%;
}
@media (max-width: 1500px) {
  #news .news {
    width: 49%;
    margin-right: .5% !important;
    margin-left: .5% !important;
  }
}
@media (max-width: 900px) {
  #news .news {
    width: 100%;
  }
}
#news .news .news-pic-container {
  position: relative;
}
#news .news .news-pic-container::before {
  content: '';
  position: absolute;
  width: 126px;
  height: 117px;
  background-size: cover;
  bottom: -30px;
  right: 15px;
  z-index: 5;
  background-repeat: no-repeat;
}
@media (max-width: 450px) {
  #news .news .news-pic-container::before {
    bottom: -30px;
    width: 75px;
    height: 70px;
  }
}
#news .news .video_hls_player .vjs-poster {
  overflow: hidden;
}

#news .news .news-pic-container.video-done:after,
#news .news .video_hls_player.video-done:before  {
  z-index: 5;
  content: '';
  pointer-events: none;
  border-radius: 6px;
  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: 85%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#news .news .news-pic-container .news-title {
  font-size: 24px;
  width: 100%;
  padding: 6px;
  margin: 15px 5px 0;
  color: #97212f;
}
#news .news .news-pic-container .news-pic > img {
  width: 100%;
}
#news .news .news-pic-container .controls,
#news .news .video_hls_player .controls{
  position: absolute;
  left: 5%;
  bottom: 10%;
  display: none;
}
#news .news .news-pic-container .controls > div,
#news .news .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;
}
#news .news .news-pic-container .controls > div:hover,
#news .news .video_hls_player .controls > div:hover{
  background: #fffffd 5%;
}
#news .news .news-pic-container .controls > div:last-of-type,
#news .news .video_hls_player .controls > div:last-of-type {
  padding: 6px;
  background-color: #ff7d87;
}
#news .news .news-pic-container .controls > div:last-of-type .bg-fullscreen,
#news .news .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;
}
#news .news .news-pic-container video {
  width: 100%;
}
#news .news .news-pic-container video.metadata {
  display: inline-block;
}
#news .news .news-pic-container video.metadata ~ .news-pic,
#news .news .news-pic-container video.metadata ~ .video-preview-button {
  display: none;
}
#news .news .news-pic-container video.metadata + .controls {
  display: block;
}
@media (max-width: 1024px) {
  #news .news .news-pic-container {
    margin-bottom: 25px;
  }
}
#news .news .news-text {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  color: #FFF;
}
.no-csscalc #news .news .news-text {
  width: 85%;
}
#news .news .news-text .news-title {
  color: #97212f;
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 400;
}
#news .news .news-text .timestamp {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #97212f;
  color: #ffffff;
  padding: 5px;
  font-size: 19px;
}
@media (max-width: 450px) {
  #news .news .news-text .timestamp {
    font-size: 15px;
  }
}
#news .news .news-text .video-kommentar {
  color: black;
}
#news .news .news-text .more {
  display: none;
  color: #97212f;
}
#news .news .news-event-label {
  display: inline-block;
  width: 80px;
  height: 58px;
  margin: 15px 0;
  vertical-align: bottom;
  background-image: url('/img/bettie-ballhaus-custom/stamps_sprite.png');
  background-repeat: no-repeat;
  background-size: auto 600%;
}
#news .news.newspost {
  background: #e6d6d9;
}
#news .news.newspost .news-event-label {
  background-position: 0 60%;
}
#news .news.newspost .news-pic-container::before {
  content: '';
  background-image: url('/img/bettie-ballhaus-custom/neuer_beitrag.png');
}
#news .news.video {
  background-color: #e6d6d9;
}
#news .news.video .news-pic-container::before {
  content: '';
  background-image: url('/img/bettie-ballhaus-custom/neues_video.png');
}
#news .news.video .news-title {
  color: #97212f;
}
#news .news.videokommentar {
  background: #e6d6d9;
}
#news .news.videokommentar .news-pic-container::before {
  content: '';
  background-image: url('/img/bettie-ballhaus-custom/neuer_kommentar.png');
}
#news .news .comment {
  position: relative;
  max-width: 100%;
  padding: 15px;
  word-wrap: break-word;
  color: #ffffff;
  background: #c35965;
}
#news .news .comment a,
#news .news .comment a:hover,
#news .news .comment a:active,
#news .news .comment a:visited {
  font-weight: 300;
  color: #ffffff;
}
#news .news .comment .comment-text {
  padding: 0 5px;
  font-size: 18px;
}
#news .news .comment .comment-text .author {
  color: #FFF;
  font-size: 18px;
  margin-right: 10px;
}
#news .news .comment .comment-text .author a,
#news .news .comment .comment-text .author a:active,
#news .news .comment .comment-text .author a:focus,
#news .news .comment .comment-text .author a:visited {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
#news .news .comment .comment-text .author .author-image {
  display: none;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid #97212f;
  background-position: center;
}
@media (max-width: 600px) {
  #news .news .comment .comment-text .author {
    font-size: 15px;
  }
}
@media (max-width: 1096px) and (min-width: 601px) {
  #news .news .comment .comment-text .author {
    font-size: 17px;
  }
}
#news .news .comment .star {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url('/img/bettie-ballhaus-custom/sterne_17_sprite.png') no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
#news .news .comment .star.full {
  background-position: 0 100%;
}
#news .news .comment:before {
  position: absolute;
  bottom: -25px;
  left: 0;
  content: ' ';
  pointer-events: none;
  border: solid transparent;
  border-width: 25px;
  border-right-color: #c35965;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#news .news .comment.answer {
  float: right;
  margin-top: 15px;
  background: #97212f;
  color: #ffffff;
  max-width: 95%;
}
#news .news .comment.answer:before {
  right: 0;
  border-right: none;
  border-left-color: #97212f;
}
#news .news .comment.answer .comment-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#news .news .comment.answer .comment-text .author_message span {
  font-size: 18px;
}
@media (max-width: 600px) {
  #news .news .comment.answer .comment-text .author_message span {
    font-size: 15px;
  }
}
#news .news .comment.answer .comment-text .author_message span a {
  font-size: 20px;
  font-weight: 400;
}
#news .news .comment.answer .comment-text .author_message q {
  display: block;
}
#news .news .comment.answer .author {
  color: #ffffff;
  margin-right: 15px;
}
#news .news .comment.answer .author a {
  color: #ffffff;
}
@media (max-width: 800px) {
  #news .news .comment.answer {
    margin-top: 30px;
  }
}
#news.newspost .video,
#news.newspost .videokommentar {
  display: none;
}
#news.video .newspost,
#news.video .videokommentar {
  display: none;
}
#news.videokommentar .newspost,
#news.videokommentar .video {
  display: none;
}
@media (max-width: 1024px) {
  #news .news {
    margin: 0 0 20px 0;
  }
  #news .news .news-text {
    font-size: 16px;
    padding: 5px 10px 10px;
  }
  #news .news .news-pic-container .news-title {
    font-size: 20px;
    margin-top: 5px;
  }
  #news .news .comment.answer {
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  #news .news {
    margin: 0 0 20px 0;
  }
  #news .news .news-text {
    font-size: 12px;
    padding: 5px 10px 10px;
  }
  #news .news .news-pic-container .news-title {
    font-size: 14px;
    margin-top: 5px;
  }
  #news .news .comment.answer {
    margin-top: 20px;
  }
  #news .news .comment .star {
    height: 14px;
    width: 14px;
  }
}
.video-preview-button {
  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 {
  background-color: #ff7d87;
  padding: 2px 5px;
  line-height: 30px;
}
.video-preview-button .play-icon {
  background-color: #fff;
  color: #97212f;
  padding-left: 11px;
  padding-right: 11px;
  vertical-align: middle;
  line-height: 32px;
}
.video-preview-button .pull-left div:nth-child(1) {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
}
.video-preview-button .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) {
  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 {
  font-size: 17px;
  position: absolute;
  right: 17px;
  bottom: 3px;
  color: #FFFFFF;
}
.video-preview-button:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .video-preview-button {
    font-size: 18px;
    padding: 0;
  }
  .video-preview-button .preview-time,
  .video-preview-button .play-icon {
    line-height: initial;
  }
  .video-preview-button .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;
  }
}
.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: #424242;
  width: 18px;
  height: 18px;
}
.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;
  height: 16.4vw;
  min-height: 160px;
  margin: 2% -3.2%;
}
.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: 1024px) {
  .other-videos {
    padding: 0 0 0 5px;
    margin: 0% 0.5% 20px 0.5%;
    width: 99%;
  }
  .other-videos h4 {
    font-size: 3.3vw;
  }
  .other-videos p {
    font-size: 2.6vw;
  }
}
@media (max-width: 500px) {
  .other-videos {
    min-height: 140px;
  }
  .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;
  }
}
video:-webkit-full-screen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
video:-moz-full-screen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
video:-ms-fullscreen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
video:fullscreen {
  border: none;
  border-radius: 0;
  width: 100% !important;
  height: 100%;
  background-color: #000000;
  margin: 0;
}
div.contact-me.news {
  cursor: pointer;
  margin: 40px auto 110px;
}
div.contact-me.news img {
  width: 100%;
}
@media (max-width: 1024px) {
  div.contact-me.news {
    margin: 0px auto 10px;
    display: none;
    width: 90%;
  }
}
.big7-videoplayer video {
  position: relative;
}
.big7-videoplayer .video-controls {
  display: none;
}
@media (max-width: 450px) {
  .big7-videoplayer .video-controls {
    bottom: 60px;
  }
}
.big7-videoplayer.fullscreen .video-controls {
  display: block;
}
@media (max-width: 1024px) {
  .page-track {
    margin: 0;
  }
}
.contact-me {
  cursor: pointer;
}
.playpause .fa.fa-play {
  background-color: #ffffff;
  color: #ff7d87;
}
.comment_rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.news.video .news-pic-container {
  border: 4px solid #ff7d87;
}
.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;
}
