.tsD_pulse .tsI .tsI_img { animation-name: pulse; animation-duration: 2s; animation-iteration-count: infinite; } @keyframes pulse { from { transform: scale(1); } 50% { transform: scale(0.85); } to { transform: scale(1); } }