#news-list .bg-image{float: left;width: 100%;height: 160px;background-size: cover;background-position: center}
.single .alignright {float: right;margin: 0 0 0 20px;}
.single .alignleft {float: left;margin: 0 20px 0 0px;}
#load-news:hover i{-webkit-animation-name:rotate;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}
@-webkit-keyframes rotate {from{-webkit-transform:rotate(0deg)} to{-webkit-transform:rotate(360deg)}
}