﻿#spinContainer {
    position: relative;
    width: 850px;
    height: 700px;
    margin: auto;
}

#360frame-wrapper {
    position: relative;
    width: 850px !important;
    height: 700px !important;
    margin: auto;
}

#360frame {
    width: 850px !important;
    height: 700px !important;
}

.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffcc00;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    display: none;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: transform 0.2s ease;
}

    .hotspot:hover {
        cursor: pointer;
        transform: scale(1.2);
    }

.tooltip-inner {
    max-width: 200px;
    padding: 10px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.frame-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
}
