/* Altura/ratio quando usamos background sem <img> */

/* Minimog tm-popup-video */
.md-auto-poster-scope .tm-popup-video .video-poster .minimog-image.mdap-has-poster{
  display:block;
  width:100%;
  aspect-ratio: 16/9;
  position: relative;
}
.md-auto-poster-scope .tm-popup-video .video-poster .minimog-image.mdap-has-poster::before{
  content:"";
  display:block;
  padding-top:56.25%; /* fallback 16:9 */
}

/* UC Image and Video Slider */
.md-auto-poster-scope .uc_video_content_slider_box .uc_video_image.mdap-has-poster{
  width:100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  position: relative;
}
.md-auto-poster-scope .uc_video_content_slider_box .uc_video_image.mdap-has-poster::before{
  content:"";
  display:block;
  padding-top:56.25%;
}
