.imgviewer_intext{
  cursor:pointer;
}

.imageviewer{
  position:fixed;
  top:0px;
  height:100vh;
  min-width:50px;
	display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  background-color: rgba(23,23,23,0.9);
}
.imageviewer img{
  max-width:100%;
  max-height:calc(100vh - 50px);
}

.imgviewer_intext  img{
  max-width:100%;
  max-height:calc(100vh - 50px);
}

.imageviewer_inner{
  background-color: #ffffff;
  border: solid 1px black;
  padding:20px;
}
.imageviewer_title{
  text-align:center;
  margin-top:20px;
}

