
.psgmv-video{
  margin:26px 0 4px;
  padding:0;
  border:1px solid #dfe5eb;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(13,27,39,.07);
}
.psgmv-video__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:17px 20px;
  border-bottom:1px solid #e8edf1;
}
.psgmv-video__head span{
  display:block;
  margin-bottom:3px;
  color:#B8860B;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.psgmv-video__head h2{
  margin:0!important;
  font-size:22px!important;
  line-height:1.15!important;
  color:#101923!important;
}
.psgmv-video__head a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 13px;
  border-radius:999px;
  background:#101923;
  color:#fff!important;
  text-decoration:none!important;
  font-size:11px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}
.psgmv-video__frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#0b1117;
}
.psgmv-video__frame iframe{
  position:absolute!important;
  inset:0;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  margin:0!important;
  border:0!important;
  display:block!important;
}
@media(max-width:782px){
  .psgmv-video{
    margin-top:18px;
    border-radius:10px;
  }
  .psgmv-video__head{
    align-items:flex-start;
    padding:14px;
    gap:10px;
  }
  .psgmv-video__head h2{
    font-size:18px!important;
  }
  .psgmv-video__head a{
    min-height:32px;
    padding:7px 10px;
    font-size:9px;
  }
}
