.tb-contentinr{height:100%;display:grid;align-content:space-between;padding:10px;}
.tb-context{position:sticky;position:-webkit-sticky;top:50px;}
.tb-context .s-body{display:flex;align-items:center;gap:8px;margin-bottom:10px;}
.tb-context .s-caption{margin-bottom:20px;}
.text-bannerinr{position:relative;}
.text-bannerinr:after{content:'';position:absolute;left:0;bottom:0;right:0;top:0;transition:.3s ease;border-radius:8px;}
.tb-conbtn a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1;}
.text-banner:hover .tb-conbtn a .link-arrow .arrow:first-child{left:-14px;transition:.3s all linear;}
.text-banner:hover .tb-conbtn a .link-arrow span.label{transform:translate(-14px);transition:.3s all linear;}
.text-banner:hover .tb-conbtn a .link-arrow .arrow:last-child{right:0px;transition:.3s all linear;}
.tb-tags{display:flex;align-items:center;gap:5px;}
@media(min-width:992px){
  .tb-contentinr{padding:20px;}
  .tb-context{max-width:325px;top:60px;}
  .tb-tags{gap:10px;}
}