.wimg {
	margin:auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wbutton {
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
	position:fixed;
	right: -192px;
	transition: right .3s;
	width:265px;
	height:68px;
	text-align:center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	z-index:99999;
}

.wbutton:hover {
	right:0;
}

.wbutton1 {
	top:178px;
	border-top-left-radius: 18px;
	background-color:#7e7e7e;
}

.wbutton1:hover {
	background-color:#00bdfc;
}
	
.wbutton2 {
	top:245px;
	background-color:#898989;
}
	
.wbutton2:hover {
	background-color:#ff9914;
}
	
.wbutton3 {
	top:313px;
	background-color:#6f6f6f;
	border-bottom-left-radius: 18px;
}

.wbutton3:hover {
	background-color:#1bc477;
}

@media (max-width: 991px) {
.wbutton {
    display: none;
}
.wimg {
	display: none;
}
}