* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
html{
    height: 100%;
}  
.bottom_mobile_ad{
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.top_mobile_add{
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}
.bottom_tab_ad{
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.top_tab_ad{
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}
.only-desktop{
    display: block;
}
.only-desktop #rectangle_1{
    display: block ;
}
.only-desktop #rectangle_2{
    display: block ;
}
#rc-widget-3cdced{
    width: 300px;
    height: 250px;
  } 

  #rc-widget-f84fac{
    width: 320px;
    height: 250px;
    display: block;
  }

@media only screen and (min-width: 768px) {
    .bottom_mobile_ad{
        display: none;
    }
    .top_mobile_add{
        display: none;
    }
    .bottom_mobile_ad > ins{
        display: none;
    }
    .top_mobile_add > ins{
        display: none;
    }
    .top_tab_ad #leaderboard_1{
        display: inline-block;
        width: 728px;
        height: 90px;
    }
    .top_tab_ad #leaderboard_2{
        display: inline-block;
        width: 728px;
        height: 90px;
    }
    .top_tab_ad > ins{
        display: inline-block;
        width: 728px;
        height: 90px;
    }
    .bottom_tab_ad > ins{
        display: inline-block;
        width: 728px;
        height: 90px;
    }
    .only-desktop #rectangle_1{
        display: none ;
    }
    .only-desktop #rectangle_2{
        display: none ;
    }
    .full-bk-ad.only-desktop{
        display: none;
      }
      .full-bk-ad.only-desktop > ins{
        display: none;
    }
      #rc-widget-f84fac{
        display: none;
      }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    /* .top_tab_ad {
        display: none !important;
    }
    .bottom_tab_ad {
        display: none !important;;
    } */
    .top_tab_ad #leaderboard_1{
        display: inline-block;
        width: 320px;
        height: 50px;
    }
    .top_tab_ad #leaderboard_2{
        display: inline-block;
        width: 320px;
        height: 50px;
    }
    .top_mobile_add > ins{
        display: inline-block;
        width: 320px;;
    }
    .bottom_mobile_ad > ins{
        display: inline-block;
        width: 320px;
        height: 50px;
    }
    /* .top_tab_ad > ins{
        display: none !important;
    }
    .bottom_tab_ad > ins{
        display: none !important;
    } */
    .only-desktop #rectangle_1{
        display: none ;
    }
    .only-desktop #rectangle_2{
        display: none ;
    }
    .full-bk-ad.only-desktop{
        display: none !important;
      }
      .full-bk-ad.only-desktop > ins{
        display: none !important;;
    }
      #rc-widget-f84fac{
        display: none !important;
      }
}
@media screen and (min-width: 992px) {
    .bottom_mobile_ad{
        display: none !important;
    }
    .top_mobile_add{
        display: none !important;
    }
    .bottom_mobile_ad > ins{
        display: none !important;
    }
    .top_mobile_add > ins{
        display: none !important;
    }
    .top_tab_ad {
        display: none;
    }
    .bottom_tab_ad {
        display: none ;
    }
    .top_tab_ad #leaderboard_1{
        display: block;
    }
    .top_tab_ad #leaderboard_2{
        display: block;
    }
    .top_tab_ad > ins{
        display: none !important ;
    }
    .bottom_tab_ad > ins{
        display: none !important;
    }
    .only-desktop #rectangle_1{
        display: block ;
    }
    .only-desktop #rectangle_2{
        display: block ;
    }
    .full-bk-ad.only-desktop{
        display: block;
    }
    .full-bk-ad.only-desktop > ins{
        display: inline-block;
    }
      #rc-widget-f84fac{
        display: block;
      }
}

