
			.panoramacontainer
			{
			position:relative;
			width:100%;
			height: 590px;
			border-bottom: 2px solid #76391b;
			border-top: 1px solid #440000;
			border-bottom: 1px solid #440000;
			margin: 10px 0 20px 0;

			}

			@media(max-width: 600px)
			{
				.panoramacontainer
				{
				margin: 0 22px 0 0;
				height:400px;
				}
			}
