.site-screenshot-wrapper{width:100%;max-width:100%;aspect-ratio:16/9;overflow:hidden;background-color:#f0f0f0;display:block}.site-screenshot{width:100% !important;height:100% !important;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;transition:transform .3s ease}.site-screenshot-wrapper:hover .site-screenshot{transform:scale(1.05)}.site-screenshot-wrapper::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);transition:background .3s ease;pointer-events:none}.site-screenshot-wrapper:hover::after{background:rgba(0,0,0,.1)}