.super-contain-svg{
	background: url('../img/bg-texture-white.jpg');
	background-size: cover;
	background-attachment: center;
}
 .zoom-svg-container {
 	padding: 25px;
 	text-align: center;
	position: relative;
	display: block;
	width: 100% !important;
	height: 100vh !important;
	border-style: none;
	overflow: hidden;
	/*text-align: center;*/
}
.zoom-svg-container:hover svg {
	cursor: move;
}
.contain-btns-svg{
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.zoom-svg-zoom {
	border-style: none;
	background-color: grey;
	color: white;
	height: 32px;
	width: 32px;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	font-weight: lighter;
	outline: none;
	user-select: none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;
	margin-bottom: 5px;     /* IE 10+ */
}
.zoom-svg-zoom:hover{
background-color: #404040;
}
.zoom-svg-zoom-in {
	position: absolute;
	bottom: 90px;
	right: 30px;
}

.zoom-svg-zoom-rst {
	position: absolute;
	bottom: 50px;
	right: 16px;
	width: 60px;
	font-weight: bold;
}

.zoom-svg-zoom-out {
	position: absolute;
	bottom: 10px;
	right: 30px;
}