    .ads {
      position: fixed;
      width: 50%;
      top: 0px;
      height: 100%;
      z-index: -100;
    }
    
    .leftads {
      left: calc(50% - 1039px);      
      
    }
    
    .leftads img {
      position: absolute;
      top: 0px;
      left: 0px;
    }
    
    .rightads {
      right: 0px;
      left:calc(50% + 570px);
    }
    
    .rightads img {
      position: absolute;
      top: 0px;
    /*  right: 0px; */
    }
    
    #bottomads {
      position: fixed;
      bottom: 8px;
      width: 750px;
      height: 200px;
   /*   background: #efefef;   */
      left: calc(50% - 375px);
      z-index: 999;
   /*   border: 2px solid #BE1F30;  */ 
    }
    
     #bottomadss {
      position: fixed;
      bottom: 8px;
      z-index: 999;
   /*   border: 2px solid #BE1F30;  */ 
    }
    
     .adsmob {
      position: fixed;
      bottom: 8px;
      width: 320px;
      height: 100px;
  /*    background: #efefef; */
  /*    left: calc(50% - 375px);  */
      z-index: 999;
      border: 2px solid #BE1F30;
    }
     
    #bottomads .closebtn {
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 998;
      color: #ffffff;
      text-decoration: none;
    }
    
    #bottomads .closebtn:hover {
      color: #D9534F;
    }
    
     #bottomadss .closebtn {
      position: absolute;
      right: 5px;
      top: 5px;
      z-index: 998;
      color: #ffffff;
      text-decoration: none;
    }
    
    #bottomadss .closebtn:hover {
      color: #D9534F;
    }
    
    .sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 8px;
      bottom: 8px;
      z-index: 5;
      height:1300px
    }
    
    .sticky img {
      width: 100%;
    }
    
    .rj {
    padding:11px
    }
    .rjb {
    background-color:#be1f30 !important;
    border:red;
    }
    
     .rjbn {
    padding:2px;
    font-size:13px;
    margin:3px
    }