
/* =========================================================
   UAV / USV SHOWCASE VIDEO v120
   Replaces the static programme photograph with a controlled video.
   ========================================================= */

.uav-field-page .engagement-video-showcase{
  cursor:default!important;
}

.uav-field-page .engagement-video-showcase video{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:300px!important;
  object-fit:cover!important;
  background:#071417!important;
  border:0!important;
}

.uav-field-page .engagement-video-showcase figcaption{
  border-top:1px solid var(--line)!important;
}

@media(max-width:900px){
  .uav-field-page .engagement-video-showcase video{
    min-height:240px!important;
  }
}

@media(max-width:600px){
  .uav-field-page .engagement-video-showcase video{
    min-height:200px!important;
  }
}
