.jwscp-container{
position:relative;
width:100%;
height:0;
padding-top:56.25%;
overflow:visible;
}

.jwscp-card{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
transition:.6s cubic-bezier(.25,.8,.25,1);
}

.jwscp-card img{
width:100%;
height:100%;
object-fit:cover;
border-radius:16px;
box-shadow:0 15px 35px rgba(0,0,0,0.3);
}
