#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 1020px;
  }
  
  #boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 1040px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
  }
  
  #boxes #dialog {
    width: 1040px;
    height: 700px;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
  }
  
  #popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
    width: 250px;
    left: 250px;
  }

  .ibanner{
    background: url(../../images/damorel011.jpg) no-repeat;
  }

  @media (max-width: 600px){
    #boxes #dialog {
      width: 400px;
      height: 400px;
      padding: 3px;
      background-color: #ffffff;
      font-family: 'Segoe UI Light', sans-serif;
      font-size: 15pt;
    }

    #boxes .window {
      position: absolute;
      left: 0;
      top: 0;
      width: 400px;
      height: 400px;
      display: none;
      z-index: 9999;
      padding: 3px;
      border-radius: 5px;
      text-align: center;
    }

    .ibanner{
      background: url(../../images/damorel011m.jpg) no-repeat;
      width: 380px; /* Width of new image */
      height: 340px;
    }

    #popupfoot {
      font-size: 12pt;
      position: absolute;
      bottom: 0px;
      width: 250px;
      left: 100px;
    }
  }

  
  @media (max-width: 768px){
    #boxes #dialog {
      width: 420px;
      height: 400px;
      padding: 3px;
      background-color: #ffffff;
      font-family: 'Segoe UI Light', sans-serif;
      font-size: 15pt;
    }

    #boxes .window {
      position: absolute;
      left: 0;
      top: 0;
      width: 420px;
      height: 400px;
      display: none;
      z-index: 9999;
      padding: 3px;
      border-radius: 5px;
      text-align: center;
    }

    .ibanner{
      background: url(../../images/damorel011m.jpg) no-repeat;
      width: 380px; /* Width of new image */
      height: 340px;
    }

    

    #popupfoot {
      font-size: 12pt;
      position: absolute;
      bottom: 0px;
      width: 250px;
      left: 100px;
    }
  }