/* 列表混排广告：占 2 个视频格；图片按原比例自适应，兼容横幅/正方形 */
.mac-vod-ad-item{
  list-style:none;
  box-sizing:border-box;
  width:100% !important;
  float:none !important;
}
.mac-vod-ad-item .mac-vod-ad-thumb{
  display:block;
  position:relative;
  overflow:visible;
  border-radius:6px;
  background:#2a2c33;
  height:auto !important;
  padding-top:0 !important;
  aspect-ratio:auto !important;
  min-height:48px;
  max-height:none;
  line-height:0;
}
.mac-vod-ad-item .mac-vod-ad-thumb img{
  position:static !important;
  width:100%;
  height:auto !important;
  max-height:min(92vw, 480px);
  object-fit:contain !important;
  object-position:center center;
  display:block;
}
.mac-vod-ad-item .vodlist_titbox{display:none}

.home-kp-vlist .mac-vod-ad-item,
.hu-vlist .mac-vod-ad-item,
.home-unified-vlist .mac-vod-ad-item{
  grid-column: span 2 !important;
  width:auto !important;
}

@media (min-width:576px){
  .mac-vod-ad-item .mac-vod-ad-thumb img{
    max-height:min(46vw, 400px);
  }
}
