#iframeM {
    position: fixed;
    border: none;
    top: 0px; 
   right: 0px;
    width: 100%;
      height: 225px;
   background: rgb(255, 255, 255, 0.0);
   border-radius: 0%;
  z-index: 0;
}
   #iframeS {
    position: relative;
    border: none;
   background: rgb(255, 255, 255, 0.0);
   height: 125px;
   width: 90%;
   overflow-y: hidden;
   overflow-x: hidden;
   z-index: 9;
    
}
    .adbox {
    display: none;
  }
  #iframe-bln {
    border: none;
    top: 0px; 
   right: 0px;
    width: 100%;
    height: 192px;
   z-index: 0;
   background: rgb(255, 255, 255, 0.0);
}
