.simulator-items-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.simulator-item-container {
    width: 100%;
}

.left-container {
    height: 100%;
}

.right-container {
    width: 1100px;
}

.simulator-item-container iframe {
    width: 100%;
    border: none;
}

.left-container iframe {
    height: 100%;
}

.right-container iframe {
    height: 580px
}

.button-container {
    display: flex;
    justify-content: center;
}

.iframe-container {
    position: relative;
    display: inline-block;
    width: 844px;
    height: 1000px;
    width: 100%;
  }
  .iframe1 {
    width: 100%;
    border: none;
    height: 100%;
  }
  .iframe2 {
    position: absolute;
    top: 190px;
    right: 20px;
    border: none;
    width: 490px;
    height: 465px;
    zoom: 0.7;
  }