.newsBtn{ position:fixed; bottom:0px; right:0; width:138px; height:auto; z-index:9999; } .newsBtn img{ width:100%; height:auto; } .newsThumb{ width:20%; height:auto; vertical-align:top; } .newsSpace{ width:10%; height:auto; vertical-align:top; } .newsTxt{ width:70%; height:auto; vertical-align:top; } .blink_me { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }