.pannellum-360-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.pannellum-360-gallery .viewer {
    position: absolute;
    inset: 0;
}

.pannellum-360-gallery .p360-prev,
.pannellum-360-gallery .p360-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    padding: 8px 10px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
}

.pannellum-360-gallery .p360-prev {
    left: 10px;
}

.pannellum-360-gallery .p360-next {
    right: 10px;
}