.border-radius-24 + .sec-video-full{
  margin-top: -2.4rem;
}
.sec-video-full{
  overflow: hidden;
}
.sec-video-full::before{
  position: absolute;
  content: "";
  top: -21rem;
  left: -18rem;
  width: calc(100% + 25.3rem);
  height: calc(100% + 43.3rem);
  background: radial-gradient(48.05% 48.05% at 50% 51.95%, rgba(15, 25, 39, 0) 57.89%, #0C1B31 86.99%);
  z-index: 1;
  -webkit-filter: blur(0.4rem);
  filter: blur(0.4rem);
}
.sec-video-full video{
  width: 100%;
  height: 36.875vw;
  display: block;
  object-fit: cover;
}
.sec-video-full img{
  width: 100%;
  height: 34.8vw;
  object-fit: cover;
}
.sec-video-full:has(img)::before{
  left: -45.5rem;
  top: -18.2rem;
  width: calc(100% + 75.5rem);
  height: calc(100% + 36rem);
  background: radial-gradient(50% 50% at 50% 50%, rgba(15, 25, 39, 0) 28.81%, rgba(12, 27, 49, 0.7) 99.01%);
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-video-full::before {
    top: -19rem;
    left: -14rem;
    width: calc(100% + 20.3rem);
    height: calc(100% + 39.3rem);
  }
}
@media(max-width:767.98px){
  .sec-video-full{
    display: none;
  }
}