#bgVideo {
  width: 100vw;
  height:660px;
  background: #000;
  object-fit: cover;
}

#MuteButton::before {
    content:  '🔇';
}

#MuteButton.muted::before {
    content:  '🔈';
}

#MuteButton {
  position:absolute;
  right:2rem;
  background: rgba(0,0,0,.5);
  border: none;
  color: #fff;
  z-index:666;
  font-size: 2rem;
  border-radius: 2rem;
  width: 4rem;
  height: 4rem;bottom:7rem;
  line-height: 4rem;
  text-align: center;
}

@media screen and (max-width:880px) {
#bgVideo {height:260px;} .ababslider-text .cs-heading1{font-size:0px;}
.ababslider-text .cs-heading{margin-top:40px;}.cs-heading span{display:block;}

 }

