#mainViewContainer {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background: #171717;
}

#mainView {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: inline;
}

.thumbViewClass {
    position: absolute;
    /* bottom: 5px; 
      margin: 3px padding: 3px;
                  left: 5px;*/
    width: 20%;
    height: 30%;
    display: none;
    /* overflow: hidden; */
}

#thumbView {
    z-index: 110;
}

#scopeContainer {
    z-index: 120;
}

.contenedor {
    display: flex;
    flex-direction: row;
  }
  
  .imagen {
    flex: auto;
    max-width: 100%;
    width: 200px;
  }
  
  .titulo,
  .texto {
    flex: auto;
  }