:root{
  --radius: 18px;
}
.rounded-4{ border-radius: var(--radius)!important; }
.shadow-sm{ box-shadow: 0 .25rem .75rem rgba(0,0,0,.06)!important; }
#videoWrap{
  background: #0b0f14;
  border-radius: var(--radius);
  overflow:hidden;
}
#video{
  width:100%;
  height:auto;
  display:block;
}
.photo-card img{
  width:100%;
  height:auto;
  border-radius: 14px;
  display:block;
}
.muted{
  color: #6c757d;
}
