/* 2022_01_11 */
#mainContainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  #content, #adContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
  }
  #adContainer {
    height: 100%;
  }
  
  #contentElement {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  #playButton {
    display: none;
    margin-top:10px;
    vertical-align: top;
    width: 350px;
    height: 60px;
    padding: 0;
    font-size: 22px;
    font-family: sans-serif;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #2c3e50;
    border: 0;
    border-bottom: 2px solid #22303f;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #22303f;
    box-shadow: inset 0 -2px #22303f;
  }
  
  #adContainer > div:nth-child(1){
      position: revert!important;
      width: 100%!important;
      height: auto!important;
  }
  
  #closepcss {
    position: absolute;
    width: 11px;
    padding: 0.5rem;
    background: #e8e8e8;
    right: 0px;
    z-index: 1000;
  }