.detach-product .new-video{
  position: relative;
}
.justify-content{
  justify-content:space-between;
}
.col-lg-new{
 flex:0 49%!important; 
}
.col-lg-video{
  flex:0 43%!important; 
}
.d-flexed{
  display:flex;
  flex-wrap:wrap;
}
.new-video iframe{
  width: 480px!important;
    height: 350px!important;
  border-radius: 10px!important;
}
@media (max-width: 800px){
  .col-lg-new,.col-lg-video{
  flex:0 100%!important; 
}
  .new-video iframe{
      position: unset!important;
}
  
}
@media (max-width:480px){
  .new-video iframe{
        height: 235px !important;
    width: 350px !important;
  }
}
@media (max-width:380px){
.new-video iframe {
        height: 235px !important;
        width: 282px !important;
    }