#bgAudioWrap {
    width: 100%;
    bottom: 0;
    /* height: 54px; */
    position: absolute;
}

#sceneList audio {
    width: 100%;
    border-radius: 0;
    background: #f1f3f4;
    margin-bottom: -3px;
}

#bgAudioWrap span {
    font-size: 12px;
    width: 100%;
    float: left;
    padding: 10px 15px;
    font-style: italic;
}

#bgAudioWrap span strong {
    font-weight: 600;
}

#sceneList {
    overflow: hidden;
}

#sceneList .scenes {
    overflow: auto;
}

#sceneList .scenes::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
    background-color: transparent;
}

#sceneList .scenes::-webkit-scrollbar {
    width: 0.4em;
    background-color: transparent;
}

#sceneList .scenes::-webkit-scrollbar-thumb {
    background-color: #999999;
}

#sceneList .scene {
    text-transform: capitalize;
}

#titleBar {
    display: none;
}

#autorotateToggle {
    background-color: transparent;
}

.viewControlButton {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}

.link-hotspot-tooltip {
    text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
    .info-hotspot .info-hotspot-title-wrapper {
        -webkit-transition: none;
        transition: none;
    }
    .info-hotspot.visible .info-hotspot-title-wrapper {
        position: absolute;
        left: 0px;
        top: 0;
        z-index: -1;
        width: 160px;
        height: auto;
        padding: 5px 10px;
        overflow: hidden;
        padding-left: 30px;
        -webkit-transition: none;
        transition: none;
        display: block;
        opacity: 1;
        background: #000000;
    }
    .info-hotspot-modal {
        display: none !important;
    }
    .info-hotspot-title {
        transition: none;
    }
}
