@keyframes backgroundZoom{0%{background-size:100%}50%{background-size:130%}to{background-size:100%}}#cards_container{margin-top:5%;height:45vh;display:flex;justify-content:end;padding-right:2%;border-radius:30px;background-image:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.5)),url(https://as1.ftcdn.net/v2/jpg/05/69/72/02/1000_F_569720237_58rhoQoMjxyB0QCeXQK0OVUA0qNogTmq.jpg);background-size:100%;background-position:50%;animation:backgroundZoom 20s ease-in-out infinite;background-repeat:no-repeat}#card{height:90%;width:20%}#card_video{position:absolute;height:100%;width:100%}#card_text{color:white;padding-right:28%;padding-top:4%}#card_text>h2{font-size:larger;font-weight:600}#card_text>h3{opacity:.8;font-weight:400}