This is css code for the banner that I have on my website I wanna add png image on top of this banner that should animate nicely ( like zoom in-out ) ( like a heartbeat )
https://www.gettwitterretweet.com/css/images/social.png (png image )
.product-page {
background: url('../img/people.jpg') repeat;
background-size: cover;
border-bottom: none !important;
background-attachment: fixed;
padding: 80px 0;
}