/* Front-end styles for the panorama container */
.panorama-container {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    background: #f6f7f7;
    border: 1px solid #e0e0e0;
}
.panorama-container::after {
    /*content: attr(data-src);*/
    position: absolute;
    left: 8px; bottom: 8px;
    font-size: 12px;
    opacity: .6;
}
.panorama {
		height: 200px;
}
