.player .vp-controls .play {
    transform: scale(0.3) !important;
}

.audio-player {
    position: relative;
    width: 100%;
    top: -424%;
    height: 0;
    text-align: center;
    padding-bottom: 100%;
    background-color: transparent;
}

.audio-player img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 2px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 250ms ease-out;
    transform: scale(0.2);
    will-change: transform;
}

.is-playing {
    -webkit-transform: scale(0.5) translateY(100px);
    transform: scale(0.5) translateY(400px);
}

.wrapper {
/*    display: table;
    position: relative;*/
}

.playpause {
    background-image: url(https://storage.googleapis.com/themirror/images/playsvideo.png);
    background-repeat: no-repeat;
    width: 30%;
    height: 30%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.openseadragon-container :focus { outline: none; }