@media only screen and (min-width:981px){.prod_img{background-image:url(YOURIMAGE);background-position:center center;animation:grow 6s infinite alternate!important}}@keyframes grow{0%{background-size:100%}100%{background-size:115%}}