
p.yajig-thumbs {
    text-align: center;
}

.yajig-thumbs-img-container {
    max-width: 170px;
    display: inline-block;
}

.yajig-thumbs-img-container img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

.yajig-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background:url(spinner.svg) no-repeat center center;
}

.yajig-display:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.yajig-display .yajig-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.yajig-display img {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

.yajig-display .fullscreenbutton {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.yajig-display .fullscreenbutton p {
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    margin: 0;
    font-weight: bold;
    color: white;
    font-size: 2em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.yajig-display .previous {
    position: absolute;
    top: 50%;
    left: 0;
}

.yajig-display .next {
    position: absolute;
    top: 50%;
    right: 0;
}
