/* Start custom CSS */.ss-imgflip {
    animation: imgflip ease-in-out 3s infinite;
}

@keyFrames imgflip {
    50% {
        scale: 1;
    } 50% {
        scale: .95;
    }
}/* End custom CSS */