Dr. Yitzhak Yifat, one of the three Israeli paratroopers seen in the 1967 photo of soldiers at the Western Wall, an iconic image of the Six-Day War, died on Saturday at the age of 81. Popularly dubbed “The Crying Paratroopers,” even though no one in it is crying, the photo became one of the most famous in Israeli history.
.htz-loader-circle{
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-animation:htz-loader-animation 1.5s infinite linear;
animation:htz-loader-animation 1.5s infinite linear
}
@-webkit-keyframes htz-loader-animation{
0%{
-webkit-transform:rotate(0);
transform:rotate(0)
}
100%{
-webkit-transform:rotate(-360deg);
transform:rotate(-360deg)
}
}
@keyframes htz-loader-animation{
0%{
-webkit-transform:rotate(0);
transform:rotate(0)
}
100%{
-webkit-transform:rotate(-360deg);
transform:rotate(-360deg)
}
}
