.panorama {
	height: 300px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.panorama img {
    height: 100%; 
}
.fullWidthContent {
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: 300px;
 margin-top: -35px;
 left: 50%;   
 overflow-x: hidden;
 overflow-y: hidden;
  }
  

