.banner-wrap{display:flex;flex-wrap:wrap;gap:10px;}
.snippet-banner{width:100%;}
.banner-con{position:absolute;z-index:1;left:10px;right:10px;}
@media(min-width:992px){
  .banner-con{left:20px;right:20px;}
  .banner-wrap{gap:20px;}
  .snippet-banner.half-width{width:calc(50% - 10px);}
}