/* /video/video.css */

.mwc-videoHead { margin-bottom: 12px; }
.mwc-videoSub { margin-top: 6px; color: rgba(20,20,20,.70); }

.mwc-videoCard{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
}

.mwc-videoBtn{
  display:block;
  padding:0;
  border:0;
  width:100%;
  cursor:pointer;
  position:relative;
  background:#000;
}

.mwc-videoBtn img{
  width:100%;
  height: 460px;
  object-fit: cover;
  display:block;
  opacity: .95;
}

.mwc-playIcon{
  position:absolute;
  left: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 20px;
  font-weight: 900;
  color:#fff;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(6px);
}

.mwc-videoMount{ background:#000; }

.mwc-videoFrame{
  width: 100%;
  background: #000;
}

.mwc-videoEl{
  width:100%;
  height:100%;
  display:block;
  background:#000;
}

@media (max-width: 991px){
  .mwc-videoBtn img{ height: 280px; }
}
