.circular-gallery {
    width: 100%;
    height: 600px;
    overflow: hidden;
    cursor: grab;
    position: relative;
    background: transparent;
}

.circular-gallery:active {
    cursor: grabbing;
}

.circular-gallery canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.section-title-wrap {
    margin-top: 60px;
    margin-bottom: 20px;
}