#screensaver{height:100%;width:100%;position:fixed;z-index:1100;margin-top:0;top:0;margin-left:0;left:0;background-color:#000;display:none;color:#fff}#page-center{width:100%;height:100%;position:relative}#page-center-absolute{position:absolute;left:50%;top:50%;height:300px;width:150px;margin-top:-200px;margin-left:-75px}#screensaver .img-responsive{width:150px;position:fixed}#screensaver .ss-message{text-align:center;top:50%;left:0;position:fixed;width:100%}#screensaver .ss-message p{line-height:1}#screensaver_img1{width:150px;opacity:0;-webkit-animation:screensaver_img1 3s infinite;animation:screensaver_img1 3s infinite}@-webkit-keyframes screensaver_img1{50%{opacity:1;-webkit-animation-timing-function:ease-in}100%{opacity:0;-webkit-animation-timing-function:ease-out}}@keyframes screensaver_img1{50%{opacity:1;-webkit-animation-timing-function:ease-in}100%{opacity:0;-webkit-animation-timing-function:ease-out}}