/*article-page*/
aside.fixed,.fixed.bottom{position: relative; height: 100%; display: table-cell;}
aside.fixed .second,.fixed.bottom .second {position: fixed; text-align: center; top: 0; bottom: auto; right: auto;}
aside.bottom {position: relative; }
aside.bottom .second{position: absolute; bottom: 0; right: 0;}

/*listing page*/
.left-listing.fixed,.fixed.bottom{position: relative; height: 100%; display: table-cell;}
.left-listing.fixed .second,.fixed.bottom .second {position: fixed; text-align: center; top: 0; bottom: auto; right: auto;}
.left-listing.bottom {position: relative; }
.left-listing.bottom .second{position: absolute; bottom: 0; right: 0; margin: 0;}