@charset "UTF-8";
@keyframes shine {
0% {
transform: scale(0) rotate(45deg);
opacity: 0;
}
80% {
transform: scale(0) rotate(45deg);
opacity: 0.5;
}
81% {
transform: scale(4) rotate(45deg);
opacity: 1;
}
100% {
transform: scale(50) rotate(45deg);
opacity: 0;
}
}
     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ } article.sticky .entry-card-thumb::after{
content: "\f08d";
font-family: "FontAwesome";
display: inline-block;
position: absolute;
top: 1px;
right: 1px;
width: 24px;
height: 24px;
background: #f00;
color: #fff;
font-size: 16px;
line-height: 24px;
text-align: center;
border-radius: 24px;
box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}