
#lysboks{
    position:fixed;
    margin:0;
    width: 100vw;
    max-width: 100vw;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background-color:rgba(0,0,0,0.9);
    z-index: 20000;
    cursor: pointer;
}
#lysboks *{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#lysboksMain{
    margin-top: auto;
    position: relative;
}
#lysboksMain img{
    max-width:80vw;
    vertical-align: middle;
    display: inline-block;
    cursor: default;
}
#lysboksLeft,#lysboksRight{
    background-color: white;
    opacity: 0.2;
    max-width:8vw;
    width:60px;
    max-height:60vh;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    font-weight: bold;
}
#lysboksLeft:hover,
#lysboksRight:hover{
    opacity: 0.7;
}
#lysboksLeft svg,
#lysboksRight svg{
    max-width: 4vw;
    width: 20px;
}
#lysboksLukk{
    position: absolute;
    width: 30px;
    top: 10px;
    right: 10px;
    background-color:black;
    opacity: 0.2;
    color: white;
    line-height: 0;
    padding: 7px;
}
#lysboksMain #lysboksLukk{
    right: 70px;
}
#lysboksLukk:hover{
    opacity: 0.7;
}
#lysboksLukk svg{
    fill:white;
}
#lysboksTooltip{
    color: white;
}
#miniatyrbilder{
    background-color:rgba(0,0,0,0.5);
    padding: 1vh 0.5vh;
    max-width:100vw;
    line-height: 0;
    overflow-x:hidden;
    display:flex;
    cursor: default;
    overflow: default;
    margin-top: auto;
}
#miniatyrbilder a{
    margin:auto;
    cursor: pointer;
    margin:0 0.5vh;
}
#miniatyrbilder img{
    max-height:8vh;
}