#panorama {
	overflow: hidden;
	width: calc(100vw - 260px - 3em);
	max-width: 1160px;
}
.sliding-background {
	height: 300px;
}
.panorama_buttons {
	margin: auto;
    width: 50%;
    text-align: center;
}
.panorama_buttons .button {
    margin: 0 30px;
	text-decoration: none;
	color: #000000;
	opacity: 0.9;
	transition: opacity 0.5s;
}
.panorama_buttons .button:hover {
    opacity: 0.7;
	cursor: pointer;
}
.panorama_buttons {
    font-family: FontAwesome;
}
a#button-rw:before {
	content: "\f04a";
}
a#button-stop:before {
	content: "\f04d";
}
a#button-vw:before {
	content: "\f04e";
}
@media (width<=992px) {
	#panorama {
		width: calc(100vw - 5em);
	}
}