#threesixty {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
#threesixty ol li{
    list-style-type: none;
}
#threesixty_images {
    display: none;
}
#threesixty img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(calc(-50% - 40px), -50%);
}
.current-image {
    visibility: visible;
    width: auto;
}
.previous-image {
    visibility: hidden;
    width: 0;
}
#spinner {
    display: none;
    position:absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
}
#spinner span {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -0.3em;
    font: 0.8em Arial, Verdana, sans;
    line-height: 0.6em;
    color: #333;
    text-align: center;
}