.cp_anime08 {
line-height: 50px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
display: block;
width: 50px;
height: 50px;
margin-top: -25px;
margin-left: -25px;
cursor: pointer;
-webkit-animation: anime08_pulse 1.5s infinite;
animation: anime08_pulse 1.5s infinite;
text-align: center;
color: #ffffff;
border-radius: 50%;
background: #e91e63;
-webkit-box-shadow: 0 0 0 0 rgba(233,30,99 ,0.5);
box-shadow: 0 0 0 0 rgba(233,30,99 ,0.5);
}
.cp_anime08:hover {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
@-webkit-keyframes anime08_pulse {
0% { -webkit-transform: scale(0.8);
transform: scale(0.8); }
70% { -webkit-transform: scale(1);
transform: scale(1);
-webkit-box-shadow: 0 0 0 50px rgba(233,30,99, 0);
box-shadow: 0 0 0 50px rgba(233,30,99, 0); }
100% { -webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-box-shadow: 0 0 0 0 rgba(233,30,99, 0);
box-shadow: 0 0 0 0 rgba(233,30,99, 0); }
}
@keyframes anime08_pulse {
0% { -webkit-transform: scale(0.8);
transform: scale(0.8); }
70% { -webkit-transform: scale(1);
transform: scale(1);
-webkit-box-shadow: 0 0 0 50px rgba(233,30,99, 0);
box-shadow: 0 0 0 50px rgba(233,30,99, 0); }
100% { -webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-box-shadow: 0 0 0 0 rgba(233,30,99, 0);
box-shadow: 0 0 0 0 rgba(233,30,99, 0); }
}