.website-cards-container{display:flex;flex-wrap:wrap;justify-content:left;align-items:stretch;position:relative;width:100%;min-height:100vh;background-image:url(https://bright-boy.oss-cn-shenzhen.aliyuncs.com/webBackgroundImage/Sara11717663364123188.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}.website-card{width:250px;height:97px;position:relative;overflow:hidden;cursor:pointer;margin-left:60px;margin-top:120px;box-shadow:0 4px 6px rgba(220,18,155,.82);transition:box-shadow .3s ease}.card-background{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.overlay{top:0;background-color:hsla(0,0%,100%,.4)}.card-content,.overlay{position:absolute;left:0;right:0;bottom:0}.card-content{color:rgba(220,18,155,.8196078431372549);font-weight:700;padding:5px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden}.card-content h2{margin-bottom:-17px}