/*
 * Some elements will be styled by vendor stylesheets. However, elements inside krpano might be displayed styled using
 * the browser default. Those elements need to be reset to the browser default.
 */

#pano .thumbs_container h1 {
    display: block !important;
    font-size: 2em !important;
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    font-weight: bold !important;
}
