.bwdtsrx-threesixty-rotation-inner {
    overflow: hidden;
    background: 0 0;
}
.bwdtsrx-threesixty-rotation-inner img {
    cursor: move;
    -o-object-fit: cover;
    object-fit: cover;
}
.bwdtsrx-img-magnifier-glass {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
}
span.bwdtsrx-threesixty-rotation-magnify {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
}
.bwdtsrx-threesixty-rotation-autoplay {
    display: none;
}
.bwdtsrx-threesixty-rotation-autoplay-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-radius: 40px;
    background-color: #e2498a;
    color: #fff;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bwdtsrx-threesixty-rotation-autoplay-button button:focus {
    outline: 0;
}
.bwdtsrx-threesixty-rotation-autoplay-button button:hover {
    outline: 0;
    background-color: #562dd4;
    color: #fff;
}
.bwdtsrx-threesixty-rotation-360img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(38, 39, 39, 0.5);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0 0 4px;
    box-shadow: rgba(255, 255, 255, 0.5) 0 0 4px;
    color: #505050;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.bwdtsrx-select-image {
    background-size: cover;
    background-position: center;
    min-height: 650px;
}