.panorama {
	height: 400px;
	overflow-x: scroll;
	overflow-y: hidden;
	img {
		height: 100%;
	}
}

.panotitle {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
    
}