.cc-video-col-v22{position:relative!important}
.cc-sound-toggle-native-module,
.cc-sound-toggle-module{
  position:absolute!important;
  left:18px!important;
  bottom:18px!important;
  z-index:30!important;
  margin:0!important;
  width:auto!important;
}
.cc-sound-toggle-native{
  appearance:none;
  -webkit-appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0!important;
  border-radius:0!important;
  background:#A81A24!important;
  color:#fff!important;
  padding:12px 15px!important;
  font-family:"Barlow",Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 8px 24px rgba(0,0,0,.35)!important;
}
.cc-sound-toggle-native-module.is-on .cc-sound-toggle-native{
  background:#fff!important;
  color:#000!important;
}
@media(max-width:767px){
  .cc-sound-toggle-native-module,
  .cc-sound-toggle-module{left:12px!important;bottom:12px!important}
  .cc-sound-toggle-native{font-size:11px!important;padding:10px 12px!important}
}
