.spin360-container {
    width: 600px;  /* Adjust width as needed */
    height: 400px; /* Adjust height as needed */
    overflow: hidden;
    position: relative;
    user-select: none;
    cursor: grab;
}

.spin360-container img {
    width: 100%;
    height: auto;
}
