#sshot_app{
    display: none;
    margin: 20px auto auto;
    text-align: center;
    z-index: 9999999;
    color: #fff;
}
#sshot_app img{
    max-width: 93%;
    max-height: 88vh;
}
#close_button{
  position: absolute;
  top: 7.9px;
  right: 27.3px;
  border: 4px solid #f00;
  color: #ff000075;
  font-size: 31px;
  padding: 0;
  margin: 2px 0 auto auto;
  background-color: #b0f0ff8c;
  font-weight: bold;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 30px;
}
#close_button:hover{
    cursor: pointer;
    color: red;
    box-shadow: inset #ff010145 0px 0px 17px;
}
#close_button:active{
    background-color: lightpink;
    background-color: transparent;
}
.fixed{
    background-color: #fff;
    position: fixed;
    margin: 80px auto auto;
/*  padding: 20px;*/
    box-shadow: 0 0 14px #333;
    top: 120px;
    left: 0;
    right: auto;
    text-align: center;
  }
.blink{
    color: floralwhite !important;
	display: none;
	visibility: hidden;
}
/* This way https://www.w3schools.com/howto/howto_css_arrows.asp */
.arrow {
  border: solid #b5b5b530;
  border-width: 0 23px 23px 0;
  display: inline-block;
  padding: 23px;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: #9e9e9e45 1px 1px 0px;
  position: absolute;
  right: 3%;
  top: 45%;
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  box-shadow: #9e9e9e45 1px 1px 0px;
  position: absolute;
  left: 30px;
  top: 45%;
}
.left:hover,
.right:hover {
    box-shadow: #9e9e9ead 1px 1px 0px;
    border: solid #b5b5b552;
    border-width: 0 23px 23px 0;
    cursor: pointer;
}

.img_link{
    text-align: center;
    margin: 0 auto;
    max-width: 97%;
}



