$(".phone").mask("+7(999) 999-9999");
.icon {
margin-bottom: auto;
}
@keyframes slide {
0% {
transform: translate(0, 0);
}
100% {
/* хитрый момент */
transform: translate(calc(170px * 20 * -1), 0);
/* each image element is 170px wide and there are twenty (before repeats) */
}
}
background-repeat: repeat-y;