GimbalHud {
	position: absolute;
	right: -3vw;
	bottom: 3vh;

	.title {
		font-size: 25px;
		font-family: Poppins;
		color: #fff;
	}

	> GimbalViewer {
		width: 25vw;
		height: 30vh;
	}
}
