.video-link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.video-link__icon{position:absolute;transition:all ease-in-out .2s;box-shadow:0 .25em 5em rgba(0,120,255,.1);align-items:center;background:#25282a;border-radius:100%;cursor:pointer;display:flex;height:100px;justify-content:center;pointer-events:all;width:100px;z-index:10}.video-link__icon .icon{fill:#fff;width:40px;height:40px;margin-left:10px}.video-link__thumbnail{width:100%;max-width:440px;height:100%;border-radius:1000px;overflow:hidden}.video-link__thumbnail--image{width:100%;padding-bottom:100%;background-size:cover;position:relative;z-index:1}.video-link__thumbnail::after{content:"";background-color:#dadbdc;-webkit-mask-image:url(https://f.hubspotusercontent40.net/hubfs/7044196/q2-migrated/q2_dashed_texture_thick.svg);mask-image:url(https://f.hubspotusercontent40.net/hubfs/7044196/q2-migrated/q2_dashed_texture_thick.svg);height:220px;width:220px;position:absolute;bottom:0}.video-link:hover .video-link__icon{transform:scale(1.1)}.video-link:focus-visible .video-link__icon{transform:scale(1.1)}