.numaraTel:before {
position: absolute;
content: " ";
z-index: -1;
top: -15px;
left: -15px;
background-color: #8e1c34;
width: 80px;
height: 80px;
border-radius: 100%;
animation-fill-mode: both;
-webkit-animation-fill-mode: both;
opacity: 0.6;
webkit-animation: pulse 1s ease-out;
animation: pulse 1.8s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
-- Sadece Masaüstü bilgisayarda kullanmak istiyorsanız.

@media (max-width:800px) { CSS BURAYA GELECEK    } }
800px altı cihazlarda görünmemesini istiyorsanız yukarıdaki css kodunu alanına yukarıdaki css kodunuzu ekleyebilirsiniz.

Not: Denemedim tabletten giriyorum.